SAP Message C0232 - - Define output value

Diagnosis
Characteristic PPPI_OUTPUT_TEXT is used in the process instruction todefine a text that is displayed before one or several output values inthe PI sheet. The output values must be defined immediately after thischaracteristic using characteristic PPPI_OUTPUT_CHARACTERISTIC orPPPI_OUTPUT_VARIABLE.
However, no output values are defined in the process instruction atthis position.

Procedure
RESET N1
Check whether the output values belonging to the text are contained inthe process instruction.
If the output values are contained in the process instruction, movecharacteristic PPPI_OUTPUT_TEXT to the position immediately beforethese values.
Do so by changing the sort numbers of the characteristics.
If the output values are not contained in the process instruction,insert them directly after characteristic PPPI_OUTPUT_TEXT.
To do so, use the following characteristics:
PPPI_OUTPUT_CHARACTERISTIC to display the value of a messagecharacteristic
PPPI_OUTPUT_VARIABLE to display the value of a variable