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_MAINTAINDATA_RT

Former Member
0 Likes
946

Hi together,

i must create new variants for existing retail-materials.

I have tryed to use the BAPI BAPI_MATERIAL_MAINTAINDATA_RT

I get the Error-message MH051 'classification was not possible'

For a new material runs well.

What can i do to solve this problem ?

Thanks in advance

thorsten

7 REPLIES 7
Read only

Former Member
0 Likes
827

insted of this BAPI_MATERIAL_MAINTAINDATA_RT

why can't you use BAPI_MATERIAL_SAVEDATA.

this can be used to maintain the material..

vijay

Read only

0 Likes
827

Hi vijay,

this Bapi is not possible to use for retail-material.

Thanks for your quick answer

regards

thorsten

Read only

0 Likes
827

can you just tell me what are the parameters you are passing..

vijay

Read only

0 Likes
827

Hi vijay,

i use the same idoc as for the original retail-material.

i have a program to read and modify this idoc.

i change only the characteric-values and the variant-numbers,because this variants have a different number-range.

thorsten

Read only

0 Likes
827

i hope you are passing

function

material

variant in variant table.

FUNCTION

MATERIAL

CHAR_NAME

CHAR_VALUE in chararcterstic and as well characteristicx also .

are you giving update flag.

vijay

Read only

0 Likes
827

Hi vijay,

i have changed the function from 005 New to 004 update.

the same result.

what can i also do ??

regards thorsten

Read only

Former Member
0 Likes
827

Thorsten,

Did you find a solution to the classification error? I am running into the same problem.

Thanks