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: 

Tables storing changes for master data

Former Member
0 Kudos

I am tracking changes in the master data from transaction codes VD02 and XD02; I would then go to Environment > Account changes>All Fields.

Would anyone happen to know which transparent table stores these data possibly with valid from and to dates for the chages?

I am allso checking transaction OV51. Which transparent table would have the data ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

The OBJECTCLAS is DEBI for both the tcodes.

4 REPLIES 4

Former Member
0 Kudos

All the change documents in SAP are stored in table CDHDR and CDPOS.

CDHDR has the header data.

CDPOS has all the change details.

0 Kudos

Would you happen to know what wouldl be the OBJECTCLAS and OBJECTID shoud be for these transaction codes, VD03 and XD03?

Or how would I determine which to use to look for the changes for a sold-to-party, for example?

ferry_lianto
Active Contributor
0 Kudos

Hi,

The OBJECTCLAS in table CDHDR for customers is DEBI.

The OBJECTID is the customer number with leading zeroes.

You can go to CDPOS table to find the sold-to changes based on above OBJECTCLASS and OBJECTID.

Regards,

Ferry Lianto

Former Member
0 Kudos

The OBJECTCLAS is DEBI for both the tcodes.