ABAP Keyword Documentation → ABAP - Quick Reference
FIELD-SYMBOLS - Quick 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 name.
Additions
-
typing
Types the field symbol. Seetyping
. -
STRUCTURE struc DEFAULT dobj
Obsolete: Casts a structurestruc
and assigns a data objectdobj
.