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 is logo in sap script?
What are matchcodes?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
Explain the different types of mode (run code) in call transaction method?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are the differences between a database index and a match code? : abap data dictionary
Explain the disadvantages of different types of bdc's?
How many main windows will be there in a page window?
When the get cursor command used in interactive lists?
Explain the session method? : abap bdc
how can you display data say "your name"in sap script without print program or driver program??
What are the different types of luws?
How to find the return code of an stmt in abap programs?
What is database utility? : abap data dictionary
What is the function of a data element?