2009 Jun 19 7:15 AM
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
2009 Jun 19 7:32 AM
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.
2009 Jun 19 7:18 AM
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.
2009 Jun 19 7:35 AM
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
2009 Jun 19 7:39 AM
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.
2009 Jun 19 7:32 AM
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.
2009 Jun 19 7:37 AM
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