Message type: E = Error
Message class: CPOC2 - PP-PI-PMA: PI Sheet Messages, SCM Add-On
Message number: 143
Message text: Constant &1 cannot be transferred to import parameter &2
A dynamic function call is defined in the process instruction. The
reference type of import parameter &v2& is a table type. Constant &v1&
was transferred to this import parameter. However, transferring
constants is not allowed for table types.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Use flat structures with only one component, data elements, or
elementary types as a reference type for the import parameter.
Error message extract from SAP system. Copyright SAP SE.
CPOC2143
- Constant &1 cannot be transferred to import parameter &2 ?The SAP error message CPOC2143 indicates that there is an issue with the transfer of a constant value to an import parameter in a function module or method. This error typically arises when the data type of the constant does not match the expected data type of the import parameter.
Cause: Data Type Mismatch: The constant being passed does not match the expected data type of the import parameter. For example, if the import parameter expects a numeric value and a string constant is being passed, this error will occur. Length Issues: The length of the constant may exceed the maximum length defined for the import parameter. Incorrect Constant Definition: The constant may not be defined correctly in the program or may not be accessible in the context where it is being used.
Solution: Check Data Types: Verify the data type of the import parameter in the function module or method definition. Ensure that the constant
Get instant SAP help. Sign up for our Free Essentials Plan.
CPOC2142
Function module &1: The formal parameter &2 has not been typed
What causes this issue? A dynamic function call is defined in the process instruction. The formal parameter &V2& in function module &V1&a...
CPOC2141
No process instructions or process instruction characteristics exist
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CPOC2144
Do not set variable &1 as the input value with PPPI_DEFAULT_VARIABLE
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CPOC2145
Mandatory-field def. for char. &1 not identical with process message
What causes this issue? <ZK>Entry Required</> indicator for characteristic &1 not identical with process message.System Response You...
Click on this link to search all SAP messages.