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

How to track changes to fields in a Module Pool Program

Former Member
0 Likes
452

Hi Experts,

I have one requirement to track the changes to some fields used in the Program, The fields for tracking the changes will be maintained in a table T1, this will be changed dynamically.

There are many screens in the program and many fields in each screen.

1. How to do the coding for tracking the changes, the code should track all the changes to the fields maintained in the table T1.

Thanks in Advance.

Baburaj

1 REPLY 1
Read only

Former Member
0 Likes
340

Hi Baburaj,

The table logging concept will helpful for this requirement.(Tcode: scu3 --> give table name --> u can find changes for all fields).

Make use of concept change documents (auditing purpose used) --> CDHDR,CDPOS tables.

If you want to track changes to your own program, You need write some API to store the data.

Regards

Bhupal Reddy