SAP Message UCT8037 - Mapping rule for &1, row &2: MOVE is incorrect

Diagnosis
For each source field of the "move" operator you can split the sourceinto two pairs of attributes: offset and length; separator and index.
The current values are invalid because they do not meet the followingrequirements:

  • Offset and Length

  • When an "offset" is defined without a "length", the move operation isvalid. The system moves the part of the character string starting at theoffset position up to the end of the string.
    When a "length" is defined without an "offset", the move operation isvalid. The system moves the part of the character string starting at thefirst character up to the position designated by the "length" to thetarget field.
    When a value is specified for the "offset" or the "length" (or both),then the "separator" and the "index" may not have any values. Otherwise,the move operation is invalid.
    The values must be numbers greater than zero.
    • Separator and Index

    • Both the "separator" and the "index" must contain values. The moveoperation is invalid if only one of the attributes contains a value.
      When the "separator" and the "index" contain values, you may not entervalues for the "offset" and "length". Otherwise, the move operation isinvalid.
      The value for "index" must be a number greater than zero.

      System Response
      The settings will not be saved.

      Procedure
      Check that your settings meet the aforementioned requirements and adjustyour settings accordingly.