LOOP AT itab - result

Syntax

... { INTO wa }
  | { ASSIGNING <fs> [CASTING] }
  | { REFERENCE INTO dref }
  | { TRANSPORTING NO FIELDS } ... .

Effect

You have four alternatives to influence the display:

With the one exception, that behind INTO wa there is no further specifiction of transport_options, the syntax and meaning of the specification of the display behaviour are the same as in the statement READ TABLE. Additionally, there are the same limitations regarding the manipulation of key fields as with sorted tables and hashed tables.

Note

At LOOP, you can omit the specification INTO wa outside of classes if the internal table has a homonymous header line itab. The statement is then amended by INTO itab.