SAP ABAP Message Class C0 Message Number 220 (- Assign PPPI_VALIDATION_FORMULA before PPPI_TEXT_FOR_INVALID_INPUT)
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 220  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
- Assign PPPI_VALIDATION_FORMULA before PPPI_TEXT_FOR_INVALID_INPUT
Help Document

Diagnosis

In the process instruction, characteristic PPPI-TEXT_FOR_INVALID_INPUT defines a warning note for an input validation. You must define the corresponding checking rule directly in front of the warning note using characteristic PPPI_VALIDATION_FORMULA.
However, the checking rule has not been defined at this point in the process instruction.

System Response

Procedure

  1. Check whether the checking rule the warning note belongs to exists in the process instruction.
  2. If the checking rule exists, move characteristic PPPI_TEXT_FOR_INVALID_INPUT to the position directly in front of it.

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

    If the checking rule does not exist in the process instruction, proceed as follows:

    1. Assign characteristic PPPI_VALIDATION_FORMULA to the process instruction immediately before characteristic PPPI_TEXT_FOR_INVALID_INPUT.
    2. Assign the required checking rule to the characteristic.

Note

If the checking rule is very long, you can repeatedly assign characteristic PPPI_VALIDATION_FORMULA to it. The value to be assigned to the characteristic is the appropriate section of the checking rule. If you do so, you must assign the warning note behind the last formula section.

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