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)>

Argument
Description

<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.

  1. Numeric Format (MM;YYYY)  • Example: 02;2025.

  2. Abbreviated Text Format (MMM;YYYY)  • Example: Mar;2025.

  3. Full Text Format (Month;YYYY)  • Example: March;2025 .

Year(YYYY)>

Provide the year to be selected

Output Value

Argument
Description

<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 as month and 2025 as year from a calendar in the SAP GUI application.

The selectMonth action takes the value from the Input Value column and selects the May as month and 2025 as year in the calendar control.

Last updated

Was this helpful?