cancel
Showing results for 
Search instead for 
Did you mean: 

Problem With OVS Search Help ?`

Former Member
0 Kudos

Hi ..i have created a ovs search help..

In this search option is not working ...after giving a record value and clicking on search it is not working

showing a message 'no results found'

pls help me..

Thanks in advance .

Lokesh

Accepted Solutions (1)

Accepted Solutions (1)

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Check in the coding in phase2, after select statement, whether internal table has records. Check it in debugging.

Former Member
0 Kudos

Hi ,,

i have checked the code in phase 2 , records are there in internal table but it is not getting the records

..

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Check the phase3 where the assignment happens for result table.

Former Member
0 Kudos

Hi reddy,

In codind did u assign the OVS Object.....

Like below..

    wd_this->m_handler->add_selection_field( i_id = 'PSTEXT'
                                           it_result = lt_range_table
                                           i_read_only = lv_read_only
                                          i_value_help_type = if_wd_value_help_handler=>co_prefix_ovs ).

Please check it.

Regards,

Venkat.

Answers (1)

Answers (1)

JanarthananE
Contributor
0 Kudos

Hi lokeswar,

I dono exactly were u r facing the problem, refer the following link for step by step process about OVS search help.

http://an-sap-consultant.blogspot.co.uk/2012/03/ovs-search-help-in-select-option.html

http://theabap.blogspot.co.uk/2012/02/ovs-search-help-in-web-dynpro.html

and also refer the following link how to achieve OVS search help using select options.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/707f0d73-94f0-2d10-97a2-a3776e211...

Hope its useful to u,

Regards

Jana