‎2008 Jul 04 10:44 AM
Hi All,
I am writing some code in a BADI. In my code I am calling some SAP function modules and in one of the function module there is a statement 'Commit work' . Will this has any effect on the overall transaction for which the BADI is implemented.
Regards,
Jeetu
‎2008 Jul 04 10:46 AM
hi.
COMMIT WORK is used to make the following FM execute immediately. This will put no adverse effect on the BADI implementation.
Reward if useful.
Regards
Sumit Agarwal
‎2008 Jul 04 10:46 AM
Hi,
There wont be any effect on overall transaction.
Only thing u have to remeber is that U shud not use Explictily COMMIT WORK statemnet in the BADI/user Exit.
Revert back if any issues.
Regards,
Naveen
‎2008 Jul 04 10:46 AM
hi.
COMMIT WORK is used to make the following FM execute immediately. This will put no adverse effect on the BADI implementation.
Reward if useful.
Regards
Sumit Agarwal