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

Log data changes for only a table

david_escofettrenado
Participant
0 Likes
605

Hi,

We know that to read log modification from a table we need to set the client on system parameter rec/client and also set flag in settings table from transaction SE13. But we do not want to set log for all tables in system only for one for table T001B.

Any suggestion?

2 REPLIES 2
Read only

david_escofettrenado
Participant
0 Likes
549

Read only

Former Member
0 Likes
549

Another option would be to only make changes to T001B and accept the defaults... no other logs will be written

You might also want to take a look into the "recclient" parameter (without "/") in the transport profile.

Anyway, I think you are concerned about a performance urban legend? Application data generally has it's own logs (CDHDR, etc) which are not related to this, and you mostly cannot turn it off anyway.

Cheers,

Julius