Get Input Help

The Get Input Help action in Avo Assure is found under the Captured Table element from the SAP application. The functionality of this action in Avo Assure is to open the suggestion box of a cell inside the table and store the action status in a dynamic variable.

Syntax

Input Value: <Row>;<Column>

Argument
Description

<Row>

(Required)

Specify the row index of the cell where input help is to be triggered (starting from 0).

<Column>

(Required)

Specify the column index of the cell where input help is to be triggered (starting from 0).

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This dynamic variable holds the status as True or False

Example

Opens the input help (suggestion box) for a specific cell in an SAP captured table.

The Get Input Help action takes the value from the Input Value column (e.g., 4;3) and opens the suggestion list for the specified cell based on the row and column input. This action is applicable for captured table elements in SAP applications. The execution status of the operation is stored in the {Status} variable as Ture or False

Last updated

Was this helpful?