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

Description

Sets minimum width of user area displayed by the Web browser when running the SAP GUI for HTML.

The dimensions of the main user area on a screen are determined by the Web browser and passed back to the R/3 System. If the area displayed by the Web browser area is small, this can be a problem when displaying report lists, because the user has to do a lot of scrolling. This requires more requests to R/3 and is especially undesirable with slow connections.

To determine the minimum dimensions of the main user area to be displayed by the Web browser, you can set values for ~webgui_dynpro_min_width and ~webgui_dynpro_min_height in the webgui.srvc file. These values correspond to SAP metrics.

Since there is no default value, you must set this parameter explicitly to any reasonable value for the width of a screen list.

A recommended value for ~webgui_dynpro_min_width is 100 , which corresponds approximately to the default width for screen lists in earlier ITS releases before the main user area dimensions were determined by the Web browser area.

The height defined by ~webgui_dynpro_min_height is less important to users than the width.

Set by

Service file webgui.srvc .

Values

Any reasonable value for the width of a screen list.

There is no default, so you must set this parameter explicitly.

Example

~webgui_dynpro_min_width     100

Valid from

Release 4.6DC3.

Leaving content frame