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

GUI_Download

0 Likes
1,797

Hi All ,

I am using GUI_DOWNLOAD function module .Attached screen shot.

capture-1.png

1-> For Gui_download i am passing dynamic table , each time fields will change depends on input .

when i am downloading excel the first line is empty always . Could you please suggest me how can i remove the first line . Please see the second screen shot for output.capture-2.png

Please help me .where i can make changes to work .

Hi All ,

I am using GUI_DOWNLOAD function module .Attached screen shot.

capture-1.png

1-> For Gui_download i am passing dynamic table , each time fields will change depends on input .

when i am downloading excel the first line is empty always . Could you please suggest me how can i remove the first line . Please see the second screen shot for output.capture-2.png

Please help me .where i can make changes to work .

4 REPLIES 4
Read only

matt
Active Contributor
1,276

You'd probably get more and better help if you post your code using the "code" button of the editor, rather than use a screen shot.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,276

...or at minimum post screenshots as pictures, not as attachments. We can't see them.

Read only

DoanManhQuynh
Active Contributor
1,276

its not gui_download problem. you are using ALV method to get excel file so you will get the same output as you using download button on ALV toolbar, that is standard behaviour. you get empty row because your column header dont have text. I think you can remove it from XML file you got there (using transformation or DOM etc...)

Read only

0 Likes
1,276

Thank you