Application Development 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: 

GUI_DOWNLOAD Problem... Urgent!

Former Member
0 Kudos

Hi all,

I am dowloading data from transaction VF02 into my internal table and then displaying it in alv form as well as downloading it into excel.

VF02 transactions header text that has special characters like #.* ;" etc and due to this the data in excel is not coming in one cell, it goes in the next line.

If i remove the special character in the debugger, the data in excel is coming fine i.e in one cell only.

Please tell me how get the data in one cell ?

Rohitaash

2 REPLIES 2

Former Member
0 Kudos

use

ws_download

.xls at file format

gui_download may not serving your requirements

thnkx

bhanu

Former Member
0 Kudos

hi,

while giving destination path give filename.xls [ in small letters ]. if it doesnt work then use WS_DOWNLOAD FM instead of GUI_DOWNLOAD FM.

if helpful reward some points,

With Regards,

Suresh.A