2007 Mar 09 5:11 PM
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!
2007 Mar 09 5:20 PM
2007 Mar 09 5:15 PM
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.
2007 Mar 09 5:20 PM