ABAP Runtime Errors

MOVE_TO_LIT_NOTALLOWED SAP ABAP Runtime Error move to lit notallowed







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


MOVE_TO_LIT_NOTALLOWED ABAP Runtime Error

The field to be overwritten is either a parameter or a field symbol.
Declare the parameter as a VALUE. Alternatively, either enter a help field that already contains the constant or assign this help field to the field symbol instead of the constants. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

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.

Assignment error: Overwriting of a protected field. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Field <runtime parameter> was to assigned a new value but this field is at least partly protected against changes. Please see move to lit for more details about the possible cause of this runtime error and how it could be avoided.

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