Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

LOOP AT GROUP - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


LOOP AT GROUP group { { INTO wa } 
                    | { ASSIGNING <fs> [CASTING] }
                    | { REFERENCE INTO dref }
                    | { TRANSPORTING NO FIELDS } }
                  [WHERE log_exp]
                  [GROUP BY ...].
  ...
ENDLOOP.

Effect

Reads the members of a group group from an internal table.

Additions


This translation does not reflect the current version of the documentation.