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 are the differences between sap memory and abap memory?
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.
Describe the data classes?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
Define abap/4 layer? : abap data dictionary
Can a filed occur in several field groups? : abap modularization
How we can give authorization on the fields of table control in a dialog-programming?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What is an on”*-input filed” statement?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
how can we enable hyperlink in screen painter?
How to create any functions? How to go about it?
How does the system handle roll areas for external program components?
Explain what is the step-by-step process to create a table in data dictionary?
What is Transactional based Application & Role based Application?