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: 

Changes to Customer Master

Former Member
0 Kudos
76

In the customer master transaction, it picks up all changes made to a customer (whether it be a name changed, address change, etc...). It has the date and time stamps associated with the field changes. Does anybody know which table is being used to store these information?

I need to be able to get any changes related to the contact info (name, adrress, and phone). I would like to be able to pick up these changes from whatever table the customer master is using and modify my process from there.

Thanks in advance!

1 ACCEPTED SOLUTION

SantoshKallem
Active Contributor
0 Kudos
44

check in table cdhdr and cdpos

reward if useful

2 REPLIES 2

former_member191977
Contributor
0 Kudos
44

Hi,

check the Customer master table CSKS and get the latest records with changed on date or by user if you know of it and you can manipulate those records.

Award points if it helps.

SantoshKallem
Active Contributor
0 Kudos
45

check in table cdhdr and cdpos

reward if useful