FIELDS dobj.
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.
For data objects for which static read access is possible, but not write access, this statement, which is not allowed in classes, can be replaced with the
pseudo comment "#EC NEEDED. In other cases the warning of the extended program check can be switched off using the statement
SET EXTENDED CHECK.