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

LSMW using IDOC - Loading Material Master Basic View

Former Member
0 Likes
686

Hi,

Input Data:

MATNR MBRSH MTART MAKTX MEINS MATKL

TEST16 M FERT TEST MATERIAL FOR UPLOAD EA 00101

In my Structure relationship - I have mapped with strucutres E1BPMATHEAD,E1BP_MARA,E1BP_MARA1,E1BP_MARAX,E1BP_MAKT

1) I am getting an error in LSMW using IDOC - Loading Material Master Basic View:

Error - You have not fully maintained the descriptions.

Status - 51

2) If E1BP_MARAX structure is not mapped; I am getting an error

Error - The field MARA-MEINS/BAPI_MARA-BASE_UOM(_ISO) is defined as a required.

Status - 51

Please give your inputs.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

Hi,

I am Not sure, try by entering the language Field.

I mean,


E1BP_MAKT-LANGU = 'E'. 

Its mandatory to mention structure E1BP_MARAX because it

specify the what fields you are entering so it gives that error.

Regards,

Raghava Channooru

3 REPLIES 3
Read only

Former Member
0 Likes
603

Hi,

I am Not sure, try by entering the language Field.

I mean,


E1BP_MAKT-LANGU = 'E'. 

Its mandatory to mention structure E1BP_MARAX because it

specify the what fields you are entering so it gives that error.

Regards,

Raghava Channooru

Read only

JL23
Active Contributor
0 Likes
602

It just looks like you have no values for the 2 fields

had you mapped the base unit and the description in field mapping?

did you check the READ data and the CONVerted date whether they got values for these 2 fields after execution?

Read only

Former Member
0 Likes
602

Thank you guys for your inputs.

Raghava,

Added a constant ('E')in the Language field.Then executed the steps once again.Then i was able to load the data.Seems like the Language field is Mandatory.Thank you!