cancel
Showing results for 
Search instead for 
Did you mean: 

Search help option in webdynpro?

Former Member
0 Kudos

Hi Gurus,

I knew there are some search help options available in webdynpro.

OVS is one from the list can you please give all the options with the difference and usage of each.

Thanks in Advance,

Dharani

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi

Threre are three types of valuehelps.

SVS(simple value selector):

Procedure:

dropdown by key bound to the dictionary simple type.

Usage:

used for less number of entries(max 30)

EVS(Extend value selector)

Procedure:

inputfield bound to the dictionary simple type.

we can modify simple type Enumeration at run time by using

IsimpleTypeModifiable and IModifiableSimpleValueSet Interfaces.

usage:

used to get more number of entries.

it will come as popup table having options for filtering and sorting.

OVS(objectvalueselector):

Provides advanced search functionality.

Regards

sowmya.

former_member197348
Active Contributor
0 Kudos

Hi Dharani,

We have 3 types of search helps in Web dynpro.

1. SVS - Simple Value Selector is nothing but DropDown list. we use this up to 30-40 values.

2. EVS - Extended Value Selector. This provides value table to input ranging from 40-100

3. OVS -Object Value Selector. This is used when you have large number of values, you can filter your search further in this. (just like windows advanced search).

Regards,

Siva

PradeepBondla
Active Contributor
0 Kudos

Hi Dharani,

[material and example on OVS, EVS, and SVS|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0ab331b-97c6-2a10-f982-c9f972c34e51]

[Different Types of Web Dynpro Input Help|http://help.sap.com/saphelp_nw2004s/helpdata/en/3a/d08342a7d30d53e10000000a155106/frameset.htm]

[pdf on only OVS|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cf40cf90-0201-0010-4a85-e5a207b900d8]

[pdf on SVS and EVS|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2833ce90-0201-0010-f1af-d3cfe1155b16]

PradeeP

Former Member
0 Kudos