How to use Binary search,Move-corresponding in SAP ABAP

How to use Binary search in Read table operation There are two important points to be considered for Binary search. The table must be sorted using the keys. The order in which the keys are sorted must be similar to the keys mentioned in the Read Table command. DATA lt_table1 TYPE TABLE OF db1. DATA …

How to use Binary search,Move-corresponding in SAP ABAP Read More »