cancel
Showing results for 
Search instead for 
Did you mean: 

EVS Extended Value Selector

Former Member
0 Kudos

Hi All!

Who can explain me the using of EVS.

There is a tutorial named:

Value Help in Web Dynpro Applications, but it is not so clearly as well as for me?

bye

sas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

... I need it for time input easly at "UI Element Input field"instead of writing every time the day time like 09:45:10: PM etc

sas

Former Member
0 Kudos

Hi Erdem,

Check this

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/391ee590-0201-0010-1c89-f1193a886421">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/391ee590-0201-0010-1c89-f1193a886421</a>

regards

Sumit

Answers (2)

Answers (2)

Former Member
0 Kudos

hi All,

all that is not the rigth way for my problem. I need a solution

on how to enable the user choosing any daytime like 11:20:30 PM

at UIElement (Input Field).

For date it is existing but not for time.

Regards

sas

former_member197348
Active Contributor
0 Kudos

Hi Sas,

As you know there is no direct UIElement for time input. Still if you want to provide EVS help, then you can have work around for this.It's simple. By taking 3 different input fields for each Hour:Minute:Second and Dropdown for AM/PM. Take all the inputs into

String  time =  HH:MM:SS 
Time t = Time.valueOf(time);  

Try if this fits for you.

regards,

Siva

Former Member
0 Kudos

Hi,

A good blog on this /people/valery.silaev/blog/2006/03/10/minus-evs-plus-ovs-value-help-smart-input

Regards

Ayyapparaj