cancel
Showing results for 
Search instead for 
Did you mean: 

Value help search in web dynpro java

Former Member
0 Kudos

Hi Everyone,

I have a View where in which there is a value help for a field name and hit on that value help , its gives a popup for which has ID and name.

But the issue when when user tries to search for a employee name in the popup window, the user has to input the name in capital letters, but they want this to be case sensitive.

Now i checked on the code, but I dont find a piece of code for search, is it a standard type of code, How can I make this case sensitive.

all i can find is a method which populates data into that popup .

am i missing something to check .

Regards,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Is this an EVS?

Its handled by the framework, so you cant change the behaviour.

In case of OVS you have the option to do this.

This article might of use https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/391ee590-0201-0010-1c89-f1193a88...

Regards

Ayyapparaj

Former Member
0 Kudos

Hey ayyapparaj,

How do i verify its EVS or OVS , and in case of OVS how to go abt

Answers (3)

Answers (3)

Former Member
0 Kudos

z

Former Member
0 Kudos

Hi

Following links might help

/docs/DOC-8061#52

/docs/DOC-8061#54

/docs/DOC-8061#51

Regards

Naresh Garg

Former Member
0 Kudos

Hi Subramani,

You can get the input values (ex: employee name ) in method onQuery() of IWDOVSContextNotificationListener implementation class.

You can compare this employee name with original data (with case sensitive) and set the out values to the output value node of OVC custom controller.

Let me know if you need more clarificaton

Thanks

Former Member
0 Kudos

Hey Tatayya,

I am new to webdynpro , you need to excatly tel me how to go about and fix it.

Raj

Former Member
0 Kudos

Go through the below link

[]

Former Member
0 Kudos

Hi Tatayya,

I am bit lost where to capture the input which user is trying.

I have mailed you the requirement an you please help me on that .

Regards,

Raj