cancel
Showing results for 
Search instead for 
Did you mean: 

Check User Update

ivan_leonardo
Participant
0 Kudos

Hi,

Is it possible in SAP to know Which field that have been updated by user. For example :

in Sales Order Form, if User Update Delivery Date I need to record the update time auotmaticaly to UDF. maybe I can put the code on SPNotif to update those UDF, BUT how do I know that the user Update the Delivery Date NOT others field ?

Rgds,

Accepted Solutions (0)

Answers (2)

Answers (2)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Please check this sample query to find change quantity in sales order. Just replace quantity field with delivery date.

Thanks & Regards,

Nagarajan

Former Member
0 Kudos

Hi Ivan,

The updating user will use the field usersign2 on the document.

The history is stored in the ADOC and ADO1 tables.

You should be able to filter based on the Objtype to determine the document, and compare the last row entries for that document.

Regards,