DateNavigator Properties
● accessibilityDescription
Once you have activated accessibility, the assigned text is added to the quick info. This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.
This property can be personalized by an administrator.
● firstDayOfWeek
Determines the first day of the week.
This property can be personalized by an administrator.
Value |
Visual Display |
Description |
Can be set using personalization |
auto |
|
Specifies the first day of the week automatically - for example, according to the country-specific beginning of the week. The default value for the first day of the week is Monday. You can use the CALENDAR_DEFINITION BAdI to define another day, which changes the display of the week day and the calculation of the week number. For more information, see SAP Note 1063178. |
Yes |
friday |
|
Friday |
Yes |
monday |
|
Monday |
Yes |
saturday |
|
Saturday |
Yes |
sunday |
|
Sunday |
Yes |
thursday |
|
Thursday |
Yes |
tuesday |
|
Tuesday |
Yes |
wednesday |
|
Wednesday |
Yes |
● firstSelectedDate and lastSelectedDate
First and last date of the selected date range.

This property, which does not have to be bound, can be changed by the client. See also Properties Used in MultiPane or TablePopin
● legendId
ID of the associated legend
● monthsPerColumn
Number of months within a column.
This property can be personalized by an administrator.
● monthsPerRow
Number of months within a row.
This property can be personalized by an administrator.
● selectionMode
Specifies whether the user can choose a single date or a range of dates.
Value |
Description |
none |
A date or date range cannot be selected. |
range |
The user can choose a contiguous block of dates. Ranges are selected with SHIFT + mouse click. The start or end date is selected with a simple click, or with the space bar on the keyboard. Now the end or start date is selected with SHIFT + click, or SHIFT + spacebar. If there is not yet a start date, one can also be selected with SHIFT + click or SHIFT + spacebar. |
single |
The user can choose only one date. |
● startsWith
Start date, start of the displayed date range.
This property can be personalized by an administrator.

This property, which does not have to be bound, can be changed by the client. More information: Properties Used in MultiPane or TablePopin.