Hi Naveen,
If the BAPI that you are using does not have COMMIT WORK statement in it, wrap the BAPI in a custom RFC function which has the Commit Work statement. I dont think it will work without the commit work statement. Go through this blog by michal where FM Z_BAPI_GOODSMVT_CREATE_BGROUND
is the wrapper for the BAPI:-
/people/michal.krawczyk2/blog/2005/05/09/how-to-call-a-bapi-asynchronously-from-xi--with-qrfc
:What r the things that should be taken into consideration with a SAP BAPI involved in the scenario?"
Do have a look at the following blogs...they might help you..
/people/swaroopa.vishwanath/blog/2005/03/11/rfc-migration-to-bapi-in-r3--step-by-step
/people/sap.user72/blog/2004/07/19/navigating-the-maze-of-integration
Regards,
Sushumna
Hi,
For BAPI, in the RFC adapter you can give explicit commit.
http://help.sap.com/saphelp_nw04/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm
Advanced Mode
Send 'Confirm Transaction'
Commit Control for Individual BAPI Calls
Regards
Vijaya
Add a comment