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

Description

Enables / disables local update of the tabstrip control when running the SAP GUI for HTML.

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

This means that when the user updates data in a tabstrip control, the ITS replaces the old tabstrip data with the new tabstrip data and also refreshes the entire page.

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

This means that when the user updates data in a tabstrip control, the ITS just replaces the old tabstrip data with the new tabstrip data.

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 tabstrip control disabled (default).

1

Local update of tabstrip control enabled.

Example

~webgui_localtabstrip     1

Valid from

Release 6.10.

Leaving content frame