‎2010 Nov 16 7:35 AM
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
‎2010 Nov 16 7:56 AM
COMMIT WORK AND WAIT is used for synchronous updating.
If the update function module is not successful it sets sy-subrc <> 0
‎2010 Nov 16 11:01 AM
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