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 are the differences between session method and call transaction method? : abap bdc
Can we use transfer dataset to transfer data in internal table ?
What will exactly the hide statement do?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
Why do we use logical blocks in abap program?
What is meant by performance analysis? Have done anything to improve the performance?
What is the difference between refresh and free statements?
What is value table?
how to read the standard field value in your custom program.
What is meant by read lock? : sap abap data dictionary
What are the different buffering methods?
What is the function of a data element?
What are the different types of view?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
How many main windows are allowed in sapscript?