Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: W+ -
Message number: 658
Message text: More than one selection field was entered
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
W+658
- More than one selection field was entered ?SAP Error Message:
W+658 More than one selection field was entered
Cause:
This warning message occurs when a user enters values in more than one selection field in a selection screen or report where only one selection field is allowed or expected. The program logic or selection criteria is designed to accept input in only one of the possible selection fields at a time, but multiple fields have been filled, causing ambiguity in the selection.
For example, a report might have two mutually exclusive selection parameters (e.g., "Customer Number" or "Customer Group"), and the user has entered values in both fields simultaneously.
Solution:
SELECT-OPTIONS
or PARAMETERS
statements, and the validation logic in the AT SELECTION-SCREEN
event to enforce this rule.If a report has two parameters:
PARAMETERS: p_cust TYPE kunnr.
PARAMETERS: p_custgrp TYPE kna1-kdgrp.
And the user enters values in both p_cust
and p_custgrp
, the system will issue message W+658 to indicate that only one should be entered.
If you provide the exact transaction or program name, I can help you with more specific guidance.
Get instant SAP help. Sign up for our Free Essentials Plan.
W+657
No selection fields / data entered
What causes this issue? Please enter a selection criterion. The system issues an error message and will not allow you to continue with this transacti...
W+656
Function could not be executed
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
W+659
Material group does not exist
What causes this issue? The system could not find the material group you selected. The system issues an error message and will not allow you to conti...
W+660
The system found no materials for this selection
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.