Entering content frame

Background documentationgo_to_date Locate the document in its SAP Library structure

Frontend Support

Windows

HTML

Java

ü

ü

ü

You can use this method to move the focus to a particular date.

CALL METHOD calendar->go_to_date
     EXPORTING  focus_date = focus_date
     EXCEPTIONS cntl_error = 1.

Parameter

Meaning

focus_date

Day that is to be selected or displayed (in the input field).

The parameter must be created with reference to cnca_utc_date .

 

 

Leaving content frame