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

ERROR -WHILE LOADING MATERIAL MASTER FROM A FLAT FILE

Former Member
0 Likes
426

HI GUYS ,

I AM TRYING TO CREATE MATERIAL MASTER FROM A FROM FLAT FILE

IAM GETTIGN AN ERROR MESSAGE

'YOU HAVE NOT FULLY MAINTAINED THE DESCRIPTIONS'

REQUIRE HELP ON THIS

THANKS

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
402

Hello Nishant

All the inputs that are required to create a material in dialog (MM01) should be mandatory as well if you are going for LSMW or BAPI. Obviously your material requires a description (which will end up in MAKT). If you have this description in your flat file then there are additional (perhaps language-dependent) descriptions required.

You could try to use BAPI_MATERIAL_SAVEDATA in your test environment to find out the minimum input that is required to create a material in R/3.

You may also have a look at thread

Regards

Uwe

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
403

Hello Nishant

All the inputs that are required to create a material in dialog (MM01) should be mandatory as well if you are going for LSMW or BAPI. Obviously your material requires a description (which will end up in MAKT). If you have this description in your flat file then there are additional (perhaps language-dependent) descriptions required.

You could try to use BAPI_MATERIAL_SAVEDATA in your test environment to find out the minimum input that is required to create a material in R/3.

You may also have a look at thread

Regards

Uwe

Read only

Former Member
0 Likes
402

THANKS