SAP ABAP Message Class C0 Message Number 232 (- Define output value)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PP-PI-PMA-MGT (Application Component) ABAP List-Based PI Sheet
     COCB_PIS (Package) PI Sheet (ABAP List-Based)
Attribute
Message class C0  
Short Description PP-PI: Messages for PI Sheet and Syntax Checker    
Message Number 232  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 19980212   
Message Text
- Define output value
Help Document

Diagnosis

Characteristic PPPI_OUTPUT_TEXT is used in the process instruction to define a text that is displayed before one or several output values in the PI sheet. The output values must be defined immediately after this characteristic using characteristic PPPI_OUTPUT_CHARACTERISTIC or PPPI_OUTPUT_VARIABLE.
However, no output values are defined in the process instruction at this position.

System Response

Procedure

  1. Check whether the output values belonging to the text are contained in the process instruction.
  2. If the output values are contained in the process instruction, move characteristic PPPI_OUTPUT_TEXT to the position immediately before these 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 message characteristic
    • PPPI_OUTPUT_VARIABLE to display the value of a variable

History
Last changed on/by 19970815  SAP 
SAP Release Created in