‎2010 Jul 23 8:33 AM
Hi
I have Material class name and class type I want all the materials belonging to the particular class. How to get that?
Any function module is there?
‎2010 Jul 23 9:03 AM
Thanks a lot. Is there a way similarly from characteristiic name I can get the Materials having the characteristics.
Edited by: Gautam Totekar on Jul 23, 2010 1:41 PM
‎2010 Jul 23 8:56 AM
Hello,
You can use the klah and kssk tables.
There is also CLAF_OBJECTS_OF_CLASS function
Thierry
‎2010 Jul 23 9:03 AM
Thanks a lot. Is there a way similarly from characteristiic name I can get the Materials having the characteristics.
Edited by: Gautam Totekar on Jul 23, 2010 1:41 PM
‎2010 Jul 23 9:27 AM
Hello,
Yes you can have a look on AUSP, INOB, CABN, CAWN and CAWNT tables
Use the conversion_exit_atinn_input and *_output for the field atinn.
The CLAF_CLASSIFICATION_OF_OBJECTS allow to retreive all carateristics of an object.
Thierry
‎2010 Jul 23 9:54 AM
You can check this link:[http://wiki.sdn.sap.com/wiki/display/Snippets/FetchmaterialClassificationsandcharacteristics] and see how the fm CLAF_OBJECTS_OF_CLASS is used.