ABAP Runtime Errors

HIDE_NOT_GLOBAL SAP ABAP Runtime Error hide not global







HIDE_NOT_GLOBAL 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_NOT_GLOBAL 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 the content of the field to a globally addressable field and save it with HIDE.

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.

HIDE is only permitted on glodal fields that can be described. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

The field <runtime parameter> has been passed as a parameter, or it does not belong to the category of fields that can be used in HIDE. Only fields that have been defined using DATA in programs, but not in classes or interfaces, are permitted. These fields must also be describable. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.