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

Under what circumstances does u201C BAPI_TRANSACTION_COMMITu201D gives error msg

Former Member
0 Likes
582

HI All,

Inside BAPI_TRANSACTION_COMMIT an another FM is called i.e BALW_BAPIRETURN_GET2, which is executed when the sy-subrc fails i.e it gives an error message u201CUpdating could not be completed u201D.

I want to know like what all can be the reasons that COMMIT WORK AND WAIT fails and the error message is returned.

Thanks

Suraj

2 REPLIES 2
Read only

Former Member
0 Likes
514

COMMIT WORK AND WAIT is used for synchronous updating.

If the update function module is not successful it sets sy-subrc <> 0

Read only

0 Likes
514

HI Praveen ,

What I want ot know is under what all conditions dose this FM gives an error and the tables are not updated.

In my case I am getting an error message "Updating could not be completed " .

Thanks

Suraj