© Soft Metrics Consulting, February 16, 2021
LOOP at outer_table into work_area.
READ inner_table WITH KEY so_and_so_from_outer_table BINARY SEARCH.
IF sy-subrc <> 0.
CONTINUE.
ENDIF.
MOVE bunch_of_fields to final_internal_table.
ENDLOOP.Iterative processing