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

Description

Enables / disables display of a new design for search help dialogs when running the SAP GUI for HTML.

To enable display of the new design for search help dialogs, you must set ~webgui_searchhelp_dialog explicitly to 1 . This parameter is dependent on the value of ~webgui_popups:

  • If ~webgui_searchhelp_dialog is set to 0 or is undefined (default), the previous design for search help dialogs is displayed
  • If ~webgui_searchhelp_dialog is set to 1 , the new design for search help dialogs is displayed
    • If ~webgui_popups is set to 0 , the new design is displayed as a full screen
    • If ~webgui_popups is set to 1 , the new design is displayed as a dialog box

Set by

Service file webgui.srvc .

Values

0

New search help design disabled (default).

1

New search help design enabled.

Example

~webgui_searchhelp_dialog     1

Valid from

Release 6.10.

Leaving content frame