ABAP Keyword Documentation → ABAP - Short Reference
FIELD-SYMBOLS - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
FIELD-SYMBOLS <fs> { typing | { STRUCTURE struc DEFAULT dobj } }.
Effect
Declares a field symbol <fs>
. The angle brackets are part of the label.
Additions
-
typing
Types the field symbol. See undertyping
. -
STRUCTURE struc DEFAULT dobj
Obsolete: Casts a structurestruc
and assigns a data objectdobj
.