Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI

Former Member
0 Kudos

Hi Experts,

Can U explain about BAPI in detail?

I'm new to this concept.

Points will be rewarded if it is useful.

KKK.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

3 REPLIES 3

Former Member
0 Kudos

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

former_member208856
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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