cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Web Dynpro Calendar issue

0 Kudos

How to create a calendar in WD ABAP with an option to display the activity for the Day/Week/Month.

We have looked at option 'Datenavigator' library, but no clue.

Appreciate any one has come across the above scenario or have any ideas to implement it.

Also attached required calendar format along with this.

Thanks

Sudheer

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can use the DateNavigator UI element along with the elements DateNavigatorLegend and DateNavigatorMarking to create a calender.

You can use the onDaySelect event of the UI element DateNavigator to trigger a popup displaying the details for that particular day.

Please let me know if this design works.

Regards,

Sayan

Former Member
0 Kudos

Hi,

I too had such a requirement but could'nt find anything of much help. Althuogh this link provided to be quite usefull. Please refer this.

http://www.scribd.com/doc/57511863/9/Lesson-Additional-complex-UI-Elements

Thanks and regards.

Suraj