Low-Level Functions
SapGuiSetOption Function
This function allows setting certain SapGui specific runtime settings such as timeouts during replay or enabling certain log options.
SapGuiInvokeMethod Function
Calls any method exposed by SapGui controls.
SapGuiSetBoolean Function
Sets a boolean value that will be used as a parameter with the next call of a
SapGuiInvoke
function.
SapGuiSetByte Function
Sets a byte value that will be used as a parameter with the next call of a
SapGuiInvoke
function.
SapGuiSetFloat Function
Sets a float value that will be used as a parameter with the next call of a
SapGuiInvoke
function.
SapGuiSetLong Function
Sets a long value that will be used as a parameter with the next call of a
SapGuiInvoke
function.
SapGuiSetDouble Function
Sets a double value that will be used as a parameter with the next call of a
SapGuiInvoke
function.
SapGuiSetShort Function
Sets a short value that will be used as a parameter with the next call of a
SapGuiInvoke
function.
SapGuiSetNull Function
Sets a null value that will be used as a parameter with the next call of a
SapGuiInvoke
function.
SapGuiSetString Function
Sets a string value that will be used as a parameter with the next call of a
SapGuiInvoke
function.
SapGuiGetString Function
Retrieves the return value of the last
SapGuiInvokeMethod
call.
SapGuiSetProperty Function
Sets any accessible property of an SapGui control.
SapGuiGetProperty Function
Retrieves any accessible property of a SapGui control.
SapGuiCreateCollection Function
Creates a collection object that can be used as a parameter.
Parent topic:
SAP Functions