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: 

Custom logging for database table?

Former Member
0 Kudos

Hi all,

I need to create a custom log whenever user did some changes to a customized table. Can it be done?

I knew that SAP already provide the defaul logging mechanism by checking the 'Log data changes' in the technical settings of the table and retrieve the log with TCODE SCU3. But what I need it to store the log into another customized table. How can I do that?

Thanks in advance.

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

if you want to store the log in custom table, then you may have to go for custom program to upload the data to the database table. there you have to imitate the standard SAP functionality to store the change logs to a custom table.

madan_ullasa
Contributor
0 Kudos

Hi,

You would be probably using a table maintenance to update this custom table.... that means you have generated a view...why dont you have a module in the view screen to code for the table update? Just a suggestion...

regards,

Madan...