cancel
Showing results for 
Search instead for 
Did you mean: 

How to create calendar in web dynpro abap

Former Member
0 Kudos

Hi ,

how to create calendra in web dynpro abap.

Thanks in advance.

Regards, Chetan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have you tried using DateNavigator UI element ?

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

place a input UI element and bind the value property to a context attribute of type D.

regards,

Amit

Former Member
0 Kudos

hi,

For calender control, there is Date Navigator under "complex tab". You can just click and drag it and provide calender control.

One more easy way is to create a input field. In the context, create a node and attribute of type "D"(which means DATE). And bind the context to your input field under "values" in property window. While running the program, you will see an calender attached to lt on the input field.

Regards,

Jithin