Entering content frame

Syntax documentationget_navigator_height Locate the document in its SAP Library structure

Frontend Support

Windows

HTML

Java

ü

ü

ü

You can use this method to get the height of the navigator (without the date input field that may be displayed).

CALL METHOD calendar->get_navigator_height
     IMPORTING  height     = height
     EXCEPTIONS cntl_error = 1.

Parameter

Meaning

height

Calendar height in pixels

 

 

Leaving content frame