‎2010 Dec 14 7:03 AM
Hi All,
we are facing issue in getting the material classification data changes. We need to capture the material whenever a characteristic value of certain class of a material gets changed. Is there any change log captured when a classification data changes?
Is there any table or FM to get the classification changes of material?
Thanks in advance,
Srilakshmi.
‎2010 Dec 14 7:17 AM
Hi srilakshmi,
Have checked in table CDHDR and CDPOS...???
Thanks & Regards,
Poonam.
‎2010 Dec 14 8:35 AM
Hi,
I have checked CDHDR and CDPOS, its not captured there.
Thanks,
Srilakshmi.
‎2010 Dec 16 8:56 AM
i got the below link to activate change log for classification:
http://wiki.sdn.sap.com/wiki/display/PLM/Activatechangedocuments
It says it does a key conversion in tables KSSK and AUSP. What impact it will have in the programs in which these tables are used and What changes should be done in those impacted programs?
Thanks,
Srilakshmi.
‎2015 Aug 27 4:33 PM
When change log is not active when you write a select to read tables KSSK or AUSP
in the where condition you write
OBJEK = MARA-MATNR
When change log is active you nedd to read table INOB with OBJEK = MARA-MATNR
and after you can read tables KSSK or AUSP
with OBJEK = INOB-CUOBJ
Regards
Emiliano Merli