FIELDS (ABAP keyword)

FIELDS is a keyword used in SAP ABAP programming.
This tutorial covers its introduction & syntax details.

FIELDS

Basic
form
FIELDS f.

Effect
Addresses a field. The statement is used
mainly to address fields statically which are otherwise accessed dynamically. By
doing this, you explicitly specify to check programs such as the extended
program check that the field in question is used.