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.
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.
LOAD_REPORT_TABLE_TOO_SHORT - load report table too short LOAD_REPORT_PART_NOT_FOUND - load report part not found LOAD_REPORT_PART_LREF - load report part lref LOAD_PROGRAM_UNICODE_REQUIRED - load program unicode required LOAD_PROGRAM_TABLE_MISMATCH - load program table mismatch LOAD_PROGRAM_NOT_FOUND - load program not found