cancel
Showing results for 
Search instead for 
Did you mean: 

Using Range Option in Date Navigator

Former Member
0 Kudos

Dear Experts,

I am using the Range option in the Selection mode of a Date navigator.

I have bind two attributes to the First and Last selected property of the Date navigator..

I have implemented the On Day select event method to get the dates and fill in my Input fields.

But When I am clicking on the date the attributes bind to First and last selected dates are giving the same Value.

It is not fetching the two different dates.

Note: I have declared a node with carnality 0:1 and created tow attributes for the first and Last selected dates.

How can i get the Range of dates?

Kinldy give some suggestions

Thanks,

Nalla B.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Nalla,

To select range of dates from date navigator, you need to use the SHIFT+CLICK i.e.


to select dates from 5.2.2013 to 28.03.2013

  • Click on date 5 of feb month.... ( this event gives you the same start date and end date )
  • press SHIFT key and then click on 28 of FEB .... ( this now, gives you start date = 05.02.2013 & end date = 28.02.2013.

Hope this helps you.

Let me know if you need further assistance

Regards,

Rama

Former Member
0 Kudos

Dear Rama,

Its Working fine.

Thanks for ur swift response in helping others

u r Rocking man

Thanks,

Nalla B.

ramakrishnappa
Active Contributor
0 Kudos

Thats good to hear

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Nallasivam ,

Did you try to specify the value 'range' to the property selectionMode of the Date navigator ?

Check out this sap link :

https://help.sap.com/saphelp_nw04s/helpdata/en/d5/9bac41993ac646e10000000a155106/content.htm
Dynamic Programming of Properties in :

https://help.sap.com/saphelp_nw04s/helpdata/en/81/ab884118aa1709e10000000a155106/content.htm

Best regards

Hicham