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: 

How to find who changed fields for customer master ?

Former Member
0 Kudos

Hi,

I want to see what some fields in around 20 customer master changed by whom ?

How do I find that ? I don't have access to XD03 transaction in Production due to which I am not able to go and find it from there ? What is the other way ?

Regards,

Rajesh.

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can also run standard program RCC00300 with OBJECTCLAS = 'DEBI' and

OBJECTID = <customer number>.

Regards,

Ferry Lianto

5 REPLIES 5

Former Member
0 Kudos

Hi,

You can use the table CDHDR , CDPOS to see who did the changes..

Thanks

Naren

Former Member
0 Kudos

Hi,

In the table CDHDR give

CDHDR-OBJECTCLAS = 'DEBI'

CDHDR-OBJECTID = 'Customer number'.

Thanks

Naren

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can also run standard program RCC00300 with OBJECTCLAS = 'DEBI' and

OBJECTID = <customer number>.

Regards,

Ferry Lianto

0 Kudos

Where can I get the list of object class ?

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check table TCDOB and TCDOBT.

Regards,

Ferry Lianto