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

Issue on Datasets

Former Member
0 Likes
275

i have uploaded a file in .xls in al11(application server) but when i tried to dowload to desktop from system menus in .xls file format it is not in order in excel sheet everything coming in one column -


> how do i upload exact as excel sheet i application server

or do i overcome this issue

i want exact .xls file to be uploaded from interal table to al11 and download from AL11 to desktop

please help me on this

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
244

Not much information to go on - I guess, that you're loading an xls from the desktop to the application server, via ABAP.

What you need to do is ensure that for all the file transfer -> reading into ABAP, then writing out of ABAP, that you are always handling binary data, not text.

Regards

matt

1 REPLY 1
Read only

matt
Active Contributor
0 Likes
245

Not much information to go on - I guess, that you're loading an xls from the desktop to the application server, via ABAP.

What you need to do is ensure that for all the file transfer -> reading into ABAP, then writing out of ABAP, that you are always handling binary data, not text.

Regards

matt