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: 

Change History

Former Member
0 Kudos

Hi,

For Maintaining Change History for field..we should check the flag 'Change document'..right ?

After doing this how and where to see the change history of that field ?

Rgds

Shankar

4 REPLIES 4

Former Member
0 Kudos

Hello

Tables CDHDR and CDPOS.

Former Member
0 Kudos

Hi Gowri,

You have the tables CDHDR and CDPOS to get the change header details and item details.

You can also use the function modules like

CHANGEDOCUMENT_READ_POSITIONS

CHANGEDOCUMENT_READ_HEADERS

to get the further details regarding the changes by passing the required parameters to them.

Hope this helps you.

Thanks,

Khan.

Former Member
0 Kudos

hi,

Check the tables CDHDR, CDPOS

regards

padma

Former Member
0 Kudos

thks