!--a11y-->
Frontend Support | ||
Windows |
HTML |
Java |
ü |
ü |
ü |
Use this method to set a date range as selected in the calendar display.
CALL METHOD calendar->set_selection
EXPORTING date_begin = date_begin
date_end = date_end.
Parameter and Type |
Optional |
Meaning |
date_begin |
The beginning date of the selection. | |
date_end |
X |
The end date of the selection. If you do not specify an end date, the selection will consist of the single day specified in date_begin. |
selection_table |
X |
Not yet implemented |
