cancel
Showing results for 
Search instead for 
Did you mean: 

Removing search Criteria Text in OVS search help.

Former Member
0 Kudos

Dear Experts,

I've created an OVS search help for one of the field in my screen. On click of F4 help for that field, It is giving pop-up screen with search criteria text. Can any one let me know how to remove that search criteria text in OVS search help.

PFB the snapshot for reference.

Pls help me to resolve the above mentioned  issue .

Thanks

KH

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Katrice,

While you have an event handler with OVS data for an inout field. You might have seen there are phases like 0,1,2,3. So in when if_wd_ovs=>co_phase_1. you comment out following code as shown.


**      ovs_callback_object->set_input_structure(

**          input = ls_search_input ).

Now, you will not get search criteria on F4 of any input field attached with OVS.


Hopw this will solve your issue.

Answers (4)

Answers (4)

chetan_kumar6
Explorer
0 Kudos

Hi Katrice,

If i am not wrong you want to hide that text which you marked in square box?. If so, then please find my screen shot below and "right click on the text and select Hide Quick Help". it will hide the search criteria text.

I hope it will solve your issue. I believe i am very late to reply you sorry.

Regards,

Chetan Bappankar

former_member222068
Active Participant
0 Kudos

Hi Hawkins,

If it is standard component can you share the name of the component.

Thanks & Regards,

Sankar Gelivi

Former Member
0 Kudos

Hi Sankar,

Its not an standard component. I've created an custom OVS search help for the field.

Thanks

KH

former_member184578
Active Contributor
0 Kudos

Hi,

Looks like you are using FPM GUIBB Search? If so, you have to omit the TEXT attribute in ET_FIELD_DESCRIPTION_ATTR and for wild card search.., pass SUPPRESS_PATTERN_SEARCH as abap_false.

Regards,

Kiran

Former Member
0 Kudos

Hi Kiran,

I'm not using GUIBB Search...Its just OVS search help(i.e I'm using WDR_OVS component for OVS search help).

Thanks

KH

former_member184578
Active Contributor
0 Kudos

Hi,

Its just OVS search help(i.e I'm using WDR_OVS component for OVS search help).

I doubt that! Because, In the screen shot, I can see search field attributes in drop down with dynamic search criteria ( plus button )!

Which version you are on?

Regards,

Kiran

Former Member
0 Kudos

Hi Kiran,

I'm working on SAP NetWeaver 7.40.

Thanks

KH

former_member184578
Active Contributor
0 Kudos

Hi,

The reason for the search criteria text is by default the explanation quick help was set to your application/ by your admin.

To disable that, Right click on OVS popup and select 'Hide Quick Help'

Or set the application parameter WDHIDEMOREFIELDHELPASDEFAULT ( no more annoying )

Hope this helps u,

Regards,

Kiran

ramakrishnappa
Active Contributor
0 Kudos

Hi KH,

Are you using WDR_OVS component for OVS search help?

Regards,

Rama

Former Member
0 Kudos

Hi Rama,


I'm using WDR_OVS component for OVS search help..

Thanks

KH