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

Table data change logs

Former Member
0 Likes
655

Hi,

I have created a customer table. I want to log the data changes in the table. So in the technical settings of the table i have checked log data changes checkbox. When i tried to see the change logs using transaction SCU3, the logs are not available. Kindly help.

What is the table name in which this logs are stored?

Suitable answers will be rewarded

Thanks and Regards,

Kasi S

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
501

all log header data is stored in BALHDR. but the log messages are stored in many tables. if you want to the log, use transaction SLG1

grant me the points accordingly

Regards,

Surya

2 REPLIES 2
Read only

Former Member
0 Likes
501

To use the change document functionality in your application, proceed as follows:

Define the change document object

Check in the Dictionary, whether the data elements of the fields which are to be logged are flagged appropriately.

Generate the update.

Program the appropriate calls in your program.

Read only

Former Member
0 Likes
502

all log header data is stored in BALHDR. but the log messages are stored in many tables. if you want to the log, use transaction SLG1

grant me the points accordingly

Regards,

Surya