‎2006 Nov 30 9:42 PM
I am trying to get characteristics values of products by invoking the bapi ... BAPI_MATERIAL_GETCHARMERCHHIER
The bapi returns the following error with all the products I tried ...
Error Number : 084
Error Desc : Assignment of material to material group missing in classification system
I really appreciate if some one can help with figure out how to fix the above issue.
Thanks
Bhabesh Patel
‎2006 Nov 30 9:53 PM
Hi,
It is looking for a record in the table INOB ..
Do you want to get the characteristics of a material which is available in the classification tab..
Thanks,
Naren
‎2006 Nov 30 9:53 PM
Hi,
It is looking for a record in the table INOB ..
Do you want to get the characteristics of a material which is available in the classification tab..
Thanks,
Naren
‎2006 Nov 30 10:14 PM
Yes, I trying to get the characteristics from the classification tab. I debugged the BAPI and also found that it is looking in table INOB (Link between Internal Number and Object), for the material , database table (MARAT) and class type (026) and coming back with nothing.
Am I missing some config some where for the products ??
Thanks
Bhabesh Patel
‎2006 Nov 30 10:38 PM
Hi,
use the function module BAPI_OBJCL_GETDETAIL
with the following parameters..
OBJECTKEY - "Materrial number"
OBJECTTABLE - 'MARA'
CLASSNUM - 'Class name that is in classification tab'
CLASSTYPE - '001'
You will get the characteristics back in the internal table ALLOCVALUESCHAR
Thanks
Naren
‎2006 Dec 01 1:35 PM
I tried the above BAPI and getting the following error for the material ...
Error Num : 732
Error Desc : Assignment does not exist or is not valid on
Thanks
Bhabesh Patel