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
Why do we use types statement in abap programming?
Explain about drill down report?
Can a domain, assigned to a data element be changed? : abap data dictionary
What are the steps to execute session method?
What are null values?
What is collective search help? : sap abap data dictionary
What are the 3 types of function modules in sap?
What is the different type of projects? : sap abap hr
Explain the inside concept in select-options?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
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.
How to call a subroutine in sapscript?
What is the different between template and a table?
How to Solve a Particular Ticket in Realtime ?
What is bdc? : abap bdc