Skip to Content
0
Former Member
Sep 20, 2005 at 08:34 AM

ALV - END_OF_PAGE event

46 Views

Hi All,

I am using 'reuse_alv_events_get' for capturing the events of the ALV GRID. I am modifying the event END_OF_PAGE in the internal table retrived (say i_events of parameter et_events) with a subroutine name 'SUB_ENDOFPAGE'. I am passing this i_events to it_events of 'reuse_alv_grid_display.

I am checking in debugging mode. The cursor goes to the subroutine SUB_ENDOFPAGE - (in which I am using 'reuse_alv_commentary_write' into which I pass an internal table that is requierd to be printed in the end of page). But nothing is printed wrt end of page in grid display.

Should there be some specific indicator to the list/grid stating teh no. of lines per page to trigger the end_of_ page event. Is so how?? Else what is the problem??

Advance Thanks