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

ALV Header

Former Member
0 Likes
823

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

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
789

Hi,

Use fm XXL_FULL_API in ALV fownload

aRs

6 REPLIES 6
Read only

Former Member
0 Likes
789

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

Read only

0 Likes
789

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

Read only

0 Likes
789

Hi David,

No you can't download the header to the excel. It is common with ALV FM.

Regards,

Atish

Read only

Former Member
0 Likes
789

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

Read only

Former Member
0 Likes
789

You can refer to the below link.

you can find the solution over there.

Reward points if helpful.

Read only

former_member194669
Active Contributor
0 Likes
790

Hi,

Use fm XXL_FULL_API in ALV fownload

aRs