SAP INVERSE ITAB FOR ABEXA



Get Example source ABAP code based on a different SAP table
  



Inverse Reads on Internal Table without STEP
This example demonstrates a table reduction implemented by a conditional iteration.

ABAP_SOURCE_CODE
DEMO CL_DEMO_FOR_REVERSE_ITERATION

ABAP_DESCRIPTION
The example shows how an inverse table iteration could be performed by an iteration expression accessing a table expression before the addition STEP was introduced for direct table iterations.