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: 

How to segregate any field whether updated by exit or manually by user

Former Member
0 Kudos

Hi all,

We've some logic on Exit of ME21N and we are updating planned delivery date.

But as you know user can change this field by manually also.

So I want to track whether this field is changed by my user-exit code or by user manually.

Can we add some Z entries to CDHDR and CDPOS tables?

Thanks in advance...

2 REPLIES 2

VenkatRamesh_V
Active Contributor
0 Kudos

Hi,

Try,

Add  customized field in MKPF using Append structure,  Update  the  field in user exit.

Hope it helpful,

Regards,

Venkat.

Former Member
0 Kudos

Hi Sefa,

This SAP Doc for Logging Table changes may help you,

would request you to take a look,

Logging Changes to Table Data - Auditing and Logging - SAP Library

You may also check,

Thanking You All..!!