What is the system field for the current date?
-
SY-SDATE
-
SY-DATE
-
SY-DATUM
-
SY-DATID
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.