Get Status
Last updated
Last updated
This is pre-built Action in Avo Assure which is located under the @SAP Element category. It instructs the Avo Assure Client to check the captured radio button is ‘Selected’ or ‘Unselected’ and store status in output variable.
Syntax:
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
Consider a user working on the SAP application. The SE38 transaction is used to execute ABAP programs. Users may want to check if the ‘Documentation’ radio button is selected to include documentation when running a report or program. With the help of the ‘Get Status’ action, they can fetch the status of the ‘Documentation’ radio button to confirm whether it is selected or not.
The Action needs get status of button and store the result in output variable {Status} as ‘Unselected’.
The action is performed and the result is saved in the output variable {Status} as ‘Unselected’