Select Rows
This is a pre-built action available under the Captured Grid Element from the SAP GUI Application. The functionality of this action in Avo Assure is to select the specified rows from the Grid based on the input value.
Syntax
Input Value: <Row Number/Numbers (with separator as ;)>
<Row Number/Numbers (with separator as ;)> (Required)
Row numbers to be selected, separated by a semicolon (;)
Output Value
<Dynamic Variable> (Optional);<Dynamic Variable> (Optional)
This dynamic variable holds the result as True or False.
Example
Selects the Rows 6 and 9 in the SAP Grid
The Select Rows action takes the value from the Input Value column (e.g., 6;9) and selects the specified rows in the SAP Grid. The result of the row selection operation is stored in the {SelectedRows} variable, while the execution status is stored in the {Status} variable.

Last updated
Was this helpful?