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: 

F4 Search Help

Former Member
0 Kudos

Hi,

I have created a search help for the Job Feild in CAT2,

I am trying to limit what is returned. I want to return what are valid jobs between two dates. I am able to obtain the dates needed but I'm not sure in what table I have to place these values in the search help exit, so my results will be correct.

could someone shed some light on this.

thanks.

6 REPLIES 6

former_member188685
Active Contributor
0 Kudos

try to attach it to the field level in the table where job field is decalred.

regards

vijay

Former Member
0 Kudos

You should put the jobs in the <b>RECORD_TAB</b> in search help exit.

ananjun1
Explorer
0 Kudos

Hi Jamie

Is your question related on how to modify the search help results in the exit? Then you can refer to this sample:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/daeda0d7-0701-0010-8caa-edc">Search help</a>

Thanks

Anand

Former Member
0 Kudos

Hi,

yes this is my question, the link is dead. Could you repost.

Former Member
0 Kudos

Here is the link

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm">search help</a>

0 Kudos

Hi Jamie,

This is a sample I had submitted some time ago. I had tested the link but now it didnt open for me either. Anyway, here is the link:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/daeda0d7-0701-0010-8caa-edc">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/daeda0d7-0701-0010-8caa-edc</a>

If you still cant open it, go to Developer Areas->SAP NetWeaver->Application Server->ABAP->in the section Popular Documents->Enhancing a Standard Search Help (code sample)

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/abap">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/abap</a>

Hope this helps..

Thanks,

Anand