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

Description

Enables / disables dialog boxes.

The default behavior is to suppress dialog boxes by sending an automatic OK code \0, but this is not always desirable, especially if the dialog box contains important information, or cannot be closed with the OK code.

To enable dialog boxes for a transaction, you need to set this parameter explicitly in the service file.

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 also set ~webgui_popups explicitly.

Set by

Service file.

Values

0

Dialog boxes disabled.

1

Dialog boxes enabled.

In the SAP GUI for HTML, this parameter is set to 1 by default through the parameter ~webgui. This applies to Release 4.6D or higher.

Example

~popups     1

Leaving content frame