ABAP tricks #17/100: đ FOR - Iteration Expressions
- Smart Logic Academy
- Aug 23, 2024
- 1 min read
The language element FOR introduces an iteration expression as a subexpression in constructor expressionsÂ
Such expressions are possible in the following contexts:
â˘REDUCE: The reduction result is created in the iteration steps.
â˘NEW and VALUE: Used in the context of looping across internal tables. New table lines are created in the iteration steps and inserted into a target table.
With the language element FOR, you can carry outÂ
â˘conditional iterations have the semantics of ABAP statements DO and WHILE
â˘table iterations having the semantics of LOOP AT
Please share with your ABAP friends and follow us.
If you want to dive deeper, visit our course https://lnkd.in/d35uqwud
Comentarios