Application Development 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: 

SRM - BADI - Identify when a field value is modified

Former Member
0 Kudos

Hi Abap Experts,

I request ur help if you have some tips or good ideas for the point below.

I have to implement some code in a Badi on purchase orders processing on SAP SRM.

The badi I will use is the BBP_DOC_CHECK.

My code should check , before to apply the main logical, if a field content has been modified (ex: user modifies the value populated by the system on that field).

Is there a good practice or a tip to identify easily that a field value has been modified ?

Any ideas are welcome

Thx for your help.

S.N

2 REPLIES 2

Former Member
0 Kudos

Try checking SY-DATAR.

Rob

0 Kudos

Thanks Rob for your help.

.

I checked in debug after modifying the field value.

I can see in this field the new value (after my modification) but the SY-DATAR is blank.

S.N