Entering content frame

Syntax documentationdisplay_context_menu Locate the document in its SAP Library structure

You use this method to display a context menu menu when the event context_menu occurs.

CALL METHOD picture->display_context_menu
          exporting context_menu = context_menu
          exceptions error = 1.

Parameter

Meaning

context_menu

Instance of the class CL_CTMENU for constructing and displaying a context menu ( see also: Structure link Context Menu).

 

Leaving content frame