Application Development and Automation 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: 
Read only

Text changes capturing

Former Member
0 Likes
522

Hi Sapians,

My Client requirement is that in Customer Master data under sales area data on menubar under extras when ever some one change or delete Bill of Lading Text and Pick List Text how can he know that by whom and at what time it has changed and the Old and New value.

If its not possible in standard SAP to track then whats the procedure (program/code change) to know that

3 REPLIES 3
Read only

Former Member
0 Likes
497

Hi

The tables CDHDR and CDPOS help you to get these details

Pass the system date and the customer as object id in the tables to get these details .

Update if any issues

Read only

0 Likes
497

Hi Martina, Thanks for the reply

Its a master data changes not document changes..any other try?

Read only

Former Member
0 Likes
497

May be this [link|; will be useful.