What is the difference b/w BAPI and Function module
Answer Posted / jayati saha
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.
Functional modules are not RFC enabled. They can not be
accessed from other applications.
Moreover , BAPI internally works on business objects in the
Object oriented way.
But Function module is not object oriented.
| Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
what is the difference between Blocked ALV and interactive ALV?
What is the meaning of client independent?
What’s value table?
What are the kinds of foreign key fields?
How memory management happens for internal tables and work areas in abap?
How does the system handle roll areas for external program components?
Explain the data types of internal tables?
Define structure in abap data dictionary?
What are the function modules used to create batch input session? : abap bdc
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
What is page window?
How to combine multiple billing into one RV document ( Step by Step)?
What is the master data necessary before you can start posting in MM?
What is alv programming in abap? When is this grid used in abap? : abap hr