Hello All,
I have internal table1 - itab1 type standard internal table.
and internal table2 - itab2 type hashed internal table.
in itab1 and itab2 the common field is fld1 and this is the unique key in itab2.
now i am sorting itab1 by fld1.
then reading itab2 with key fld1.
the system should use hash algorithm to search the records.
but my question is, is there any place in the debugging mode or any tool provided by SAP, where i can see that the system uses really hash technique or sequential search. this is because, if there is mismatch between key of two tables, then the system will make a sequential search.
if any body knows this, please revert back soon.
Regards,
Bhanu