Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Obsolete Language Elements →  Obsolete Declarations →  Declaration and Loading 

FIELDS

Short Reference

Other versions: 7.31 | 7.40 | 7.54

Obsolete Syntax

FIELDS dobj.

Effect

This statement addresses a data object dobj of the program. A warning from the extended program check can be avoided if the data object dobj is only dynamically addressed in the program and not statically.


Note

This statement, which is forbidden in classes, is replaced by the pragma ##NEEDED.