ABAP - Keyword Documentation →  ABAP - Reference →  Program Flow Logic → 

Iteration Expressions

An iteration expression is a subexpression of specific constructor expressions introduced using the iteration operator FOR and performs an iteration here. Alongside the optional use for creating rows in internal tables with the corresponding variants of the instance operator NEW and the value operator VALUE, a special reduction operator REDUCE is available that is based entirely on iteration expressions.



Continue
FOR - Iteration Expressions
REDUCE - Reduction Operator