SAP ABAP Message Class C0 Message Number 209 (- Define a value or variable for each 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 209  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
- Define a value or variable for each parameter
Help Document

Diagnosis

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

The following characteristics are used to assign the interface parameters of the calling function module to the process instruction:

  • PPPI_EXPORT_PARAMETER
  • PPPI_CHANGING_PARAMETER
  • PPPI_IMPORT_PARAMETER

For the system to be able to process this parameter correctly, you must define the value to be transferred for this parameter or the variable used in the PI sheet for the value to be transferred immediately after this parameter.
However, the value to be transferred or the variable is missing for at least one parameter in the process instruction.

System Response

Procedure

  • For export parameters:

    Define a constant value or a variable whose value is to be transferred to the function module.

  • For import and changing parameters:

    Assign the variable defined in the PI sheet for the value to be transferred.

    For changing parameters, the variable must have been defined in a preceding process instruction for the same control recipe destination or PI sheet.

Assigning a Constant Value to a Parameter

Assigning a Variable to a Characteristic

Defining a Variable

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