cancel
Showing results for 
Search instead for 
Did you mean: 

OVS: show search Criteria same time displaying result search/table

Former Member
0 Kudos

Hello all,

I have create a OVS search Help, my requirement is, by calling this F4 Help created with OVS for the first time,  I need to show the search criteria and in the same time displaying the result table. at the moment i can display only one of them but not both together at same time.

any suggestions please.

thank you all

Accepted Solutions (0)

Answers (2)

Answers (2)

akanksha6m
Discoverer
0 Kudos

Pass value for the parameter display_values_immediately = abap_true.

By default display_values_immediately = abap_false

ovs_callback_object->set_input_structure(

input = lv_sid

display_values_immediately = abap_true ).

ramakrishnappa
Active Contributor
0 Kudos

Hi Ofla,

To achieve your requirement, you need to copy WD component WDR_OVS and customize in such way that you can call the SEARCH action from your component. So that result list would appear.

Regards,

Rama

Former Member
0 Kudos

this way, i can not get the ZOVS as F4 help any more !!