‎2006 Oct 19 4:31 PM
Hi Frens,
I have got the matnr with which I have to find the value of a characteristic field from the material master classification table. I have the class type and the class values.
thanks
Asha
‎2006 Oct 19 4:36 PM
Use the BAPI <b>BAPI_OBJCL_GETDETAIL</b>.
CALL FUNCTION 'BAPI_OBJCL_GETDETAIL'
EXPORTING
objectkey = object
objecttable = objecttable
classnum = classnum
classtype = classtype
TABLES
allocvaluesnum = i_numc_values
allocvalueschar = i_char_values
allocvaluescurr = i_curr_values
return = return.
Object - Material number
objecttable = Try giving 'MARA'.
Classnum = Class name
Classtype = Class type
Regards,
Prakash.
‎2006 Oct 19 4:34 PM
you can view this thru MM03 T-CODE BY GIVING THE MATRIAL NO IN FIRST SCREEN.
‎2006 Oct 19 4:34 PM
‎2006 Oct 19 4:36 PM
Use the BAPI <b>BAPI_OBJCL_GETDETAIL</b>.
CALL FUNCTION 'BAPI_OBJCL_GETDETAIL'
EXPORTING
objectkey = object
objecttable = objecttable
classnum = classnum
classtype = classtype
TABLES
allocvaluesnum = i_numc_values
allocvalueschar = i_char_values
allocvaluescurr = i_curr_values
return = return.
Object - Material number
objecttable = Try giving 'MARA'.
Classnum = Class name
Classtype = Class type
Regards,
Prakash.