Application Development 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: 

Logging data changes for ABAP program statements

Former Member
0 Kudos

Hi,

"Log Data Changes" option is activated for a Z table (from SE11->Technical Specs) and any changes from SM30 are being logged but when I maintain the table's data using ABAP program, these changes are not logged

Please advise

2 REPLIES 2

Former Member
0 Kudos

You need to create FM from tcode SCDO/SCD0(am not sure if its a zero or O). the FM you will be creating will be specific to your ztable. you need to mention for what field changes needs to be logged. Activate the changes and use the FM in your abap code to update the table and that will log the changes.

Thanks

Thrinath

former_member184158
Active Contributor
0 Kudos

Hi

could you refer to this post , may it help you.

Regards

Ebrahim