SAP ABAP Message Class C0 Message Number 322 (- Characteristic & & cannot be used in this position)
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 | ![]() |
322 | |
Documentation status | ![]() |
||
Authorization check Error Message | |||
Changed On | ![]() |
Message Text
- Characteristic & & cannot be used in this position
Help Document
Diagnosis
This process instruction is of type "dynamic function call".
Immediately before characteristic , you assigned an interface parameter using characteristic PPPI_IMPORT_PARAMETER or PPPI_CHANGING_PARAMETER. In order for the system to be able to process this parameter correctly, you need to assign a variable to it that identifies the parameter in the process instruction. This variable must be positioned directly after the characteristic.
The system could not determine a constant value for characteristic .
System Response
Procedure
- Replace characteristic by one of the characteristics below. The data type of the characteristic you assign must concur with 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
- Assign the following values to the characteristic:
- Assign a new variable name after PPPI_IMPORT_PARAMETER for the value you want to import.
- After PPPI_CHANGING_PARAMETER, use the name of an existing variable whose value you want to transfer to the function module.
- The variable must be defined for the same control recipe destination in the previous process instruction.
History
Last changed on/by | ![]() |
19970815 | SAP |
SAP Release Created in |