Update Window
Verb: submitWindow
Updates a window with the information filled in the fields of other applications.
Syntax
submitWindow
Example
Updates the window by going to the SAP application's initial screen, if the success variable obtained previously in the search for the application window is "True".
defVar --name success --type Boolean
if --left "${success}" --operator "Is_True" --negate
// Back a Screen inside SAP
keyboard --type "KeyDown" --key "F3"
keyboard --type "KeyUp" --key "F3"
goto --label homeScreen
endIf
submitWindow
The example above is an excerpt from an implemented script, so it is not an executable example, it is only illustrative.
Remarks
The Update Window command is meant to be used in conjunction with SAP applications.