Which dictionary structure contains system fields?
B
Correct answer
Explanation
SYST is the ABAP dictionary structure that contains all the system fields. It's commonly used to access system information like return codes (SYST-SUBRC), user name (SYST-UNAME), date (SYST-DATUM), and time (SYST-UZEIT). SYS is a shorthand but SYST is the formal structure name.