SAP ABAP Message Class C0 Message Number 208 (- Define the variable for the parameter value immediately after & &)
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 208  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
- Define the variable for the parameter value immediately after & &
Help Document

Diagnosis

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

Characteristic assigns an interface parameter of the function module to be called to the process instruction. Directly after the parameter, you need to assign the variable which refers to the value transferred in the PI sheet.
However, in the process instruciton, the variable is not assigned at this position.

System Response

Procedure

  1. Assign one of the following characteristics to the process instruction after characteristic . The data type of the characteristic you choose must match that of the parameter

    Data type        Characteristic

    date        PPPI_DATE_VARIABLE

    time        PPPI_TIME_VARIABLE

    floating point number        PPPI_FLOAT_VARIABLE

    alphanumeric value        PPPI_STRING_VARIABLE

  1. Assign the name of the variable to the characteristic.

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