cancel
Showing results for 
Search instead for 
Did you mean: 

Hide the Key column in OVS Value Help

Former Member
0 Kudos

Hi,

I have implemented ovs search help in WDJava. Now when we click on the value help button, it shows both the key and value in the search help. We want to do either of the following;

1) Show only the description column in the search help. OR

2) When the record is selected in the search help, the description should be returned to the input field.

Can anyone please advise how to achieve this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Aditya,

For option 1 (display only description column in OVS Value help), you can limit the number of columns to be displayed by adding only the required Context attribute (in your case, only Description) to Output node.

For option 2 (return only description from search into input field), you can code the logic to return only Description in the method applyResult() of IWDOVSContextNotificationListener interface.

Please refer to the below link for more details on the above approach:

[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/cf40cf90-0201-0010-4a85-e5a207b900d8?quicklink=index&overridelayout=true]

Regards,

Pavithra