What is the difference b/w BAPI and Function module
Answer Posted / manikanta raj
Bapi is nothing but a function module which is remote
enabled.
That means it can be accessed from another application
other than SAP.
Like it can be accessed from Visual Basic, JAva etc...
where FUNCTION MODULE can be accessed only in ABAP.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are field symbols?
Can i Have Some Realtime Examples On Modulepool programming.
What are the types of windows in sap script?
What is the difference between a structure and a table?
What does the ‘suppress dialog’ do?
Differentiate between abap memory and sap memory?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
How is the command suppress-dialog useful?
Name a few data dictionary objects? : abap data dictionary
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
What is the use of the raising exception?
What is the lock object?
how 2 create the normal form by using functional module
Reports: Event functionality.
What is the difference between select statement and provide statement ? : abap hr