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

Description

Enables / disables local update of dynamic menu for toolbar control when running the SAP GUI for HTML.

  • If ~webgui_toolbar_menu_reload is set to 0 or is undefined, the ITS performs a server update

This means that when the user performs a dynamic menu update, the ITS reloads the dynamic menu and also refreshes the entire page.

  • If you set ~webgui_toolbar_menu_reload to 1 , the ITS performs a local update

This means that when the user performs a dynamic menu update, the ITS reloads the dynamic menu, but does not refresh the entire page.

Setting this parameter to 1 means that the ITS does not have to refresh the entire page. This saves bandwidth and rendering time and therefore improves performance considerably.

Set by

Service file webgui.srvc .

Values

0

Local update of dynamic menu for toolbar control disabled (default).

1

Local update of dynamic menu for toolbar control enabled.

Example

~webgui_toolbar_menu_reload     1

Valid from

Release 6.10.

Leaving content frame