‎2007 Jun 11 9:30 PM
Hi Experts,
How can i know if the systems has maked a commit ?, i'm implementing an ampliation on a badi, but the badi doesn't have any "BEFORE_UPDATE_ROW" or something familiar, so i want to know how can i retrieve if the systems has maked a commit. Tnxs for your hlp.
‎2007 Jun 11 9:49 PM
Check with corresponding database tables with key. If updated then that means commit done for that line.
In your BADI whether are u calling any fm. If yes check for return parameter of that fm.
aRs