Select Menu
This is a pre-built Action located under the @Sap Element. The functionality of this action in Avo Assure is to select a specific menu item from the SAP application's menu bar based on the hierarchical input provided.
Syntax
Input Value: <Hierarchy of the menu item>
Note: The hierarchy of menu items must be specified using semicolons (;) to separate each level.
<Hierarchy of the menu item>
(Required)
Provide the hierarchy of the SAP menu items to navigate through the required path in the SAP application.
Output Value
<Dynamic Variable> (Optional); <Dynamic Variable> (Optional)
This dynamic variable holds the status of the action as True or False.
Example:
Selecting a Menu Item from the SAP Application Using the Select Menu Action
The SelectMenu Action takes the value from the Input Value column (e.g., System;Log Off) and navigates through the menu hierarchy to select the specified item.

Last updated
Was this helpful?