Would the following binary search produce correct results?
Internal table IT is sorted by field1 field2 field3
read table IT with key field2 = 'X' field3 = 'Y'
I am not sure this is correct since the read statement makes no
reference to field1.