Get Pop Up Text

This is a pre-built Action located under the @Sap Element. The functionality of this action in Avo Assure is to retrieve the text displayed in a pop-up window of the SAP GUI application and save the result in a dynamic variable.

Syntax

Input Value: <Index>(Optional)

Argument
Description

<Index> (Optional)

Enter the index number of the pop-up to check when multiple pop-ups appear. Note: The value starts from 0th index (zero).

Output Value

Argument
Description

<Dynamic Variable>

(Required)

This variable holds the retrieved pop-up message text.

<Dynamic Variable> (Optional)

This variable stores the status as True or False.

Example:

Retrieving 'Information' Text from a Pop-Up Using the Get Pop-up Text Action

The Get Pop-up Text action takes the value from the Input Value column (e.g., 0) to specify the index of the pop-up when multiple pop-ups are present. If no index is provided, the default pop-up text is considered. The retrieved text (e.g., Information) is stored in the {PopupText} variable, while the execution status is stored in the {Status} variable.

With index value:

Without Index Value:

Fetched Popup text

Last updated

Was this helpful?