‎2009 Feb 13 6:22 PM
We have a requirement to pull the change data of a particular field in the custom table, the table has log data changes enabled.
Can you please let me know which tables we need to query to pull the data we know the program "RSVTPROT" will work interactively but we need the data at the bulk level for each record in the custom table.
‎2009 Feb 13 6:28 PM
HI Santosh,
Can you check if data logging is active in your system by using Tcode SCU3.
Only if has been activated by your basis team then the table logging will take place.
You can use report RSVTPROT to evaluate the log for any table.
check in SCDO if a change document exists for the table. If it does, check if in the tab Further Characteristics in the data element of the field you want to track the box for Change Document is checked.
Execute the program RSSCD100.
it will show the changes happened to the fields & Tables.
Hope this will be Helpful
Thanks
Kalyan
‎2009 Feb 13 6:36 PM
SAP do:es not automatically keep track of the changes done to a custom table data. We need to define it manually and activate it. The concept of change documents should be implemented only if it is really important that you keep track of changes made to the object.
see this
also in google type Creating Change Documents for Custom tables see the first reslt ..its very helpful