What is the difference between BAPI and RFC?
Answer Posted / kishore
Bapi:- Bapi is a Remote enable function module and using
API technology,the business objects are held in BOR and
Encapsulated into DATA and PROCESS,By Accessing these data
and process for an external system using bapi.
bapi can not have any exception handling,bapi using RETURN
parameter to handle the messages.
RFC:- remote functional call it is a normal function module,
RFC can have messasge handling through Exception handling
Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What are the modes in which any update tasks work?
What is a size category?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
Differentiate screen painter from menu painter.
Can we create a gui status in a program from the object browser?
Reports: Event functionality.
What is the logo in sap script?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What are table clusters?
What are the various types of selection screen event?
How many types of tables exists and what are they in data dictionary?
What are the types of views? : sap abap data dictionary
What are the steps to be followed to set lockobjects? : sap abap data dictionary
What is database utility?