SAP ABAP Message Class C0 Message Number 216 (- Assign PPPI_DEFAULT_VARIABLE before PPPI_EXTERNAL_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 216  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
- Assign PPPI_DEFAULT_VARIABLE before PPPI_EXTERNAL_VALUE
Help Document

Diagnosis

The process instruction is of type "process data request".

Characteristic PPPI_EXTENAL_VALUE specifies that a variable is to be used to assign a value to the pertaining message characteristic. You must define the corresponding variable directly in front of this characteristic using characteristic PPPI_DEFAULT_VARIABLE.
However, the variable has not been defined at this point in the process instruction.

System Response

Procedure

  1. Assign characteristic PPPI_DEFAULT_VARIABLE to the process instruction immediately before characterisic PPPI_EXTERNAL_VALUE.
  2. Assign the name of the required variable to characteristic PPPI_DEFAULT_VARIABLE.

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