Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_MATERIAL_GETCHARMERCHHIER Question

Former Member
0 Likes
934

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
615

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

4 REPLIES 4
Read only

Former Member
0 Likes
616

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

Read only

0 Likes
615

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

Read only

Former Member
0 Likes
615

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

Read only

0 Likes
615

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