Application Development 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: 

sap calendar double click functionality

Former Member
0 Kudos

can any one tell me how to get the double click functionality  in SAP calendar

iam using CL_GUI_CALENDAR class ,,,,,,,

i must perform double click functionality if i click on the date of the calendar.....

any idea what is the exact event and method to be used...

5 REPLIES 5

Former Member
0 Kudos

Hi

Try to use the event DATE_SELECTED

Max

0 Kudos

date_selected works  when i do single click on date..  not for double click ...

i need for double click ....

regards

kiran marina

0 Kudos

That event is triggered just for a single click, that means the single click can have the same behavior of double click

Max

raymond_giuseppi
Active Contributor
0 Kudos

First take a look at SAP samples

RSDEMO_CALENDAR_CONTROL    Program RSDEMO_PICTURE_CONTROL
SAPCALENDAR_CELLTEXT_DEMO  SAP Calendar Control Demo Program
SAPCALENDAR_DEMO1          SAP Calendar Control Demo Program
SAPCALENDAR_DRAG_DROP      Drag&Drop Examples for Calendar Control
SAPCALENDAR_H_SET_COLORS   SAP Calendar Control Demo Program
SAPCALENDAR_NAVIGATOR      SAP Calendar Control Demo Program
SAPCALENDAR_SET_COLORS     SAP Calendar Control Demo Program

SAPCALENDAR_STYLE_SIMPLIFIED   SAP Calendar Control Demo Program

Regards,

Raymond

amy_king
Active Contributor
0 Kudos

Hi Kiran,

CL_GUI_CALENDAR does not offer an event for double-click. The selection of dates occurs on a single-click with event DATE_SELECTED. You can look at demo programs SAPCALENDAR_DEMO1 and SAPCALENDAR_NAVIGATOR for examples of the class in action.

Cheers,

Amy