Get Row Col by Text
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 find the row number and column number of a cell that contains specific text in a Grid in SAP application and save the result in the dynamic variable.
Syntax
Input Value: <InputText>
<InputText> (Required)
Enter the text to be searched in the Grid.
Output Value
Dynamic Variable (Required)
This variable stores the row and column number
Dynamic Variable (Optional)
This dynamic variable holds the result as True or False.
Example
Finds the row and column number of a cell containing the specified text in the SAP Grid
The Get Row Col By Text action takes the input text from the Input Value column (e.g., 15.11.2019) and searches for it in the SAP Grid. If found, the row and column position of the matching cell (e.g., ['2','4'], ['8','4']) is stored in the {RowColNum} variable, while the execution status is stored in the {Status} variable.


Last updated
Was this helpful?