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 detail of when/who created particular entry in Z tabel

Former Member
0 Kudos
99

Hi folks

I have a Z table, and which contain one entry with incorrect data .

Is there any way to find out , that when and who inserted that resord in Z table

Regards

PG

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos
59

If Log data changes is checked in technical settings of table then you can

find using SCU3 transaction.

Logging only takes place if parameter rec/client in the system profile is set correctly.

Setting the flag on its own does not cause the table changes to be logged.

5 REPLIES 5

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos
59

If you are isnerting entries using some transaction then check tables CDHDR and CDPOS .

If some one has entered the entries manually then its a bit tough.

But still you can check whether any transport request has this table or not.

0 Kudos
59

Hi Sandeep,

Thanks .

This entry has not been created by any transaction.

So i am not able to get the when/who created that entry.

One Lead is that, this entry is present in Q system also .

Regards

PG

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos
59

hmmmm..

One Lead is that, this entry is present in Q system also .==> Is it directly created in QA , if not then Check for transport request , you can f ind out who transported the changes and under which request.

GauthamV
Active Contributor
0 Kudos
60

If Log data changes is checked in technical settings of table then you can

find using SCU3 transaction.

Logging only takes place if parameter rec/client in the system profile is set correctly.

Setting the flag on its own does not cause the table changes to be logged.

Former Member
0 Kudos
59

Hi,

As this is a Ztable its recommended to add two fields created by and created on, and update them while inserting the records.

Hope this helps !

Regards

Karthik D