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 classification changes

Former Member
0 Likes
3,889

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.

4 REPLIES 4
Read only

Former Member
0 Likes
1,098

Hi srilakshmi,

Have checked in table CDHDR and CDPOS...???

Thanks & Regards,

Poonam.

Read only

0 Likes
1,098

Hi,

I have checked CDHDR and CDPOS, its not captured there.

Thanks,

Srilakshmi.

Read only

0 Likes
1,098

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.

Read only

0 Likes
1,098

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