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 using LSMW direct input - UC_OBJECTS_NOT_CONVERTIBLE

Former Member
0 Likes
1,253

I'm getting the a short dump "UC_OBJECTS_NOT_CONVERTIBLE" when running the step "Convert Data" in LSMW.

I'm trying to load data into the material master via Direct Input:

Object 0020 Material master

Method 0000

Program Name RMDATIND

Program Type D Direct Input

I'm bringing in a legacy file (txt) file with the following properties:

Data for One Source Structure (Table)

Separator Tabulator

Field Names at Start of File

Field Order Matches Source Structure Definition

With Record End Indicator (Text File)

Code Page ASCII

Here are my source fields that I have mapped to the SAP Material Structure(s):

TCODE C(004) Transaction Code

MATNR C(018) Material Number

MBRSH C(001) Industry sector

MTART C(004) Material Type

MEINS C(003) Base Unit of Measure

MATKL C(009) Material Group

BISMT C(018) Old material number

MAKTX C(040) Material description

NTGEW C(013) Net Weight

BRGEW C(013) Gross Weight

VOLUM C(013) Volume

GEWEI C(003) Weight Unit

VOLEH C(003) Volume unit

WRKST C(048) Basic Material

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

EXTWG C(018) External Material Group

Can anybody help me as to why I'm getting this short dump?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
806

can you put the break point and check which field getting this error.

go to 4th step (Maintain Field Mapping and Conversion Rules) and break point in matnr filed do the debugg..

3 REPLIES 3
Read only

Former Member
0 Likes
807

can you put the break point and check which field getting this error.

go to 4th step (Maintain Field Mapping and Conversion Rules) and break point in matnr filed do the debugg..

Read only

0 Likes
806

Hi Chenna, the error is occuring in the program /SAPDMC/SAP_LSMW_CONV_FORMS, line 1080.

For the material master object, I use 1 custom structure. Instead of using BMMH1 I use a customer ZMMH1.

When the short dump occurs, the data in the g_record variable is "ZMMH1".

Everything in the display read data looks fine.

Thanks for all your help

Read only

0 Likes
806

Hi

see this link

I Hope this is heplful for you.