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

HI..

Former Member
0 Likes
688

can anyone explain ...whats the purpose BAPI's & hoz it canbe used properly??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
667

Hi Rajeev,

Please learn to search before posting these sort of basic questions - similar questions have been asked thousands of times before.

Gareth.

can anyone explain ...whats the purpose BAPI's & hoz it canbe used properly??

5 REPLIES 5
Read only

0 Likes
667

Hi rajeev,

WELCOME TO SDN!!!

Please check this link

http://help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm

BAPIs (Business Application Programming Interfaces) are the standard SAP interfaces. They play an important role in the technical integration and in the exchange of business data between SAP components, and between SAP and non-SAP components. BAPIs enable you to integrate these components and are therefore an important part of developing integration scenarios where multiple components are connected to each other, either on a local network or on the Internet.

Uses of BAPI

Please check this link

http://help.sap.com/saphelp_nw04/helpdata/en/5a/ccb4bf808311d396b40004ac96334b/content.htm

Best regards,

raam

Read only

Former Member
0 Likes
667

Hi,

BAPIs (Business Application Programming Interfaces) are the standard SAP interfaces. They play an important role in the technical integration and in the exchange of business data between SAP components, and between SAP and non-SAP components. BAPIs enable you to integrate these components and are therefore an important part of developing integration scenarios where multiple components are connected to each other, either on a local network or on the Internet.

BAPIs allow integration at the business level, not the technical level. This provides for greater stability of the linkage and independence from the underlying communication technology

follow this link.

http://www.erpgenie.com/abap/bapi/example.htm

reward if useful

regards

preet

Read only

Former Member
0 Likes
667

BAPIs are used to create/modify SAP transactions. For example the BAPI function module 'BAPI_PO_CREATE' can be used to create purchase order.First you have to find appropriate BAPI for the spacific purpuse that SAP provides.Go to transaction'BAPI' and 'SWO1' to search BAPIs.

Read only

Former Member
0 Likes
668

Hi Rajeev,

Please learn to search before posting these sort of basic questions - similar questions have been asked thousands of times before.

Gareth.