cancel
Showing results for 
Search instead for 
Did you mean: 

How to popup calendar as value help for a select-options field in webdynpro

Former Member
0 Kudos

Hi,

Is it possible to pop-up calendar as value help for a select-options field (with type sydatum) in webdynpro abap?

Thanks in advance...

MERAL

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sarthakar ,

Thanks for your reply.

I had already created the select-options field by assigning it to a date type.

I found that, I must set the i_value_help_type to if_wd_value_help_handler=>CO_PREFIX_NONE instead of if_wd_value_help_handler=>CO_PREFIX_AUTO.

By changing i_value_help_type in this way, the problem was solved.

Thanks again..

MERAL

Former Member
0 Kudos

hi meral,

if you need a calendar to come as f4 help just bind the input field with an attribute of TYPE D. Hope it solves your problem.

reward points if it is useful.

Edited by: sarthakar on Feb 18, 2012 10:18 AM