cancel
Showing results for 
Search instead for 
Did you mean: 

End-Of-Page in ALV

Former Member
0 Kudos

Hi,

How do i get page breaks in ALV Grid?

Also how should i get End-of-Page in ALV Grid?

In End-of-page i want to print the page nos.

Please help me out.

Thanks,

Darpana.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

END-OF-PAGE is not visible even if you write the code, to see the END-OF-PAGE visible you have to create a spool request and in the spool output you can see the END-OF-PAGE. When we print the report a spool is generated, not down the spool number which comes in status bar. Go to SP01 and enter the Spool No and you will get the list, click the respective list there you can find the END-OF-PAGE event in the output.

Regards.

Ranjith

former_member188685
Active Contributor
0 Kudos

END-OF-PAGE event will trigger only during print preview or during print mode if you are using the ALV Grid function. if you want to see the event in Display also then use ALV list function.

hymavathi_oruganti
Active Contributor
0 Kudos

Hi ,

You can print write data in the end_of_page by calling the same FM which we use for TOP_OF_PAGE.

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

i_logo = 'ENJOYSAP_LOGO'

it_list_commentary = heading

I_END_OF_PAGE = ''X'.

i hope you know how get TOP_OF_PAGE.

former_member181995
Active Contributor
0 Kudos

I searched in SDN with page breaks in ALV Grid i got 124 results.

You may want to do same.

Amit.