link between material and classifacion value

Question:
Hi,
I need help, could someone give information what table link between material and it classification value. (MM02 tab classification)
I already tried Table KSSK, KLAH but i only find link between material and their class, but i need link between material begin with their class through the value of characteristic.
Thanks and Regards,
Ed
Answer:
Do you mean that you want to find all the materials belonging to a specific class? Function CLAF_OBJECTS_OF_CLASS will help you in this case. (Or did you mean something else?)
_________________
ilya
More input data: http://abaplog.wordpress.com

Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198

R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html

Function modules documentation: http://www.se37.com

Answer:
Hi,
Try to get the characteristic value(ATWRT) from AUSP
and characteristic description(ATBEZ) from CABNT with
your inputs from KLAH and KSSK.
Thanks,
Zephyr
Answer:
Thanks for both of you especially to Zephyr.
Your information really help.
actually i need table AUSP that contain characteristic for a material master.
Thanks and Regarsd,
Ed
Answer:
Can yopu not use function
CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
Dave.

More Articles:

Table control row disabling.?
Bar code in SAP Script?
WHERE DOES P+, P-, P-- CAME FROM IN DIALOG PROGRAMMING?
Picking up the status of a job?
Field Exit HELP!!!?
hiding fields on selection-screen after first display.?