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 is table pool?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What is append search help? : sap abap data dictionary
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
what are the various types of parameters and how are they distinguished from one another?
What is size category?
Can i know some of the Realtime tickets that anyone has been faced ?
What is the differences between abap and ooabap. In which situation we useooabap?
What is a database view? : abap data dictionary
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What are the different types of work process?
What are internal tables? : abap hr
What is an abap instance?
What is read line in abap?
What is a function group? : abap modularization