What does it do? Specifies a built-in session variable > vname> in an operand position in a SELECT> statement> of a CDS view entity>. The variable must be prefixed by $session.>. Session variables have a predefined name and provide context-dependent information. The following built-in session variables exist: <(>vname<)>>Value when accessed> user>Current user name>, nominal value of the ABAP system field sy-uname>> . The returned value has the data type CHAR>. client>Current client>. The default value is the nominal value of the ABAP system field sy-mandt>>. In reads with an AB-SQL statement with the addition USING CLIENT> > and in calls of an AMDP method> from ABAP in whose declaration the addition AMDP OPTIONS CDS SESSION CLIENT>> is specified, it is the value specified here. The returned value has the data type CLNT>, length 3. system_language> Text environment language> of the current ABAP_ISESS >, nominal value of the ABAP system field sy-langu>>. The returned value has the data type LANG>, length 1. system_date>Current system date> of the AS ABAP, nominal value of the ABAP system field sy-datum>>. The returned value is of data type DATS>, length 8. user_timezone>User time zone>, nominal value of the ABAP system field sy-zonlo>>. The returned value has the data type CHAR>, length 6. user_date>Current user date>, nominal value of the ABAP system field sy-datlo>>. The returned value is of data type DATS>, length 8.