21) Difference between BAPI'S and Fumnction modules.?
Answer Posted / sandeep
BAPI is RFC enabled function module provided by SAP.
which can be accessed from outside SAP system(Legacy system) whereas FM can not be called from Legacy system until and unless its an RFC enabled FM. BAPI is mainly used to post master data or create document in SAP system. So it is standard interaface provided by SAP. Function module are mainly used inside SAP system as reuasble object in programs, We can create FM in SAP.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a batch input session? : abap hr
How do you backup Sapscript layout sets? Can you download and upload? How?
How to debug rfc function module?
Explain what is the difference between primary key and unique key?
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
Explain the Types of Select statements?
What is off cycle payroll run
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What is asynchronous update?
when u prefer lsmw?
Explain different types of locks?
What are the types of subroutines? : abap modularization
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?