2013 Nov 14 12:43 PM
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.
2013 Nov 14 1:53 PM
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 (';')
2013 Nov 14 2:00 PM
Hey Kumar,
Please research thoroughly before posting.
Seems your requirement is not possible.
Refer : http://scn.sap.com/message/8792981
BR.