How to write the syntax of read table in which internal table is declared as Sorted table to avoid the sequential search?
with example please.
READ TABLE lt_tab INTO lw_tab WITH KEY objnr = lw_equi-objnr. (for your reference)
and any new syntax of read table according to ABAP 7.4 read syntax.
Thank you