cancel
Showing results for 
Search instead for 
Did you mean: 

OVS Search Help displaying Selction box with Value List

Former Member
0 Kudos

Hi All,

I have a requirement where i used OVS for displaying values for a field.

In this OVS, i am using a selection box so that according to the select values it will display the list.

Everytime first select box is seen first later after clicking start search displaying the value list. is there any way that i can display Select Box and Value list at the same time.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I got the solution.

*     pass the values to the OVS component

       ovs_callback_object->set_input_structure(

           input = ls_search_input

           DISPLAY_VALUES_IMMEDIATELY = 'X').


Previously it was without DISPLAY_VALUES_IMMEDIATELY.

So for the value list to be displayed along with Select options, display values_immediately parameter of set_input_structure for Phase 2 should be 'X'.

Answers (0)