‎2008 Nov 12 5:20 PM
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
‎2008 Nov 12 5:25 PM
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..
‎2008 Nov 12 5:25 PM
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..
‎2008 Nov 12 5:38 PM
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
‎2008 Nov 12 5:51 PM