Get Column Numbers by Headers

This is pre-built Action comes for Captured GridView in SAP Application Element category. It instructs the Avo Assure client to retrieve the indexes of all columns corresponding to the input column header in the GridView object and subsequently store the result in output variable.

Syntax

Input: <Input Column Header>

Note: here user need to provide column header as input. It will also accept more than column headers.

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

Usecase/Example

Input

MTyp; Price

Scenario

Consider a user working on the SAP application. The MM60 transaction (Material Master List) displays material details in a grid format. Users need to retrieve the column numbers by headers to automate actions like validation or data extraction for specific columns. With the help of the 'Get Column Numbers by Headers' action, user can fetch the column number for a specific header and use it to perform further actions, such as validation or data extraction

Expected Result

The system should return the column numbers in output variable as [6,14].

Output

The action is performed, and the result is saved in the output variable {Column numbers} as [6,14].

Last updated

Was this helpful?