‎2007 Jul 01 7:34 AM
Hi Experts,
Can U explain about BAPI in detail?
I'm new to this concept.
Points will be rewarded if it is useful.
KKK.
‎2007 Jul 01 7:46 AM
hi,
BAPI (Business Application Programming Interfaces).
External applications can access SAP business objects through standardized, platform-independent interfaces - Business Application Programming Interfaces (BAPIs). SAP business objects and their BAPIs provide an object-oriented view of R/3 business functionality.
<b>follow this link for more information on BAPI.</b>
http://help.sap.com/saphelp_46c/helpdata/en/dd/5009660aa411d2ad1b080009b0fb56/frameset.htm
<b>follow this link for sample program on BAPI.</b>
http://www.erpgenie.com/abap/bapi/example.htm
regards,
Ashok reddy
‎2007 Jul 01 7:46 AM
hi,
BAPI (Business Application Programming Interfaces).
External applications can access SAP business objects through standardized, platform-independent interfaces - Business Application Programming Interfaces (BAPIs). SAP business objects and their BAPIs provide an object-oriented view of R/3 business functionality.
<b>follow this link for more information on BAPI.</b>
http://help.sap.com/saphelp_46c/helpdata/en/dd/5009660aa411d2ad1b080009b0fb56/frameset.htm
<b>follow this link for sample program on BAPI.</b>
http://www.erpgenie.com/abap/bapi/example.htm
regards,
Ashok reddy
‎2007 Jul 01 7:48 AM
Hi,
Example for BAPI :
http://www.sapgenie.com/abap/bapi/example.htm
List of BAPI :
http://www.planetsap.com/LIST_ALL_BAPIs.htm
Reward points, if helpful,
Sandeep Kaushik
‎2007 Jul 01 7:53 AM
Hi,
BAPI's are remote enabled function modules to post the busniess transactional data into sap system.
As these are remote enabled, you can call the FM with in the system or from any external system.
All the parameteters in BAPI are pass by value.
BAPI exists in Business object repository.(T.code BAPI).
To post any business transactional data(Like PO creation, Sale order creation, Goods movement documet Etc.) we need to find the corresponding BAPI in BAPI t.code.
you can test the BAPI through SE37 with your customized settings. you will find the documentation for every BAPI , How that particular BAPI works in BAPI T.code. testing the BAPI is same as testing the FM.
Hope this helps you
Regards,
Message was edited by:
sai srinivas