Multiple choice technology programming languages

What is the system field for the current date?

  1. SY-SDATE

  2. SY-DATE

  3. SY-DATUM

  4. SY-DATID

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SY-DATUM is the SAP system field containing the current date (format: YYYYMMDD). SY-SDATE and SY-DATE are not valid SAP system fields. SY-DATID is also not a standard system field. System fields like SY-DATUM are automatically populated by the SAP runtime environment and can be used directly in ABAP programs.