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: 

END-OF-PAGE doenu00B4t work on a alv hierachical report

michael_teran
Participant
0 Kudos

Hi all,

I need to implement the events: top_of_list, top_of_page,end_of_list,end_of_page,after_line_output on ALV HIERACHICAL. I define the events with:

define_alv_event:

slis_ev_top_of_list,

slis_ev_top_of_page,

slis_ev_end_of_list,

slis_ev_end_of_page,

slis_ev_after_line_output.

All the events works correctly but the event END-OF-PAGE doesn´t work.

I'm reserving lines for the botton (parameter is_print).

I´m using a standard print format, but the spool doesn´t show the END_OF_PAGE. why is that???

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

is your output single page or multiple pages? If multiple pages just put the code so that we can check where it went wrong?

Raj

1 REPLY 1

Former Member
0 Kudos

Hi,

is your output single page or multiple pages? If multiple pages just put the code so that we can check where it went wrong?

Raj