ITAB_TOO_MANY_LINES 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: O - Resource Shortage
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 abap error for more details about the possible cause of this runtime error and how it could be avoided.
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 maximum row number for an internal table was exceeded.
Please see capacity error for more details about the possible cause of this runtime error and how it could be avoided.
<runtime parameter> new rows were to be allocated for table <runtime parameter>-NAME. At the time of
the memory request the table already contained <runtime parameter> rows.
Since an internal table can contain a maximum of <runtime parameter> rows the memory request could not be met.
Memory location: <runtime parameter>
Please see capacity error for more details about the possible cause of this runtime error and how it could be avoided.
ITAB_TOO_MANY_LINES - itab too many lines ITAB_STRUC_ACCESS_VIOLATION - itab struc access violation ITAB_SORT_ON_SORTED_TABLE - itab sort on sorted table ITAB_SORT_IN_LOOP - itab sort in loop ITAB_NO_SCND_KEYS_ALLOWED - itab no scnd keys allowed ITAB_NON_NUMERIC_COMPONENT - itab non numeric component