Skip to content

ABAP Keyword Documentation →  ABAP - Dictionary →  ABAP CDS in ABAP Dictionary →  ABAP CDS - Data Definitions →  ABAP CDS - DDL for Data Definitions →  ABAP CDS - DEFINE VIEW →  ABAP CDS - SELECT →  ABAP CDS - SELECT, Built-In Functions →  ABAP CDS - Special Functions 

ABAP CDS - Date Functions and Time Functions

Date Functions and Time Functions in a CDS View:

Other versions: 7.31 | 7.40 | 7.54


Notes

  • The session variable $session.system_date is used in a CDS view to provide direct access to the current system date.

  • There is not yet a session variable for the current system time and a CDS view can be given an appropriate input parameter instead. The special annotation @Environment.systemField makes it possible to pass the value of the ABAP system field sy-uzeit to a parameter of this type.

Continue

ABAP CDS - Date Functions

ABAP CDS - Time Functions

ABAP CDS - Time Stamp Functions

ABAP CDS - Time Zone Functions

ABAP CDS - Date/Time Conversions