SAP GUI Object Properties

The SAP GUI interface makes a number of object properties available. Different objects have different properties. Some are always read-only. Others are writable in some contexts.

The most commonly accessed simple properties are text, title, changeable, info, selected, maxLength, numerical, required, value, width, and height.

There are also more complex properties. Some objects contained in other objects are accessible only because the object itself is a property of the parent. Common examples are horizontalScrollbar and veriticalScrollbar.

Complex container objects like grids and trees are particularly rich in useful properties. The grid object, for example, has properties such as selectedColumns, selectedRows, selectedCells, firstVisibleRow, firstVisibleColumn, and columnOrder.

See the SAP documentation for full descriptions of the different GUI objects and their properties.