Set Text in Cell
This is pre-built Action comes for Captured GridView in SAP Application Element category. It instructs the Avo Assure client to set the text in the cell and save the result in the output variable.
Syntax
Input: <row>;<col>;<InputText>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Usecase/Example

Input
15;2; Active
Scenario
Consider a user working on the SAP application in the SE38 transaction (Program: bcalv_ grid_edit), where the grid view displays a list of reports. Users want to edit an existing value in one of the cells, such as updating the status of a report from ‘Inactive’ to ‘Active.’ With the help of the ‘Set Text in Cell’ action, user can modify the value in the "Status" column of the specific report.
Expected Result
The Action needs to set text in cell and store the result in output variable {Status} as True.
Output
The action is performed, and the result is saved in the output variable {Status} as ‘True’.
Last updated
Was this helpful?