SAP ABAP Message Class C0 Message Number 229 (- Assign PPPI_INPUT_REQUEST before the corresponding parameter)
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 229  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
- Assign PPPI_INPUT_REQUEST before the corresponding parameter
Help Document

Diagnosis

The process instruction is of type "dynamic function call".

Characteristic PPPI_INPUT_REQUEST is used to define a text that is displayed in the PI sheet in front of the imported value. You must define the corresponding import or changing parameter immediately behind it using characteristic PPPI_IMPORT_PARAMETER or PPPI_CHANGING_PARAMETER.
However, the parameter has not been defined at this place in the process instruction.

System Response

Procedure

  1. Check whether the parameter pertaining to the text is included in the process instruction.
  2. If the parameter exists, move characteristic PPPI_INPUT_REQUEST to the position immediately before the parameter.

    To do so, change the sort numbers of the characteristics.

    If the parameter is not included in the process instruction, add it immediately behind characteristic PPPI_INPUT_REQUEST.

Note

When assigning the parameter, you also have to define the variable that is to be used for the parameter in the PI sheet. For more information, refer to Extended Help.

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