cancel
Showing results for 
Search instead for 
Did you mean: 

how to put date navigator in drop down by key in wda

Former Member
0 Kudos

  Hi kindly let me know  how to put date navigator in drop down by key in an sap webdynpro abap

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

i have requirement in that i have one dropdown by key ui element if click on key i it should display the date navigator .

ramakrishnappa
Active Contributor
0 Kudos

Hi Sreedhara,

Do you want to display date navigator below the drop down by key element on selecting key? if so place the date navigator ui element below the DropDownByKey UI element and control the visibility of date navigator onSelect( ) event of drop down by key.

To control the visibility of date navigator:

  •      Create an attribute DATE_VISIBLE of type wdui_visibility.
  • Bind the property of date navigator to the context attribute DATE_VISIBLE
  • Based on action of drop down by key element, set the value to make it visible

         

Please elaborate the requirement in detail, so that can give further suggestions.

Regards,

Rama

Former Member
0 Kudos

hi thanks for information and this is my requeriment i have above show dropdown key if i click i should display below screen shot

Former Member
0 Kudos

Kindly suggest any one how to work out with this scenario

ramakrishnappa
Active Contributor
0 Kudos

Hi Sreedhara,

Is your issue resolved? as you have marked it as "Assumed Answered".

Any way, to achieve your requirement with drop down is not possible.

instead of drop down field, you can go with normal input field  and bind the value property to an attribute of type DATS. So that user can get the search help of date on pressing F4 key / help button.

Hope this helps you.

Regards,

Rama

ramakrishnappa
Active Contributor
0 Kudos

Hi Sreedhara,

You cannot place date navigator inside Dropdown ui element.

Could elaborate your requirement, so that I could suggest suitable options for your requirement.

Regards,

Rama