SAP Message C0234 - - Assign PPPI_ACCEPT_INVALID_INPUT after PPPI-VALIDATION_FORMULA

Diagnosis
An input validation has been defined in the process instruction.
In input validations, you can use characteristicPPPI_ACCEPT_INVALID_INPUT to specify whether input values aretransferred to the PI sheet although they are invalid and how this isdone. The following information must be provided before:

  • The complete validation rule (characteristic PPPI_VALIDATION_FORMULA)
  • even if it is divided and extends over several characteristics
    • If required, a warning (characteristic PPPI_TEXT_FOR_INVALID_INPUT)
    • that is displayed in the PI sheet if you enter an invalid value
      In the process instruction however, characteristicPPPI_ACCEPT_INVALID_INPUT has been assigned before characteristicPPPI_VALIDATION_FORMULA.

      Procedure
      Change the characteristic sort numbers so that characteristicPPPI_ACCEPT_INVALID_INPUT moves to the following position:

      • If you have not defined a warning, to the position after characteristic
      • PPPI_VALIDATION_FORMULA, that is, after the definition of thevalidation rule
        • If you have defined a warning, to the position after characteristic
        • PPPI_TEXT_FOR_INVALID_INPUT