Skip to Content
0
Former Member
Jun 11, 2009 at 01:23 PM

Create Material with Inetrnal Number assignment

26 Views

I am trying to create materials with Direct Input (LSMW). I have created a structure for the MARA table and another structure for the Language Descriptions, data for these two structures is stored in two different files (MARA-file and Description-File).

Internal number assignment is activated so I do not pass a material number however in both structures I have selected MATNR and pass au2019/u2019 value to each of these two strcutures.

All works fine for a single material, I tried it for two materials and created two entries in the MARA u2013file and the Description - file, I want that it should pick up one description from the description file with language key Z1 for each material, however it takes the two description values for each material and returns an error message u2018Several description exists for language Z1u2019

In brief it's not able to link material data to the respective language desciption data because there is no distinct material number.

Please help