2008 Sep 26 12:06 PM
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
2008 Sep 26 12:20 PM
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.
2008 Oct 04 5:27 AM
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.