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

How are BAPI's processed?

Former Member
0 Likes
308

Hi Gurus,

BAPI's are function modules or methods of a business object that can extract data.These methods perform on business object of the BOR and give the data.These are visible to outside and hence called interfaces.I click on the Business object then the corresponding Business object type and find the Object types,attributes,methods,keyfields and events.

When i try to access any method by executing..i had to give values in the fields and then execute.And here.. i am not getting anything on execution..

Also,How can a BAPI be passed to another system on ALE?

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
280

After using most of update BAPI (nearly each and every one) you need to commit the change by using the Bapi BAPI_TRANSACTION_COMMIT (or _ROLLBACK if error returned in RETURN parameter of Bapi)

Look at :

<a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf">BAPI Programming Guide (CA-BFA)</a>

<a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf">BAPI User Guide (CA-BFA)</a>

<a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESBGW/BCFESBGW.pdf">The BAPI Gateway Component (BC-FES-AIT)</a>

Regards