cancel
Showing results for 
Search instead for 
Did you mean: 

Obtaining BAPI Parameters in Adapter Module

Former Member
0 Kudos

Hi All

I am using JRA way for obtaining BAPI parameters in Adapter Modules.

Could someone provide me some guidance on the same.

Which method in java will be used in retreving the value from BAPI inside module.(Example: Filename)

and method for passing the same to BAPI using adapter module

Regards

Abhishek Mahajan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

refer this link

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ad09cd07-0a01-0010-93a9-933e247d...

Which service pack you are working on ?

If you are on SP14 then you need not create a wrapper, you can use standar SAP feature to do this.

http://help.sap.com/saphelp_nw04/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm

Commit Control for Individual BAPI Calls

If you want to use this communication channel to call BAPIs as remote-enabled function modules that change data in the database, set the indicator.

If executed successfully, the transaction is written to the database by calling the function module BAPI_TRANSACTION_COMMIT explicitly. If an error occurs, the transaction is rolled back by BAPI_TRANSACTION_ROLLBACK.

If your working on service pack <SP14 then refer the link below...this will help you in creating a wrapper..

https://websmp203.sap-ag.de/~sapdownload/011000358700000328352005E/HowtouseBAPandccBPM.pdf

regards

Surya

Shabarish_Nair
Active Contributor
0 Kudos

/people/amol.joshi2/blog/2007/01/29/rfc-calls-from-adapter-modulesthe-web-service-way - this blog might point to something you are looking for !!!