Skip to Content
0
Former Member
Feb 18, 2009 at 05:00 PM

Binary Search

18 Views

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.