INCL_MOVE_TO_LIT 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: & - Text Include (no Short Dump, only Text Module)
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.
The following are protected against changes:
- Character literals or numerical literals,
- Constants (CONSTANTS),
- Parameters of category IMPORTING REFERENCE in functions and methods,
- untyped field symbols that have not been assigned a field using
ASSIGN,
- TABLES parameters, if the actual parameter is protected against
changes.
- USING reference parameters and CHANGING parameters in FORMs, if the
actual parameter is protected against changes.
- Access using field symbols if the field assigned using ASSIGN is
partly or completely protected (for example key components of internal
table of the type SORTED or HASHED TABLE).
- Access using field symbols if the field assigned using ASSIGN
contains components of a secondary key that is currently in use in a
higher-level LOOP statement.
- Access using references if the field bound to the reference is
(partly) protected against changes.
- Write access from outside to READ-ONLY attributes.
- Content of a shared objects area instance accessed using a shared
lock (ATTACH_FOR_READ.
- Rows or fields in a table that are currently being serialized by a
Simple Transformation.