ABAP Runtime Errors

LOAD_REPORT_TABLE_TOO_SHORT SAP ABAP Runtime Error load report table too short







LOAD_REPORT_TABLE_TOO_SHORT 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.


LOAD_REPORT_TABLE_TOO_SHORT ABAP Runtime Error

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

Change the structure of internal table <runtime parameter>-NAME. For every part, a corresponding structure is created in the Data Dictionary, starting with the letter R. This can be referred to using INCLUDE STRUCTURE Rxxxx. xxxx is the relevant part name. 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.

LOAD REPORT: Internal table too small. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

In the current program, the LOAD REPORT <runtime parameter> PART <runtime parameter> INTO... statement was used.
The rows in internal table <runtime parameter>-NAME are too narrow however. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.