SAP ABAP Message Class C0 Message Number 235 (- Assign PPPI_ACCEPT_INVALID_INPUT after 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 235  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 19970722   
Message Text
- Assign PPPI_ACCEPT_INVALID_INPUT after PPPI_TEXT_FOR_INVALID_INPUT
Help Document

Diagnosis

An input validation has been defined in the process instruction.

In input validations, you can specify the following information after the validation rule in the following sequence:

  • A warning that is displayed when you enter an invalid input value in the PI sheet (characteristic PPPI_TEXT_FOR_INVALID_INPUT)
  • Information on whether input values are transferred to the PI sheet although they are invalid and how this is done (characteristic PPPI_ACCEPT_INVALID_VALUE)

In the process instruction, however, characteristic PPPI_ACCEPT_INVALID_INPUT is assigned before characteristic PPPI_TEXT_FOR_INVALID_INPUT.

System Response

Procedure

Move characteristic PPPI_ACCEPT_INVALID_INPUT to the position after characteristic PPPI_TEXT_FOR_INVALID_INPUT.
To do so, change the sort numbers of the characteristic.

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