‎2009 Sep 07 9:06 AM
Hi Experts,
i want to get material class values on the below parameters
Material
Class type
Class Number
and i want to get
Characterstic name
Characterstic Value
It is not based on Material + Batch + Plant combination
it is in the Tcode CU42.
Is there any function module or BAPI module to get the above values.
‎2009 Sep 07 9:51 AM
Hi,
Have a look at the FM's in the Function Group CLBPA
Regards
‎2009 Sep 07 9:53 AM
Hi
Go to INOB table pass your Material Number for Object (OBJEK) you can get the CUOBJ value then go to AUSP table pass this value to ATINN you can get other values corresponding to your Characteristics
Use VC_I_GET_CONFIGURATION and pass CUOBJ value to it.
for sales order go to VBAP you can get CUOBJ
for Production order go to CAUFV you can get CUOBJ
Cheers
Ram
‎2009 Sep 07 11:35 AM
sorry dear,
i got the right function module name is
CLAF_CLASSIFICATION_OF_OBJECTS
but now the problem is ho can i get which class is attach on the material and how can i get the class name at the material.
‎2009 Sep 07 12:18 PM
‎2009 Sep 07 9:59 AM
check BAPI_OBJCL_GETDETAIL.
See function module documentation
‎2009 Sep 14 7:53 AM
RAYMOND FRISTON give me very useful answers problem solve but report taking a long time but working thanks all