SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete Declarations → Declaration and Loading →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.