Skip to Content
0
Former Member
Nov 25, 2009 at 10:54 PM

READ itab with of 1 field - binary search

33 Views

Hi,

I am aware about SORT and BINARY SEARCH functionality in the process of internal tables, but, pls. let me clarify one quick question that,

data: begin of itab occurs 0,

LIFNR type LIFNR

end of itab.

and this itab is populated well too.

So, now, while READing this itab,

- If I use BINARY SEARCH, is it helps me performence wise, as there ONLY 1 filed?

as no test data, i am unable to test my self by st05.

thank you