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

Doubt on logging the table change

Former Member
0 Likes
455

For the logging the table changes, we have to check log data changes in the technical setting of a table. But came to know that it is not enogh to log the table changes. There is some parameter rec/client, that we need to take into consideration for logging the table changes. Can anyone please help me where exactly can i find that parameter and what changes do i need to make there.

For the logging the table changes, we have to check log data changes in the technical setting of a table. But came to know that it is not enogh to log the table changes. There is some parameter rec/client, that we need to take into consideration for logging the table changes. Can anyone please help me where exactly can i find that parameter and what changes do i need to make there.

2 REPLIES 2
Read only

Former Member
0 Likes
426

Hi,

The logging flag defines whether changes to the data records of a table should be logged. If logging is activated, every change (with UPDATE, DELETE) to an existing data record by a user or an application program is recorded in a log table in the database.

It has a Dependency:

Logging only takes place if parameter rec/client in the system profile is set correctly.

Now rec/client is a system parameter which i think you see in sytem profile but I am not sure how do we go about it.

Some BASIS consultant can help you on this.

Regards,

Mayank Verdia

Moderator message: copy/paste of parts of the F1 help of field "log data changes", points removed, please do not repeat this behaviour!

Edited by: Thomas Zloch on Sep 7, 2010 9:39 AM

Read only

Former Member
0 Likes
426

Hi,

In Transaction RZ11 we can find the rec/client parameter. This might be of help for others who are new to ABAP.

Regards,

Mayank Verdia