Multiple choice technology programming languages

Which dictionary structure contains system fields?

  1. SYSTEM

  2. SYST

  3. SYS

  4. SYTAB

  5. SY

Reveal answer Fill a bubble to check yourself
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.