Do you have any question about this error?
Message type: E = Error
Message class: /BOBF/TOOLS_CC -
Message number: 020
Message text: The "high" value of IT_SELECTION_PARAMETERS only valid for op. BETWEEN
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.
/BOBF/TOOLS_CC020
- The "high" value of IT_SELECTION_PARAMETERS only valid for op. BETWEEN ?The SAP error message
/BOBF/TOOLS_CC020
indicates that there is an issue with the selection parameters being used in a Business Object Framework (BOF) operation. Specifically, the error states that the "high" value ofIT_SELECTION_PARAMETERS
is only valid for the operation typeBETWEEN
. This means that the system is expecting a range of values, but the operation being used does not support it.Cause:
- Incorrect Operation Type: The error typically occurs when you are trying to use a "high" value in a selection parameter for an operation that does not support it. For example, if you are using operations like
EQUAL
,GREATER
, orLESS
, these do not require a "high" value.- Misconfiguration: There may be a misconfiguration in the way the selection parameters are defined or passed to the function/module.
- Programming Error: If you are developing custom code, there might be a logical error in how the selection parameters are being constructed.
Solution:
- Check Operation Type: Ensure that you are using the correct operation type that supports the "high" value. If you intend to use a range, make sure to use the
BETWEEN
operation.- Adjust Selection Parameters: If you are using an operation that does not require a "high" value, remove the "high" parameter from your selection criteria.
- Review Code: If this error arises from custom code, review the logic that constructs the selection parameters to ensure it aligns with the expected operations.
- Debugging: Use debugging tools to trace the execution and see how the selection parameters are being populated. This can help identify where the incorrect operation type is being set.
Related Information:
By following these steps, you should be able to resolve the error and ensure that your selection parameters are correctly configured for the intended operation.
Get instant SAP help. Start your 7-day free trial now.
/BOBF/TOOLS_CC019
IT_SELECTION_PARAMETERS use BETWEEN-operation with initial "high" value
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/BOBF/TOOLS_CC018
IT_SELECTION_PARAMETERS has initial "low" value
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/BOBF/TOOLS_CC021
An ET_KEY_LINK-source_key must not be contained in ET_FAILED_KEY
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/BOBF/TOOLS_CC022
An ET_FAILED_KEY should not exist in ET_KEY_LINK-source
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.