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

problem while Downloding excel data from application server

Former Member
0 Likes
752

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
595

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

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Likes
595

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.

Read only

Former Member
0 Likes
596

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

Read only

Former Member
0 Likes
595

use transection cg3y to upload file from presentation to application server.

Read only

Former Member
0 Likes
595

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