ABAP Runtime Errors

LIST_TOPOFPAGE_OVERFLOW SAP ABAP Runtime Error list topofpage overflow







LIST_TOPOFPAGE_OVERFLOW is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


LIST_TOPOFPAGE_OVERFLOW ABAP Runtime Error

Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

List page overflow (page header too large). If the error occurred when executing the "Print" function, value <runtime parameter> might have been the number of lines per page emtered in the Print menu. Choose a larger value for this. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

The number of lines per page was agreed with <runtime parameter>. These lines have already been used up on the current page <runtime parameter> by the TOP-OF-PAGE event. It is therefore not possible to fit the entire page header on one page.
The system usually starts a new page whenever a page overflow occurs, but cannot do this here because the new page itself would again begin with a page header (loop). The page header of a list page is larger than the page itself. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.