ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete Declarations → Declaration and Loading
FIELDS
Other versions: 7.31 | 7.40 | 7.54
Obsolete Syntax
FIELDS dobj.
Effect
This statement (forbidden in classes) addresses a data object dobj
of the
program. A warning from the extended program check can be avoided if the data object dobj
is addressed in the program dynamically and not statically.
Note
This statement (forbidden in classes) is replaced by the pragma ##NEEDED
.