cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Doc Change Badi

Former Member
0 Likes
134

Hi All,

Doc change badi is triggered twice. Once with old values and once with new values.

How will I know when this badi is for new values. Is there any attribute showing the values are edited.

I want to know this for item check badi also as i want to validate badi for the new values and not for the old values of the fields.

Thanks.

Edited by: santosh.p on Jan 30, 2012 7:50 PM

Edited by: santosh.p on Jan 30, 2012 8:05 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi santosh,

As I konw, the imported internal table for items only contains the changed items.

You can try to use FM 'BBP_PD_SC_GETDETAIL' to get the last changed item data, then compare them.

Hope this can help you!