cancel
Showing results for 
Search instead for 
Did you mean: 

Date Control should highlight more than one range of dates in a month.

Former Member
0 Kudos

Hi All,

Date Control should highlight more than one range of dates in a month.We are creating a web interface for PR01 ( Travel Management Module ) , in a month a traveller can have more than 2 trips and we need to highlight all the travel date ranges in the Web DynPro date range control.

Thanks & Regards

Gaurav Jain

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You need to use multiple selection aggrigations as marking children of the DataNavigator itself:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/81/ab884118aa1709e10000000a155106/frameset.htm

Former Member
0 Kudos

Hi Thomas,

I used DateNavigatorLegend and DateNavigatorMarking and did not give any default value or context mapping to the DateNavigator element.

The DateNavigator is now highlighting only the first dates of the ranges that I have created in the WDDOINIT method.The DateNavigatorMarking takes only one date not 2 dates in the properties So kindly suggest how to display multiple date ranges.

Thanks & Regards

Gaurav Jain

Answers (1)

Answers (1)

Former Member
0 Kudos

The problem is now solved , Thanks Thomas.