Message type: E = Error
Message class: COM_PME_PARSER - Configuration
Message number: 124
Message text: Current parameter &1 in table/function &2 is multiple value
In actions, procedures, preconditions and selection conditions, you
cannot use multiple-value characteristics as entry parameters in a
table call or function call. Entry parameters are all current
parameters except the parameters inferred by actions or procedures.
Current parameter &V1& in table/function call &V2& is multiple value.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Current parameter &V1& cannot be used as an entry parameter in
table/function call &V2&. Correct your entry accordingly.
Error message extract from SAP system. Copyright SAP SE.
COM_PME_PARSER124
- Current parameter &1 in table/function &2 is multiple value ?The SAP error message COM_PME_PARSER124 indicates that a parameter in a specific table or function is expected to have a single value, but it currently has multiple values. This can occur in various contexts, such as when dealing with configuration settings, function module parameters, or data processing where a unique value is required.
Cause: Multiple Entries: The parameter in question has multiple entries in the database or in the context of the function call, which violates the expectation of a single value. Incorrect Configuration: The configuration settings may have been set up incorrectly, leading to multiple values being assigned to a parameter that should only have one. Data Integrity Issues: There may be issues with data integrity, where the data model allows for multiple values when it should not.
Solution: Check Parameter Values: Review the parameter values in the relevant table or function. Ensure that only one value is assigned where required. Adjust Configuration: If the error
Get instant SAP help. Sign up for our Free Essentials Plan.
COM_PME_PARSER123
Formal parameter &1 in table/function &2 is restrictable
What causes this issue? The formal parameters which are used in tables/functions and are accessed in object dependencies must all be single-value cha...
COM_PME_PARSER122
Multiple-value formal parameter &1 in table/function &2
What causes this issue? The formal parameters used for tables/functions accessed in dependencies must all be single-value characteristics. However, f...
COM_PME_PARSER125
Inference of default value for &1 in table/function not possible
What causes this issue? The syntax check found an error. When calling table or function , the inference of a default value was requested by assignmen...
COM_PME_PARSER126
Required formal parameter missing for inference in &1
What causes this issue? Before a value can be inferred from a table or a user-defined function, all the characteristics defined as key fields in the ...
Click on this link to search all SAP messages.