I have to give date option as input parameter. and over there I have also need to give options like CURRENT,WEEK,MONTH,YEAR also related to date.
For example: I have given date like this. What else do I need to add for above mentioned requirement.
PARAMETER : ondate TYPE sy-datum DEFAULT sy-datum.
How I will do that.
Please do let me know.
Thanks