‎2007 Nov 07 1:02 PM
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?
‎2007 Nov 07 1:15 PM
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