Entering content frame

Syntax documentationtrack_context_menu Locate the document in its SAP Library structure

Frontend Support

Windows

HTML

Java

ü

X

ü

You can use this method to display a context menu. This methods is primarily used in combination with event ctxmenu_request .

CALL METHOD calendar->track_context_menu
     EXPORTING  ctxmenu      = menu
     EXCEPTIONS ctmenu_error = 1.

Parameter

Meaning

ctxmenu

Reference to the context menu.

The menu is created with reference to class CL_CTMENU .

You must fill the menu with methods of this class.

 

 

Leaving content frame