‎2007 Jun 28 1:37 AM
Hi;
I have an ALV with a Headerthat works fine. It Shows the titles in the header and the data in the grid.
But when i send the ALV to excel it just send the grid data, not send the titles od the header.
is this the normal behavior?
there is a way to send the titles header with the grid data to excel?
Thanks on advance.
David Fúnez
Tegucigalpa, Honduras
Corp. Mandofer
‎2007 Jun 28 2:10 AM
‎2007 Jun 28 1:43 AM
Yes this ia normal behaviour.
If you have written any customised column header text then it doesnt appears when the data is send to excel sheet.
However you can solve this by creating a seperate data element with the header text that is required for the columns.
I hope this answers your question.
Reward if helpful
‎2007 Jun 28 1:52 AM
Mayank,
Thanks for response, but i am talkin about Top of the page / Header.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = g_repid
i_callback_top_of_page = 'TOP-OF-PAGE'
Sorry i don't explained well in the post.
Thanks a lot.
David Fúnez
Tegucigalpa, Honduras
Corp. Mandofer
‎2007 Jun 28 2:00 AM
Hi David,
No you can't download the header to the excel. It is common with ALV FM.
Regards,
Atish
‎2007 Jun 28 1:52 AM
Hi David,
I just looked at a standard alv example program(BALVSD01) which did download the header also.
See what is the difference between your program and the standard program.
Regards,
Ravi
‎2007 Jun 28 2:06 AM
‎2007 Jun 28 2:10 AM