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