What does it do? Specifies a session variable> vname> in an operand position in a SELECT> statement> of a ABAP_CDS_V1_VIEW >. The variable must be prefixed by $session.>. The prefix and the variable are case-sensitive. $session.vname>, $Session.Vname>, and $SESSION.VNAME> can all be used. No other spellings are allowed. Session variables have a predefined name and are set to a predefined value when the CDS view is used in AB_SQL . This also applies to CDS views that are used as data sources in other CDS views. The following session variables exist: <(>vname<)>>Value when accessed using AB_SQL > 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, 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 has the 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.