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

Description

Enables / disables Drag&Relate functionality in the SAP GUI for HTML.

Using Drag&Relate in the SAP GUI for HTML requires a callback from the R/3 System for nearly every request/response cycle – an unnecessary overhead for many applications.

For this reason, you can explicitly disable Drag&Relate by setting this parameter to 0 in the service file webgui.srvc.

Disabling Drag&Relate brings the following advantages:

  • Lower memory consumption of around 2 MB per session in AGate

If you are using the SAP GUI for HTML alone, this allows the AGate to handle considerably more parallel sessions.

  • Lower CPU consumption in AGate
  • Lower CPU consumption in R/3
  • Less network traffic between R/3 and AGate

Set by

Service file webgui.srvc.

Values

0

Disables Drag&Relate functionality.

If you set this value to 0, you must remove ~webgui. This means that you must explicitly set the other parameters that are usually set by ~webgui.

1

Enables Drag&Relate functionality.

In the SAP GUI for HTML, this parameter is automatically set to 1 through the parameter ~webgui.

Example

~navigationenabled     1

Valid from

Release 4.6D.

Leaving content frame