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

Client Modification history

Former Member
0 Likes
1,557

Hello everyone,

Can anyone tell me what table should i search if i want to know if a determined client (kunnr) has been modified in some fields since it's creation?

Thank you all,

Nuno Santos

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
952

Hi

Search the tables CDHDR and CDPOS

for any changes in the fields of a any transaction.

so take the KNA1 table fields and use them in CDPOS for searching the changes

Regards

Anji

5 REPLIES 5
Read only

Former Member
0 Likes
952

Hi

the table name is <b>KNA1</b>

Please reward if helpful.

Read only

Former Member
0 Likes
953

Hi

Search the tables CDHDR and CDPOS

for any changes in the fields of a any transaction.

so take the KNA1 table fields and use them in CDPOS for searching the changes

Regards

Anji

Read only

Former Member
0 Likes
952

Hi NunoSantos,

In <b>XD03</b> itself u can check under <b>environment-->Field Changes.</b>

Read only

Former Member
0 Likes
952

Hi

CDHDR Change document header

and CDPOS Change document items

these are the 2 tables where

what ever changes to be done that will store here

check these 2 tables

you will find that changes

in this table and in kna1 table there will be a corresponding fields

reward if usefull

Read only

Former Member
0 Likes
952

Hi,

T-Code XD05; Environment --> Field changes....

will list you old value and new value....

Regards,

Prabhu Rajesh