cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding EVS

Former Member
0 Kudos

Hi,

I have created an extended value selector.

In this i have changed the datatype dynamically and added the data dynamically.

I added the 40 values dynamically like below.

value attribute name is country which is bind to the value property of the Inputfield.

country key

key1 country1

key2 country2

...... ...........

;

;

;;

In the above i want to change the names instead of country ,Key and instead of key country.

Next is i want to search for the particular row.

For ex if i enter key10 in inputfield it will directly heilight that row.Is it possible.

plz give me the solution

Thanks

Hazrath.G

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

->if u want to change the country and key u have to change it in the code in wdDoInit method.

ex: value.put("key", "country");

to value.put("country","key"); in your code.(i mean when u say u have dynamically populated the values i am assuming that have some thing like the above)

->and i dont know whether we can highlight a particular row upon selecting a key but definitely u can have your value of the corresponding key to be displayed by the side of your input field using EVS+ and EVS++ which are extensions of EVS.

otherwise i guess u can go for OVS which is even more advanced.

Check this link for EVS+ and EVS++

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0e57440-ec1c-2a10-36b1-fe92341f...

Regards,

Satya.