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

BAPI with out Commit

Former Member
0 Likes
716

Hi All

after bapi calling we need to call commit

my question is there any bapis with out transaction commit

Regards

Surendra

4 REPLIES 4
Read only

Former Member
0 Likes
650

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!!

Read only

Former Member
0 Likes
650

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.

Read only

Former Member
0 Likes
650

This message was moderated.

Read only

Former Member
0 Likes
650

Hi,

If you want to do an explicit commit after the BAPI use BAPI_TRANSACTION_COMMIT.

Thanks,

Anju