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

How to implement search help exit

Former Member
0 Likes
563

Hi all,

Can anybody tell me the steps to go about search help exit??

Thanks,

Anup

Hi all,

Can anybody tell me the steps to go about search help exit??

Thanks,

Anup

3 REPLIES 3
Read only

Former Member
0 Likes
489

Hi

While creating a search Help, In the Search Help exit field, give a Function Module name. Write all ur code within the Function Module. Attach this Search help with any field on the screen. When the user presses F4, the FM will be executed. Use the templates of any Standard Search Help exit.

Read only

Former Member
0 Likes
489

Check this link

http://help.sap.com//saphelp_470/helpdata/EN/cf/21ee52446011d189700000e8322d00/content.htm

Also read documentation on FM F4IF_SHLP_EXIT_EXAMPLE

Read only

Former Member
0 Likes
489

Hi Anup,

In Maintain Search Help screen go to tab Definition. From there you find "Search help exit" field where you can write your Function Module which will be executed while your search help is activated.

To create your function module use SE37 or doubleclick on your function module name you specified on "Search help exit" field.

Regards,

Ville