‎2010 Feb 11 1:12 PM
Hi All
after bapi calling we need to call commit
my question is there any bapis with out transaction commit
Regards
Surendra
‎2010 Feb 11 1:15 PM
Hi surendra,
Every BAPI do not need commit.. the ones which needs BAPI_COMMIT_WORk.. will have a description in the documentation saying that it needs a commit.
bapis like BAPI_USER_GET_DETAIL do not need any thing to commit.. right!!
‎2010 Feb 11 1:15 PM
Hi
We have the sales order or purchase order with the older version so we need to commit use the bapi_transaction_commit.
u can chk out in bapi transaction.
Inside of the code there is commit work is not been used.
All the LUW's will be commited in the database.
‎2010 Feb 12 5:24 AM
‎2010 Feb 12 6:11 AM
Hi,
If you want to do an explicit commit after the BAPI use BAPI_TRANSACTION_COMMIT.
Thanks,
Anju