cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Date Navigation

Former Member
0 Kudos

Hi

I have a inputfield UI which is bound to a context element of type Date.So at runtime a Calendar like control appears in which I can scroll monthwise.

My question is:

1)What control is it ?

2)What should I do to scroll yearwise(with months in it) instead of monthwise eg. while entering Date of birth.

Thanks in Advance

Ananda

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ananda,

According to my understanding,

1). There is no specific control of that type. While running the application Date type inputfield will get that Calendar like control.

2). I believe, that is not possible as of now.

Regards,

Mausam

Answers (1)

Answers (1)

Former Member
0 Kudos

This is called a "date picker". It is not a stand-alone UI element but a framework-supplied value help for date entry.

If you want more control, you can use the DateNavigator UI element, but this cannot be attached to an input field automatically.

Armin

Former Member
0 Kudos

Thanks Armin & Mausam.

If anyone can send me a link of how to make effective use of Date navigator control and link with text box with examples I will use it in near future..

Regards

Ananda

Former Member
0 Kudos

Hi Anand,

The DateNavigator UI element enables users to display and enter dates. Its features include the ability to navigate in a calendar and choose a day, month, year, or range of dates. Primarily, this element should be used to help users to input dates in an appropriate format.

Also check on to this links:

http://help.sap.com/saphelp_erp2005/helpdata/en/fb/e56e42802e9c60e10000000a1550b0/frameset.htm

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

Hope this helps u,

Regards,

Nagarajan.