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

Description

Enables / disables local expansion of the column tree control when running the SAP GUI for HTML.

  • If this parameter is set to 0 or is not set, the ITS performs a server update

This means that when the user clicks a node to expand a tree structure, the ITS expands the tree structure and also refreshes the entire page.

  • If you set this parameter to 1 , the ITS performs a local update

This means that when the user clicks a node to expand a tree structure, the ITS just expands the tree structure.

Setting this parameter to 1 means that the ITS does not have to refresh the entire page when the user expands a node in a tree structure. This saves bandwidth and rendering time and therefore improves performance considerably.

Set by

Service file webgui.srvc .

Values

0

Local expansion of column tree control disabled.

1

Local expansion of column tree control enabled (default).

Example

~webgui_tree_localexpand     1

Valid from

Release 4.6DC2.

Leaving content frame