ResizeWorkingPane Method (SapWindow)

Class

SapWindow class

Action

The ResizeWorkingPane function will resize the window so that the available working area has the given width and height in character metric.

Syntax

window.ResizeWorkingPane(width, height, throwOnFail)
Variable Description
width The new width of the working pane. INTEGER.
height The new height of the working pane. INTEGER.
throwOnFail Whether an exception should be thrown in case of an failure. BOOLEAN.