Select Date Range
This is a pre-built action available for the Captured Calendar Element within SAP GUI applications. The functionality of this action in Avo Assure is to select a range of dates in the calendar interface. This is typically used for generating reports, reviewing transaction logs.
Syntax
Input Value: <Input ‘From’ date (YYYYMMDD);‘To’ date (YYYYMMDD)>
<From Date (YYYYMMDD); To Date (YYYYMMDD)>
Date range to be selected (e.g., 20250205;20250310)
Output Value
<Dynamic Variable> (Optional); <Dynamic Variable> (Optional)
This dynamic variable holds the result of the range selection in the form of True or False
Example
Selects a specific date range from a calendar element in the SAP GUI application.
The Select Date Range action takes the value from the Input Value column and selects the specified range from the ‘From’ date (20250612) to the ‘To’ (20250712) date in the calendar. The result of the range selection is stored in the {DateRange} variable.

Last updated
Was this helpful?