Skip to Content
-1
Jan 09, 2022 at 09:08 AM

syntax of sorted table in sap?

179 Views

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