RSLISTDUMPS: List of Runtime Errors (Part T)

Runtime Error Short Description
TABLES_SCND_KEYS_NOT_IN_RFC TABLES with secondary keys cannot be used in the RFC.
TABLEVIEW_COLUMN_MISMATCH Number of columns for table view control does not match.
TABLEVIEW_COLUMN_OVERFLOW A table view control contains too many columns.
TABLEVIEW_DUP_COLUMN_INDEX The table view contains columns with the same GUI position.
TABLEVIEW_IS_NO_TABLEVIEW Unable to process current control as table view control.
TABLEVIEW_NOT_FOUND_IN_SCREENTable view &P1 does not exist in screen &P3.
TABLEVIEW_NO_MEMORYNo memory available for column table of table view control.
TABLE_COLLECT_CHAR_IN_FUNCTION COLLECT is not permitted for non-numeric fields.
TABLE_FREE_IN_LOOP Internal tables cannot be changed during a LOOP over them.
TABLE_HASH_OVERFLOWNo memory available to extend the administrative structure of a table.
TABLE_ILLEGAL_STATEMENT Error in an ABAP statement (processing an internal table).
TABLE_INDEX_0 Internal error while processing an internal table.
TABLE_INDEX_TOO_LARGE Internal error while processing an internal table.
TABLE_INVALID_INDEXError in ABAP statement while processing an internal table.
TABLE_INVALID_OPERATION Internal error when accessing a HASHED TABLE
TABLE_LINE_NOT_DELETED Internal error while processing an internal table.
TABLE_LINE_NOT_EXISTING Internal error while processing an internal table.
TABREFS_MISMATCH Incorrect reference counter in an internal table
TCHK_ITAB_STD_NO_SCND_KEY Only STANDARD TABLE type tables without secondary keys permitted
TCHK_MOVE_CORRESPONDING Invalid operand type in MOVE-CORRESPONDING statement.
TCHK_SRC_LIKE_TYPE Field &P1 has an illegal type.
TCHK_TYPELINE_LOAD Internal table &P1 has an illegal row type.
TCHK_TYPE_LOADField &P1 has an illegal type.
TEMPLATE_INTERNAL_ERROR Short text (precisely one line).
TEST_SYSTEM_CALL Test of SYSTEM-CALL statement.
TEXTENV_BINARY_NOT_SUPPORTED A 'binary' text environment is not supported.
TEXTENV_CODEPAGE_NOT_ALLOWED Code page &P5 has not been released.
TEXTENV_INVALID Errors when configuring the text environment
TEXTENV_KEY_INVALIDInvalid key when accessing SAP text environment table &P1.
TEXTENV_KEY_TOO_LONG Key word for accessing the SAP text environment table &P1 is too long.
TEXTENV_LANGU_INVALID Internal error: Undefined value for the language key
TEXTENV_MISSING Internal error: Text environment could not be restored.
TEXTENV_UNICODE_LANGU_INVALIDInvalid language key when configuring the text environment.
TEXTPOOL_WRONG_STRUCTUREError while accessing ABAP text elements.
TIME_OUT Time limit exceeded
TMDIR_CLASS_ALREADY_EXISTS Internal error: Class &P1 already exists.
TMDIR_CLASS_NOT_EXISTS Internal error: Class &P1 does not exist
TMDIR_TOO_MANY_RECORDS Internal error: More than &P1 entries in TMDIR for class &P2.
TRANSFORMATION_NOT_FOUNDNo load could be found for transformation &P1.
TRANSLATE_WRONG_CB Unknown type
TRANSLATE_WRONG_NUM_FORMAT Parameter error in Translate
TSV_BTR_PAGE_ALLOC_FAILED No memory available to extend the index of an internal table
TSV_ILLEGAL_ACCESS Access to a locked table.
TSV_ILLEGAL_REFERENCE The reference to an internal table is corrupt.
TSV_LIN_ALLOC_FAILED No memory available to extend the index of an internal table
TSV_TABH_HASH_NO_ROLL_MEMORY No memory available for managing hashed tables
TSV_TABH_POOL_NO_ROLL_MEMORY No memory available to extend the pool for internal tables.
TSV_TNEW_BLOCKS_NO_ROLL_MEMORY No roll memory of length &P2 available for internal table blocks.
TSV_TNEW_ENTRY_ZERO_LENGTH Internal error: Internal table with line length 0.
TSV_TNEW_OCCURS_NO_ROLL_MEMORY No memory of length &P2 available for OCCURS area.
TSV_TNEW_PAGE_ALLOC_FAILED No more memory available to add rows to an internal table.
TSV_UNIQUE_NUMBER_OVERFLOW The table body does not have a unique ID any more
TYPELOAD_LOST Data type &P1 was modified while the program was running.
TYPELOAD_NEW_NTAB_VERSION Data type &P1 was changed at runtime.
TYPELOAD_NEW_VERSION A newer version of data type &P1 was found than the one required
TYPELOAD_NO_PXA_MEMORY Memory bottleneck: Data type &P1 cannot be saved.
TYPE_COMP_COUNT_WRONG Inconsistent component number for data type &P1.

You May Also Like

Leave a Reply?