Entering content frame

Syntax documentation set_selection Locate the document in its SAP Library structure

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
TYPE CNCA_UTC_DATE

 

The beginning date of the selection.

date_end
TYPE CNCA_UTC_DATE

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

 

 

Leaving content frame