‎2006 Nov 08 4:36 PM
Hi All,
When we create a database table and in the technical settings if we set LOG changes flag ticked where will the changes get logged into. I mean the table where the changes will be logged. Can somebody please help me with this.
Regards,
Kiran
‎2006 Nov 08 4:38 PM
Hi,
I believe it is stored in the table DDNTT_HIST..Which is not in the DDIC..
Check the FM DD_NTAB_HIST_GET of how to get the data..
Thanks,
Naren
‎2006 Nov 08 4:41 PM
Hi Naren ,
When I am trying to access the above said tables its giving me an error like
Table DDIC is not active in the Dictionary
Is there anyway we can see the changes please.
Regards,
Kiran.
‎2006 Nov 08 4:41 PM
DBTABLOG stores db table changes. Report RSVTPROT can be used to read the logs.
‎2006 Nov 08 4:41 PM
Hi Kiran,
Please check table DBTABPRT and also you can use transaction SCU3 to display record changes.
Regarsd,
Ferry Lianto
‎2006 Nov 09 1:14 PM
‎2006 Nov 10 8:25 PM
in addition to activating LOG changes flag for the table you'll need to enable logging on the system, and it will log changes to ALL tables which have this flag ticked.
‎2006 Nov 13 3:06 PM
Hi
You can display logs for a table by using SCU3 transaction.
But just checking the Log option in the technical settings of a table is not enough to maintain modification history; <i>rec/client</i> parameter has to be set which is usually done by basis guys.
Regards
Surya.