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: 

Excel file upload through LSMW

former_member233553
Active Participant
0 Kudos
177

Guys,

While I am going to upload the files of vendor data creation (TC XK01); system is generating return codes : 13; error message; so can you please help me out how can I upload excel-file data through LSMW.

2 REPLIES 2

hemanth_kumar21
Contributor
0 Kudos
79

t's no possible to upload directly Excel file in LSMW.

You must transform to an flat File.

There are 6 delimiters

- No Separator

- Tabulator

- Semi-Colon

- Comma

- Blanks

- Others

one more option:

1) save the Excel as *.csv with a delimiter e.g. semi-colon (';')

2) read the CSV-file as plain text file

3) split the line at the delimer (';')

Former Member
0 Kudos
79

Hey Kumar,

Please research thoroughly before posting.

Seems your requirement is not possible.

Refer : http://scn.sap.com/message/8792981

BR.