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

Former Member
0 Kudos

Hi Gurus,

I have a small question, I have an error table it_error_tab and it has following fields:

MAterial no. Price Quantity.

and now I want this file to get download on the local system in the form of excel sheet and for this I have used gui_download, and its working fine too. now the only concern is when I look at that excel sheet, there is no column heading so it is kind of confusing. So can you please tell how can I put the column heading the downloaded excel sheet .

Thanks

Rajeev

1 ACCEPTED SOLUTION

Former Member
0 Kudos

If you simply check the documentation, you'll see that you just have to fill the FIELDNAMES table.

Rob

2 REPLIES 2

Former Member
0 Kudos

If you simply check the documentation, you'll see that you just have to fill the FIELDNAMES table.

Rob

0 Kudos

Thanks Rob, The problem is solved.

Rajeev