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 Heading

Former Member
0 Likes
497

Hi,

How to dispaly ALV Heading in each and every page while printing or in download file in (EXCEL).

Thanks & Regards

hru

Hi,

How to dispaly ALV Heading in each and every page while printing or in download file in (EXCEL).

Thanks & Regards

hru

2 REPLIES 2
Read only

Former Member
0 Likes
471

Hi,

Chcek the program BCALV_TEST_LIST_EVENTS

Use the top of page event in the list .

It would automatically download even the header for you.

http://www.sapfans.com/forums/viewtopic.php?t=58775

http://www.sapfans.com/forums/viewtopic.php?t=60550

http://www.sapfans.com/forums/viewtopic.php?t=16629

Reward points if this Helps.

Manish

Message was edited by:

Manish Kumar

Read only

0 Likes
471

Hi Manish,

Thank you for your reply

Iam using the ALV GRID using FM REUSE_ALV_GRID_DISPLAY

The event ( FROM = 'TOP_OF_PAGE') (NAME = 'SLIS_EV_TOP_OF_PAGE') and add this event to the function module REUSE_ALV_EVENTS_GET.

create a Form with the name 'TOP_OF_PAGE',in this form use the function module REUSE_ALV_LIST_COMMENTARY' to display heaer text.

Build the code like this and then i did download all the records to excel file, But in that i found Header information display only once.

But i want display heading each and every page.

Thanks & Regards

hru