ABAP Runtime Errors

LITERAL_MOVE_COMPARE_REJECTED SAP ABAP Runtime Error literal move compare rejected







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


LITERAL_MOVE_COMPARE_REJECTED ABAP Runtime Error

Make sure that the operands meet the the demanded conditions.

Please see program correction 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.

No assignment or comparison between literal and structure allowed Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

When you assign a literal to a structure or compare a literal with a structure in Unicode programs, the structure must either be completely build of character type components (types C, N, D or T), or , if the structure is longer than the literal, the structure must - at least for the length of the literal - only consist of character type components.

In the present case, these conditions are not met. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.