END-OF-PAGE : ABAP Keyword a day

END-OF-PAGE

Basic form
END-OF-PAGE.
Effect
List processing event.

The END-OF-PAGE event is executed whenever processing reaches that area when formatting a list page or if the RESERVE statement detects that there is insufficient space remaining on the current page.
Note

* The size of the END-OF-PAGE area of list pages is defined in the LINE-COUNT specification of the REPORT statement (e.g. EXPORT TEST LINE-COUNT 65(3) ). If no size is defined, the END-OF-PAGE area contains no lines and the event END-OF-PAGE is never executed.

* If the standard setting LINE-COUNT 0 applies (i.e. no restriction on the number of lines per page), the event END-OF-PAGE is not processed, since no automatic new page follows.

* If you explicitly specify a new page with NEW-PAGE , END-OF-PAGE is ignored.

Related TOP-OF-PAGE

No comments:

Post a Comment