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

Description

Enables / disables local resizing of the splitter 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 moves a sash, the ITS resizes the splitter control 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 moves a sash, the ITS just resizes the splitter control.

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

Set by

Service file webgui.srvc .

Values

0

Local resizing of splitter control disabled.

1

Local resizing of splitter control enabled (default).

Example

~webgui_splitter_localresize     1

Valid from

Release 4.6DC3.

Leaving content frame