2008 Dec 23 3:48 PM
Hi Guru's
I am facing probelm while reading data from apllication server to my internal table i.e to presentation server.
In my apllication server iam getting excel format data like below
PK##########!#########@#######[Content_Types].xml ###(##################################################################################################################
#9GY##X####,}#"#k\# #Z##_O####.#K##`######ZAq'b#.,##[##6#w#qo##=_##͊/#FC#b"###H###t#?###\j##ˍ##%##Ba###)#U.#`>LGn0y#####ػ##g##A#<#I#####[s Y####5_##l#i*#iG########X##
Can any one please suggest me where is the exact problem..
Thanks in Advance.
Krishna
2008 Dec 24 9:57 AM
Hi,
You can download a file from ur apllication server to presentation server using tcode CG3Y.
try the above tcode and if any error in the data, contact ur basis guy.
pavan
2008 Dec 23 11:05 PM
A "true" excel file has this kind of format. You just have to download this internal table (with this weird content) to your desktop to a file with .xls extension, and then you will be able to open it via excel, and data will be "decompressed" and cell texts will be displayed correctly.
2008 Dec 24 9:57 AM
Hi,
You can download a file from ur apllication server to presentation server using tcode CG3Y.
try the above tcode and if any error in the data, contact ur basis guy.
pavan
2008 Dec 24 10:04 AM
use transection cg3y to upload file from presentation to application server.
2008 Dec 31 7:04 AM
Hi All,
Thnx for u r valiable info.
Here downloading problem. here we can not put excel data directly into application server. we need to store in a .txt or other format and after we need to store in application server
regards,
Krishna Mandava