2008 May 30 8:54 AM
hi experts using bapi what we do on abap how it is whats the use , normally how we work on bapis in realtime.
hi experts using bapi what we do on abap how it is whats the use , normally how we work on bapis in realtime.
2008 May 30 9:16 AM
BAPI's are Business Application Programming Interfaces which in fact are Function modules. We use them in ABAP for updating business applications, like for example creating Business partners. BAPI's can be remotely called (from other systems), since they are remote enabled.
There is SOME MUCH info about BAPI's on SDN, just make a search and you will find what you want, no doubt.
[bapi programming guid|http://help.sap.com/saphelp_nw70/helpdata/EN/e0/9eb2370f9cbe68e10000009b38f8cf/content.htm]
2008 May 30 9:37 AM
Hi Sri,
1.BAPI is nothing but the RFC enabled function module.
2.You can use BAPI to collect the data from database as well
as insert & update the database.
E.g. BAPI_BUPA_ADDRESS_GETDETAIL for collecting info regarding Business partner.
BAPI_BUPA_CENTRAL_CHANGE to modify the database against business partner
BAPI_BUPA_ADDRESS_ADD to insert the data.
3. You can also use BAPI as RFC Funcrion module.
Please reward points if finds useful.
Regard,
Swarup
Edited by: swarup basagare on May 30, 2008 10:37 AM
2008 May 30 9:41 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |