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

LSMW Master Data Load issue for UOM.

Former Member
0 Likes
1,020

Hello Friends,

I hope that someone out there can provide a answer to my question.

I am attempting to use LSMW to load Alternate units of measure via MM02. The Main data is already in the system.

My Flat file has 2 levels.

Header--> contains Material Number

Line --> contains data relevant to each UOM that I want to enter.

When I do the Direct Input Method, I get the following message:

"The material cannot be maintained since no maintainable data transferred"

Here is the format of the flat file.

SOURCEHEAD HEADER

IND C(001) INDICATOR

Identifing Field Content: H

MATNR C(018) Material

SOURCELINE UOM DATA

IND C(001) INDICATOR

Identifing Field Content: L

MAT C(018) MAT

UMREN C(005) Denominator for conversion to base units of measure

MEINH C(003) Alternate Unit of measure sku

UMREZ C(005) numerator for conversion to base units of measure

EAN11 C(018) International Article Number (EAN/UPC)

NUMTP C(002) Category of International Article Number (EAN)

LAENG C(013) Length

BREIT C(013) Width

HOEHE C(013) Height

MEABM C(003) Unit of Dimension for Length/Width/Height

VOLUM C(013) Volume

VOLEH C(003) Volume unit

BRGEW C(013) Gross weight

NTGEW C(013) Net weight

GEWEI C(003) Weight Unit

When I manually process the data, I have no issues.

I am thinking that I may just be missing some piece of information necessary to get this data processed, am can not see what the answer is.

Any Help that can be provided would be great.

Regards,

Christopher

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
685

Hello,

You need to map BMMH1 along with BMMH6.

Map TCODE& MATNR in BMMH1 with XEIK1 = 'X' (BasicData). Subsequently map fields of structure: BMMH6.

I just made a test now and it works fine for me.

Hope this helps.

Best Regards, Murugesh AS

Hello,

You need to map BMMH1 along with BMMH6.

Map TCODE& MATNR in BMMH1 with XEIK1 = 'X' (BasicData). Subsequently map fields of structure: BMMH6.

I just made a test now and it works fine for me.

Hope this helps.

Best Regards, Murugesh AS

1 REPLY 1
Read only

Former Member
0 Likes
686

Hello,

You need to map BMMH1 along with BMMH6.

Map TCODE& MATNR in BMMH1 with XEIK1 = 'X' (BasicData). Subsequently map fields of structure: BMMH6.

I just made a test now and it works fine for me.

Hope this helps.

Best Regards, Murugesh AS