cancel
Showing results for 
Search instead for 
Did you mean: 

Calendar

Former Member
0 Kudos

I have to display a sort of a Month+Date

-


-


July Aug

-


-


1 2 3 1 2 3

Display on one view.

Depending on the backend data some of the dates should be hyperlinked to another view while some of the dates in that month are not link enabled. Any suggestions as to how to do this? Do we use the DateNavigator or try some other device such as a table with values as dates.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

if you want to use date navigator, make the property of your context attribute to 'date'.

regards,

rahul

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Deepak,

You can use date navigator for this

see the link

http://help.sap.com/saphelp_nw04/helpdata/en/4a/05ad3e1d1edc61e10000000a114084/frameset.htm

Regards

Rohit

Former Member
0 Kudos

HI Deepak,

You can create one context atrribute of type date and when you bind it to input field it gives you popup like datepicker.

After selecting perticular date you can check the date value and do processing accordingly.

This should be better than table.

Regards,

Bhavik