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 error message.......

anupam_srivastava2
Participant
0 Likes
782

Hi All

Fields in my source structure are Mat_no, Industry_sector, Mat_type, Unit, Desc.

It gives the following error message when I try to read the data

File C:\name\test\mara.txt and source structure 'msource_structure' contains no fields with same names.

data in my txt file is .

1001 Z ZTRD BOX DESC1

can any body help me with this..

cheers

AJ

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
743

Hi AJ,

In your file specification you have probably set "Field names at start of File". Either remove this setting or put the name of the field in the first row of your file.

Regards,

John.

3 REPLIES 3
Read only

Former Member
0 Likes
744

Hi AJ,

In your file specification you have probably set "Field names at start of File". Either remove this setting or put the name of the field in the first row of your file.

Regards,

John.

Read only

Former Member
0 Likes
743

Hi,

In the LSMW step 'Assign files' do you have the checkbox 'Field names at start of file' checked? It sounds like your LSMW is expecting your file to have column headings.

Regards,

Nick

Read only

Former Member
0 Likes
743

For the step 'specify file', are you using "Field names at start of file"

or "Field name matches source structure definition"?