ABAP Runtime Errors

HIDE_NO_LOCAL SAP ABAP Runtime Error hide no local







HIDE_NO_LOCAL 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_NO_LOCAL 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 this field into 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.

Transfer contents to a field which you can reference globally and save the field with HIDE. HIDE not possible on a local field. 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 declared within a FORM routine with DATA or FIELD-SYMBOLS. After an interactive event, you can no longer reference this field, so it is not worth saving the contents. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.