Application Development and Automation 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: 
Read only

F4 Search Help

Former Member
0 Likes
726

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.

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
Read only

Former Member
0 Likes
703

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

regards

vijay

Read only

Former Member
0 Likes
703

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

Read only

ananjun1
Explorer
0 Likes
703

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

Read only

Former Member
0 Likes
703

Hi,

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

Read only

Former Member
0 Likes
703

Here is the link

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

Read only

0 Likes
703

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