Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

modifying result of the output of the search help

Former Member
0 Kudos

Hello Experts,

I am creating search help on field FUNCID in table EQUZ. Thing is I need to only display those values of FUNCID which has some values.. i.e if there is blank entry FUNCID in table EQUZ it should not be gettin displayed.

Thanks in advance.

Regards,

saurabh chhatre

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

you have to use the Function Exit, in the step DISP you can filter those entries , so that you can avoid them in the display.

If you don't know about search help exit search in the forum for more details.

Former Member
0 Kudos

Hi saurabh chhatre,

If u want to hide some values or blank values in search help then try this one.

create the search help and in the Dialpg type choose "dialog with value restriction". then use this in your program. when u execute it, it will ask u to give the condition based on which it will display the search help values.