‎2007 May 14 8:00 AM
HI All,
1. how can we maintain(create) log whenever changes have been made in z table. normally for tables,we have some log created in SAP.how can we create log explicitly so that it caputres all changes in table.
2.if log is created explicity,how can we extract the information from log, so that it
must be available as report ?
please let me know soon.
Thanks.
‎2007 May 14 11:15 AM
Hi Jay,
Selecting the check box 'Log data changes' in the technical settings option of the table will log all the data changes in a table.
In the table maintenance screen, we will have an option to see the data changes. However to generate this report we need to carry out some settings in RZ10.
Regards,
Hemanth
‎2007 May 15 12:34 PM
Hi Hemanth,
I got helpful information from you upto some extent. i got some idea to do this. The information related to this is tablesCDHDR,CDPOS. where we can have infn about changes made to field,tcode,user ,date of changes etc .The idea is, after selecting change document checkbox while creating ztables, we can develop some report by writing some select query.The changes made to ztable is stored in CDHDR AND CDPOS.it can be as follows
select fields from cdhdr where objectid = some value is to be passed and objclass = some value is to be passed
MY question is who will create objclass,objectid. from where this value of objectid objclasscan be obtained related to Ztable.
Waiting for your reply
Thanks .
anilkumar