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

Change log for material data

Former Member
0 Likes
590

Hi,

where do the changes go when I update a material using MM02/MM01 in the

classification view?

For other changes I am finding entries in the tables CDHDR and CDPOS.

Can anyone tell me from where I can read the change log for the classification data?

The requirement is to post the material data to an other interface if only the classification

data is updated.

Best regards,

KM

5 REPLIES 5
Read only

Former Member
0 Likes
552

That also should be in the same tables, except that the class name under which the changes of classification might be different.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

0 Likes
552

Hi Ravi,

I have changed some attribute values and searched for an entry in those tables.

But found no entry.

Thanks anyway!

Regards

KM

Read only

0 Likes
552

hi,

It shud be in cdhdr table after u changed the alues and saved it.

check in object cöadd 'MATERIAL' in cdhdr table and collect changnr to get other values from cdpos.. cdhdr-changnr = cdpos-changnr.

Regards

CNU

Read only

0 Likes
552

Hi CNU,

would you tell me how to do that? Using any FM or ... ?

Regards

KM

Read only

0 Likes
552

Hi KM,

in CDHDR table objectclas is CLASSIFY... there u will find change log for classification.

in cdhdr table collect changnr to get other values from cdpos.. cdhdr-changnr = cdpos-changnr.

for only updated values u can use chang_ind = 'U'.

hope this helps...

Regards

CNU