Message type: E = Error
Message class: 28 - 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.
28124
- Current parameter &1 in table/function &2 is multiple value ?The SAP error message 28124 indicates that a parameter in a 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 working with function modules, BAPIs, or when passing parameters in a report or transaction.
Cause: Multiple Values Passed: The most common cause is that the parameter in question is being passed multiple values when only a single value is expected. This can happen if the parameter is defined as a single value in the function module or table but is being populated from a selection screen or internal table that contains multiple entries. Incorrect Data Type: The parameter may be defined incorrectly in the function module or table, leading to a mismatch between expected and actual data types. Logic Errors: There may be logic errors in the code that lead to the accumulation of multiple values for a
Get instant SAP help. Sign up for our Free Essentials Plan.
28123
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...
28122
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...
28125
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 &V1&, the inference of a default value was requested ...
28126
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.