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

Commit Function.

Former Member
0 Likes
256

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.

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
234

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