Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Module : CALENDAR_VISUAL_PRESENTATION does not displays more than 3 months

ravimohanbhatt
Explorer
0 Likes
631

I want a Function module with the same functionality as the above FM but able to display 12 month data on screen

1 REPLY 1
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
518

Hello Ravi

The function module has hard coded month between and 1 and 3 in subroutine CHECK_PARAMETER. At least i could not find any other FM. We have two options one is let users see data for 3 months and then press next button and you call this FM again which will show data for the current quarter. Last option which i will prefer is to extend existing FM a Z copy which can be complex.

Nabheet