PRINT_LINE_COUNT_TOO_LOW 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: U - End User 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.
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.
The number of lines per page is too small.
Enter a value greater than <runtime parameter> for the number of lines on the print
parameter screen. To make the page more optically appealing, the number
of lines should actually be far greater than this.
Please see enduser error for more details about the possible cause of this runtime error and how it could be avoided.
When displayed on the screen, the list is split into one or more print
pages. At the top of each page is a page header. The page header here
has <runtime parameter> lines. You have only set <runtime parameter> lines per print page. This means
that there is no more space left for the actual list lines.
If the number of lines in the page header is very high (more than 10 or
so), there is an error in the current ABAP program. In this case,
follow the instructions below.
The number of lines specified for the expression is insufficient. The
number of lines available (<runtime parameter>) must be greater than the number of
lines in the page header (<runtime parameter>).