Entering content frameBackground documentation ~webgui_contextmenu Locate the document in its SAP Library structure

Description

Enables / disables the context menu of functions available on a screen when running the SAP GUI for HTML.

To enable users to display the context menu by clicking the right mouse button as in the SAP GUI for Windows, you must set ~webgui_contextmenu explicitly to 1 . If you fail to do this, the Web browser action applies, because the context menu is disabled by default.

The behavior of the context menu therefore depends on the value of ~webgui_contextmenu :

  • If ~webgui_contextmenu is set to 0 :
    • Right mouse click displays Web browser context menu
  • If ~webgui_contextmenu is set to 1 :
    • Right mouse click displays SAP screen context menu
    • Ctrl and right mouse click displays Web browser context menu

The following restrictions apply:

  • The context menu is supported for Microsoft Internet Explorer, but not for Netscape 6.
  • Only the context menu for the main screen is supported, not the context menu for individual controls used on that screen.

Set by

Service file webgui.srvc .

Values

0

Context menu disabled (default).

1

Context menu enabled.

Example

~webgui_contextmenu     1

Valid from

Release 6.10.

Leaving content frame