SAP FIELDS ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID FIELDS
• FIELDS ABAP Statement

FIELDS
Short Reference

ABAP_SYNTAX_OBS
FIELDS dobj.

What does it do?
This statement, which is 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.



Latest notes:

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

Return to menu