Application Development and Automation 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: 
Read only

Fetching changed data from custom table

Former Member
0 Likes
1,381

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.

2 REPLIES 2
Read only

Former Member
0 Likes
774

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

Read only

Former Member
0 Likes
774

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