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 find the user who has changed a field in a table

Former Member
0 Kudos

Hello

Someone has changed a field cost center in my table so i need to find the user who hav changed it.Can anyone tel me how to find it.

Regards

6 REPLIES 6

former_member156446
Active Contributor
0 Kudos

does last changed user id not saved?

check in the DD* tables..

Edited by: Jay Sadaram on Nov 12, 2009 8:20 PM

0 Kudos

No transport req raised for the change..How to find the user who hs changed a field in a table.

u mean,In table DD02T,in attributes tab ,u r askin me to refer the last changed by???

0 Kudos

refering to the last changed by

DD02L-AS4USER
DD02L-AS4DATE
DD02L-AS4TIME

Former Member
0 Kudos

Hi,

Check out for field 'AENAM'

Thanks,

Krishna

Former Member
0 Kudos

HI ,

Create a Z test program using the particular table and filed .

Now goto SE38 and execute the program " RSDEPEND "

give the ur test program and then execute . u will get the list of the last change of ur program

( table and fields used inthis program)

Another way :

for data element :

refer table

DD04L and get the user name

for domain

DD01L

Edited by: shambhu sharan pandey on Nov 13, 2009 5:49 AM

Former Member
0 Kudos

yes