‎2008 Jul 18 1:27 PM
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
‎2008 Jul 18 3:56 PM
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
‎2008 Jul 18 3:56 PM
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