Select Month
Last updated
Was this helpful?
Last updated
Was this helpful?
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)
Consider you working on the SAP application using the SE38 transaction to execute the SAPCALENDAR_NAVIGATOR program. The program provides a calendar interface that allows you 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.
March; 2025
The Action needs to select month based on the specified input.
The action is performed, and month is selected based on the specified input.