‎2010 Jun 09 7:42 AM
Hi All,
We need to get material classificaiton values based on material number.
navigation to see material clssifications is:MM02--->select classifacation view.
We need values for a particular class.
Please help me
thanks
peddi reddy
‎2010 Jun 09 7:50 AM
You can use these FM.
CLAF_CLASSIFICATION_OF_OBJECTS.
BAPI_OBJCL_GETDETAIL.
‎2010 Jun 09 7:50 AM
You can use these FM.
CLAF_CLASSIFICATION_OF_OBJECTS.
BAPI_OBJCL_GETDETAIL.
‎2010 Jun 09 7:54 AM
Hi
Give material number in this BAPI_OBJCL_GETCLASSES to get the material class.
After that pass the obtained class to BAPI_CLASS_GET_CHARACTERISTICS ( The BAPI may vary depending upon your requirement ).
Hope this helps.
Harsh
‎2010 Jun 09 7:55 AM
Use the BAPI 'BAPI_OBJCL_GETDETAIL'. For materials you have to pass OBJECTKEY = material number & OBJECTTABLE = 'MARA'.
Read the BAPI documentation for details.
‎2010 Jun 09 8:14 AM
Hi,
You can get the characteristic values from the AUSP table based on the internal material number.
Thanks
Arul
‎2010 Jun 09 9:01 AM
For usage of fm CLAF_CLASSIFICATION_OF_OBJECTS check link:[https://wiki.sdn.sap.com/wiki/display/Snippets/FetchmaterialClassificationsandcharacteristics]