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: 

Log data change

former_member1038687
Active Participant
0 Kudos

Hi friends! I need a little help.

In my project a user want to log all database changes in a Z tables. I suggested use "Log data changes" in SE11 Technical settings for this, but system adm denied 'cause when it is actived in Sap system, automatically SAP system enable this for a lot of standard tables, causing performance issues in a whole SAP system.

After this, we trying to do this manually. There is another way to do this or some way to manually save data in DBLOG table to use standard transaction to see the changes?

Thanks for any help.

1 REPLY 1

Former Member
0 Kudos

Hi

U can use the change document (that means table CDHDR and CDPOS)

U need to create an your own document change object by trx SCDO,the system will create the fm to update the log table after saving and activing your object.

Then you can call this fm in all programs where your Z-table can be updated

Max