‎2006 Dec 19 4:03 PM
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
‎2006 Dec 19 4:05 PM
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
‎2006 Dec 19 4:08 PM
Hi Ravi,
I have changed some attribute values and searched for an entry in those tables.
But found no entry.
Thanks anyway!
Regards
KM
‎2006 Dec 19 4:14 PM
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
‎2006 Dec 19 4:16 PM
Hi CNU,
would you tell me how to do that? Using any FM or ... ?
Regards
KM
‎2006 Dec 19 4:20 PM
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