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

Material ffrom Material classification

gautam_totekar
Active Participant
0 Likes
699

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?

1 ACCEPTED SOLUTION
Read only

gautam_totekar
Active Participant
0 Likes
643

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

4 REPLIES 4
Read only

Former Member
0 Likes
643

Hello,

You can use the klah and kssk tables.

There is also CLAF_OBJECTS_OF_CLASS function

Thierry

Read only

gautam_totekar
Active Participant
0 Likes
644

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

Read only

0 Likes
643

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

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
643

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.