‎2008 Aug 30 11:18 AM
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
‎2008 Aug 30 2:12 PM
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
‎2008 Aug 30 2:12 PM
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
‎2008 Sep 02 5:34 AM