SAP TABLE REDUCTION - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

table reduction
Creates the content of a data object by evaluating one or more internal tables using table iterations with iteration expressions in a constructor expression with the reduction operator REDUCE. This usually reduces the content of the internal table to a less complex data object.
ABAP_MORE_INFO