Entering content frame

Syntax documentationset_today Locate the document in its SAP Library structure

Frontend Support

Windows

HTML

Java

ü

ü

ü

You can use this method to set today's date. If you do not use this method, the current date of the application server is used.

CALL METHOD calendar->set_today
     EXPORTING  today     = today
     EXCEPTIONS cntl_error = 1.

Parameter

Meaning

today
TYPE CNCA_UTC_DATE

Current date.

 

 

 

Leaving content frame