Application Development and Automation 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: 
Read only

BAPI

Former Member
0 Likes
275

I wnat to know abt BAPI?Where,when and how it is used?Give some simple examples pls.

2 REPLIES 2
Read only

Former Member
0 Likes
258

BAPI's are programming interface to access SAP Database from within SAP or other development platforms external to R/3 that support the Remote Function Call (RFC) protocol. The main objective of BAPI is to achieve integration between the R/3 System and external applications, legacy systems etc

Read only

Former Member
0 Likes
258

a bapi is just a remote function module. of course, you could use transaction 'BAPI' - but you also use transaction 'SE37' to show them. A function module can be used in different programs - so you are able to use code more than one time.

--> take a look at BAPI_USER_GET_DETAIL

--> http://help.sap.com/saphelp_47x200/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm

--> The ABAP Programming Language --> Modularization Techniques --> Procedures --> Function Modules

best regards