Message type: E = Error
Message class: SY - ABAP/4 system messages
Message number: 473
Message text: READ BINARY SEARCH check switch on
You can only use the READ ... BINARY SEARCH statement if the relevant
internal table is sorted by the key used. Otherwise any table row will
be found.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
To find such program errors there is a test that can be switched on inError message extract from SAP system. Copyright SAP SE.
SY473
- READ BINARY SEARCH check switch on ?The SAP error message SY473 "READ BINARY SEARCH check switch on" typically occurs when there is an issue with the binary search operation in ABAP programs. This error indicates that the system is trying to perform a binary search on a table or internal table, but the necessary conditions for a binary search are not met.
Cause: Table Not Sorted: The internal table or database table being searched is not sorted in ascending order based on the key fields required for the binary search. Incorrect Key Specification: The key fields specified for the binary search do not match the actual structure of the table. Switch Configuration: The binary search switch may not be enabled in the system settings.
Solution: Sort the Table: Ensure that the internal table or database table is sorted in ascending order based on the key fields before performing the binary search. You can use the SORT statement in ABAP to sort the
Get instant SAP help. Sign up for our Free Essentials Plan.
SY472
Could not display more than & entries
What causes this issue? You tried to increase the size of a list of objects with dynamic memory consumption. This was not possible because not enough...
SY471
Reference destroyed; cannot display header
What causes this issue? You wanted to display the header of a deep data object (string, internal table, object, data reference) in the ABAP Debugger....
SY474
READ BINARY SEARCH check switched off
What causes this issue? You can only use the READ ... BINARY SEARCH statement if the relevant internal table is sorted by the key used. Otherwise any...
SY475
Expiration date must be no more than two months away
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.