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: 

Field Specific Change Log

Former Member
0 Kudos
1,012

Hi All,

Is it possible to only log the changes for specific fields of a table? My guess is this is not possible but it is suggested not to log data changes due to performance issues. If we were to limit the tables to specific fields, perhaps we can limit the affect on performance.

Also, how big of a hit on performance can we expect if we only add logging for one additional table?

Thanks. Points will be awarded for helpful responses.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
345

Hi

Yes you can log on the field level changes.

Field level Changes (logs) are maintained in the table CDHDR and CDPOS tables

see those tables for field level changes

Reward points if useful

Regards

Anji

2 REPLIES 2

Former Member
0 Kudos
346

Hi

Yes you can log on the field level changes.

Field level Changes (logs) are maintained in the table CDHDR and CDPOS tables

see those tables for field level changes

Reward points if useful

Regards

Anji

Former Member
0 Kudos
345

Thanks, Anji, but I was wondering if it was possible to set specific fields. So let's say I have table ADRC and I only want to see changes to field NAME1. Can I set only this field to be logged instead of the entire table?

Message was edited by:

John S