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

Internal Tables - keyname

The name of the table key can be specified in several statements and in table expressions for the editing of internal tables. The table key name can used to access a table row or to control processing. The following syntax applies to the label keyname:

Syntax

... key_name | (name)  ...

Effect

The name of a table key can either be specified directly, as key_name, or dynamically, as the contents of a parenthesized character-like data object name (not case-sensitive).

You can specify:

Notes