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

Description

Determines the behavior of modal dialog boxes when running the SAP GUI for HTML.

Since HTML supports only one form of representation for HTML pages, which always fill the entire Web browser window, the behavior of dialog boxes in R/3 transactions is not automatically supported.

By default, dialog boxes displayed in the SAP GUI for HTML cannot be moved and they overlay the entire main window, so its content is invisible.

If you want to display dialog boxes, which are movable and do not overlay the entire main window, you must set ~webgui_popups explicitly to 1 or 2 .

Set by

Service file webgui.srvc .

Values

0

Dialog boxes including the search help cannot be moved and overlay the entire main window, so its content is invisible (default).

1

Dialog boxes including the search help are movable and do not overlay the entire main window, so its content is visible.

Unlike when the value is set to 2 (see below), the HTML code for dialog boxes is generated by JavaScript, but this behavior difference is invisible to the user.

2

Dialog boxes including the search help are movable and do not overlay the entire main window, so its content is visible.

Unlike when the value is set to 1 (see above), the HTML code for dialog boxes is created as a new HTTP request, but this behavior difference is invisible to the user.

Example

~webgui_poups     1

Valid from

Release 6.10.

Leaving content frame