What is the system field for the current date?
-
SY-DATUM
-
SY-DATID
-
SY-DATE
-
SY-SDATE
A
Correct answer
Explanation
In SAP ABAP, SY-DATUM is the system field containing the current date. SAP system fields follow a specific naming convention with 'SY-' prefix. DATUM is German for 'date', reflecting SAP's German origins. The other options are not valid SAP system fields.