What is the difference b/w BAPI and Function module
Answer Posted / ennar91
BAPI ==> (Function Module + Remote Enabled) on the
wrapper of Business Object
RFC ==> Function Module + Remote Enabled
RFC & BAPI --> Both can be accessed from other
applications
Only difference is : With BAPI, the Business Object Can
be executed.
Normal Function Module: Can NOT be accessed from any
application.
| Is This Answer Correct ? | 27 Yes | 9 No |
Post New Answer View All Answers
What is the length of function code at user-command?
In which table the material master data is stored?
what is defference between repository and non repository Object?
How to create any functions? How to go about it?
What are conversion routines? : abap data dictionary
What does an exec sql statement do in abap? What is the disadvantage of using it?
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap 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.
What are the internal tables and work area?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
Where the payroll results are stored
What are the data types of the abap/4 layer?
What data is contained in data dictionary? : abap data dictionary
What is the procedure you followed to upload the data?