link between material and classifacion value
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
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
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
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
Can yopu not use function
CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
Dave.