ABAP Runtime Errors

HIDE_ILLEGAL_ITAB_SYMBOL SAP ABAP Runtime Error hide illegal itab symbol







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


HIDE_ILLEGAL_ITAB_SYMBOL ABAP Runtime Error

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

Copy <runtime parameter>& into a global variable and save this using the HIDE statement. HIDE in lines of internal table is not possible. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Through the field <runtime parameter>, a line or a component of a line in an internal table is addressed. This takes place in connection with the statements READ ... ASSIGNING or LOOP ... ASSIGNING. These types of fields cannot be saved using HIDE because it cannot be ensured that the respective memory area can still be adressed at a later interaction time (for example, AT LINE SELECTION).

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