Application Development 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: 

LSMW - issue uploading multiple UoM (RMDATIND)

former_member609510
Discoverer
0 Kudos

Hi all,


I had a LSMW for creating material master data using direct input

RMDATIND.

Here I had 1 CSV-File for the main data and one for the UoM data - linked via the material number => no problem.

Input routine for reading the files:


loop at UMRECHNUNGSFAKTOREN
and NEUNR =
EXCELLISTE-NEUNR

Then I was asked to extend teh UoM-data with length, width, heigh, gross weight and volume.

When I did that SAP changed the routine to:

loop at UMRECHNUNGSFAKTOREN
where BRGEW =
EXCELLISTE-BRGEW
and NEUNR =
EXCELLISTE-NEUNR
and VOLUM =
EXCELLISTE-VOLUM

From that point on SAP did not read the UoM file at all, since BRGEW or VOLUM was not alwas filled and also not equal to the values provided in my master file.

So my question is, where can I get rid of these 2 restrictions BRGEW and VOLUM?

Regards

Kai

0 REPLIES 0