Launch Application
This is a pre-built Action located under the @Sap Element. The functionality of this action in Avo Assure is to launch the SAP GUI application.
Syntax
Input Value: <Application path>;<Application title>
<Application path> (Required)
Full path to the SAP GUI executable (e.g., saplogon.exe)
<Application title> (Required)
Title of the SAP application window as seen in the taskbar or title bar (e.g., SAP Logon 760)
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the status as True or False
Example:
Launches the SAP application with the given application title (SAP logon 760).
The Launch Application action takes the value from the Input Value column (e.g., C:\Program Files(x86)\FrontEnd\SapGui\App.exe; SAP logon 760) and launches the application located at the given path. The result of the launch operation is stored in the {launchStatus} variable.

Last updated
Was this helpful?