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

Changes in a transparent table

Former Member
0 Likes
405

Hi,

Is there a way to know the changes on the the specific field of a table?

Example: If there is an update on the fields of a table can we identify which fields were updated and what were the original values prior to updates?

Thanks a lot!

Mark

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
357

Hi,

Check the Tables CDPOS and CDHDR.

CDHDR has the header information for changes in objects (like material master)

CDPOS has the information for the positions of the object. They work together joining fields OBJECTCLAS, OBJECTID & CHANGENR.

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
358

Hi,

Check the Tables CDPOS and CDHDR.

CDHDR has the header information for changes in objects (like material master)

CDPOS has the information for the positions of the object. They work together joining fields OBJECTCLAS, OBJECTID & CHANGENR.

Thanks.