cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

which table can i use to view the classification and characteristic of a material.

have tried MARA/MARC but was not successful, so is there any table in SAP that i can enter the material number to find out all it's classification and characteristic?

thanks.

0 Likes
View Entire Topic
kesavadas_thekkillath
Active Contributor
0 Likes

Hi ,

The easiest way is get the object number of material from mara.

Pass it to KSSK. get the class & class type from KSSK.

Then pass this values to function module CLAF_CLASSIFICATION_OF_OBJECTS.

or

You can also just pass the material to parameter object and class type to parameter CLASSTYPE to function CLAF_CLASSIFICATION_OF_OBJECTS in se37 and just execute it. This function must be handled correctly in the programs because it causes performance issues( Not only this function , when accessing from tables also creates the same performance issue ).

Former Member
0 Likes

remove