cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI

Former Member
0 Kudos

Please Explain about BAPI.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

what is BAPI?

BAPI stands for Business API(Application Program Interface).

I have answered this question before..

A BAPI is remotely enabled function module ie it can be invoked from remote programs like standalone JAVA programs, web interface etc..

You can make your function module remotely enabled in attributes of Function module but

A BAPI are standard SAP function modules provided by SAP for remote access. Also they are part of Businees Objest Repository(BOR).

BAPI are RFC enabled function modules. the difference between RFc and BAPI are business objects. You create business objects and those are then registered in your BOR (Business Object Repository) which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA. in this case u only specify the business object and its method from external system in BAPI there is no direct system call. while RFC are direct system call Some BAPIs provide basic functions and can be used for most SAP business object types. These BAPIs should be implemented the same for all business object types. Standardized BAPIs are easier to use and prevent users having to deal with a number of different BAPIs. Whenever possible, a standardized BAPI must be used in preference to an individual BAPI.

for BAPI's

http://www.sappoint.com/abap/bapiintro.pdf

http://www.sappoint.com/abap/bapiprg.pdf

http://www.sappoint.com/abap/bapiactx.pdf

http://www.sappoint.com/abap/bapilst.pdf

http://www.sappoint.com/abap/bapiexer.pdf

http://service.sap.com/ale

http://service.sap.com/bapi

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf

http://www.planetsap.com/Bapi_main_page.htm

http://www.topxml.com/sap/sap_idoc_xml.asp

http://www.sapdevelopment.co.uk/

http://www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf

http://www.sappoint.com/abap/bapiintro.pdf

http://www.sap-img.com/bapi.htm

http://www.sap-img.com/abap/bapi-conventions.htm

http://www.planetsap.com/Bapi_main_page.htm

http://www.sapgenie.com/abap/bapi/index.htm

http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html

http://techrepublic.com.com/5100-6329-1051160.html#

http://www.sap-img.com/bapi.htm

http://www.sap-img.com/abap/bapi-conventions.htm

http://www.sappoint.com/abap/bapiintro.pdf

Note : Reward if helpful .

Former Member
0 Kudos

Hi,

Please go through this

BAPI Step by Step

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/200dd1cc-589e-2910-98a9-bb2c48b78dfa]

Programming using BAPI

[http://help.sap.com/saphelp_nw04/helpdata/en/78/21745d51ce11d189570000e829fbbd/frameset.htm]

Hope it helps..

Priti

rajkumar_kandula
Active Contributor
0 Kudos

Hi,

Use

It is becoming increasingly important that SAP software components can interact and integrate with the software components of other vendors.

SAP business objects are a prerequisite for the interoperability of software components. They cover a wide spectrum of business data and processes.

SAP business objects are accessed through BAPIs (Business Application Programming Interfaces), which are stable, standardized methods. SAP business objects and their BAPIs provide an object-oriented view of the business functions in an SAP System.

SAP provided the first BAPIs for customers and external providers in R/3 Release 3.1, enabling them to integrate their software components in an SAP System. The number of BAPIs increases with each R/3 Release and with this the possibility of object-oriented access to an SAP System.

For More Info:

Introduction:[http://help.sap.com/saphelp_nw70/helpdata/EN/13/931d07c87411d1ad0b080009b0fb56/content.htm]

SAP Business Objects:[http://help.sap.com/saphelp_nw70/helpdata/EN/7e/5e11a84a1611d1894c0000e829fbbd/content.htm]

BAPI:[http://help.sap.com/saphelp_nw70/helpdata/EN/7e/5e11cf4a1611d1894c0000e829fbbd/content.htm]

Advantages Of BAPI:[http://help.sap.com/saphelp_nw70/helpdata/EN/7e/5e11dc4a1611d1894c0000e829fbbd/content.htm]

Characterstic of BAPI:[http://help.sap.com/saphelp_nw70/helpdata/EN/7e/5e12224a1611d1894c0000e829fbbd/content.htm]

Programming with BAPI:[http://help.sap.com/saphelp_nw70/helpdata/EN/7e/5e11ee4a1611d1894c0000e829fbbd/content.htm]