Select Month
Last updated
Last updated
This is pre-built Action comes for Captured Calendar in SAP Application Element category. It instructs the Avo Assure client to select a specified month of the year given in the input.
Input: <Input>Month(MM(ex.01)||MMM(ex:jan)||Month(ex:january));Year(YYYY)>
Note: Here user have 3 methods of syntax 1) Month(MM(ex:01); Year (YYYY)- 02;2025 2) MMM(ex: mar);Year(YYYY) - mar;2025 3)Month(ex: March); Year(YYYY) - March;2025 user have option to select any one method .
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
March; 2025
Consider a user working on the SAP application using the SE38 transaction to execute the SAPCALENDAR_NAVIGATOR program. The program provides a calendar interface that allows users to select a specific month to view or edit data for that entire month. With the help of the ‘Select Month’ action, users can easily choose a specific month, such as March 2025, to analyse data.
The Action needs to select month based on the specified input.
The action is performed, and month is selected based on the specified input.