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

<table><thead><tr><th width="377.20001220703125">Argument </th><th>Description </th></tr></thead><tbody><tr><td>&#x3C;Input>Month(MM(ex.01)||MMM(ex:jan)||Month(ex:january))</td><td><p>Provide the month to be selected</p><p><em><strong>Note:</strong> The user has three valid input formats (methods) to select a month.</em></p><ol><li><em><strong>Numeric Format (MM;YYYY)</strong></em><br> <em>• Example: 02;2025.</em></li><li><em><strong>Abbreviated Text Format (MMM;YYYY)</strong></em><br> <em>• Example: Mar;2025.</em></li><li><em><strong>Full Text Format (Month;YYYY)</strong></em><br> <em>• Example: March;2025</em> .</li></ol></td></tr><tr><td>Year(YYYY)></td><td>Provide the year to be selected </td></tr></tbody></table>

**Output Value**&#x20;

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

&#x20;**Example**&#x20;

**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.&#x20;

<figure><img src="/files/SOcJPIbT8OEtCrzjquh1" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/sap/calendar-operations/select-month.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
