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.
Request clarification before answering.
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 ).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 12 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.