SAP ITERATION EXPRESSIONS



Get Example source ABAP code based on a different SAP table
  



Iteration Expressions
An iteration expression is a subexpression of specific constructor expressions introduced using the iteration operator FOR and executes an iteration in these expressions. In addition to its optional use for creating lines in internal tables with the corresponding variants of the instance operator NEW and the value operator VALUE , there is a special reduction operator REDUCE that is based entirely on iteration expressions.
FOR - Iteration Expressions
REDUCE - Reduction Operator