Skip to content

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.

Other versions: 7.31 | 7.40 | 7.54

Continue

FOR - Iteration Expressions

REDUCE - Reduction Operator