Select Month
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 specified month of the year given in the input value.
Syntax
Input Value: <Input>Month(MM(ex.01)||MMM(ex:jan)||Month(ex:january));Year(YYYY)>
<Input>Month(MM(ex.01)||MMM(ex:jan)||Month(ex:january))
Provide the month to be selected
Note: The user has three valid input formats (methods) to select a month.
Numeric Format (MM;YYYY) • Example: 02;2025
Abbreviated Text Format (MMM;YYYY) • Example: Mar;2025
Full Text Format (Month;YYYY) • Example: March;2025
Year(YYYY)>
Provide the year to be selected
Output Value
<Dynamic Variable> (Optional);<Dynamic Variable> (Optional)
This dynamic variable holds the result of the month selection in the form of True or False
Example
Selects a May month and 2025 as year from a calendar in the SAP GUI application.
The Select Month action takes the value from the Input Value column (e.g., May;2025) and selects the specified month and year in the calendar control. The result of the selection is stored in the {SelectMonth} variable

Last updated
Was this helpful?