ABAP Keyword Documentation →  ABAP − Reference →  Processing Internal Data →  Internal Tables →  Processing Statements for Internal Tables → 

Internal Tables - comp1 comp2 ...

Individual components of internal table rows are addressed in a range of statements for editing internal tables and in table expressions. If not stated otherwise, the following syntax applies to the labels comp1 comp2...:

Syntax

... { comp_name[-sub_comp][{+off(len)}|{->attr}] } | { (name) } ...

Effect

The following alternatives are available for specifying components:

Notes