‎2010 May 20 1:56 PM
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
‎2010 May 20 2:25 PM
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
‎2010 May 20 2:25 PM
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
‎2010 May 20 9:59 PM
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?
‎2010 May 21 10:19 AM
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!