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

Search Help Exit

Former Member
0 Likes
617

Hi Abapers,

What is the need of search help exit ?

when we have to use the search help exit ?

i found some standard search help exits ,,, i dont know when they will help us ?

could any one perfect explanation !

Thanks & Regards,

Rajeshk

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
569

U have a material related search help and in one custom screen u are designing only for HALBS materials and there if you hit a F4 on matnr only HALBS need to be shown not any other material type.. then search help exit can be used for that purpose... like this there will be many scenarios where need of search help exit can be felt..

search in SCN for search help exit.. every post will be a scenario for u to read.

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
570

U have a material related search help and in one custom screen u are designing only for HALBS materials and there if you hit a F4 on matnr only HALBS need to be shown not any other material type.. then search help exit can be used for that purpose... like this there will be many scenarios where need of search help exit can be felt..

search in SCN for search help exit.. every post will be a scenario for u to read.

Read only

Former Member
0 Likes
569

hey buddy,

check this link out:

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

hope this will help you!!!!

Thanks & Regards,

Punit Raval

Read only

Former Member
0 Likes
569

Hi,

A search help describes the standard input help process. In some scenarios we need to deviate in some points from this standard. To perform such a deviation from the standard search help exit is used.

A search help exit is a function module that has a predefined interface. predefined search help exit consists some logic, can be used according to the situation. the logic is activated through an interface.

Apart from that you can store your own program logic that manipulates the existing logic in the search help exit. Individual steps of the input help process can be skipped with a search help exit.

Regards,

Pavan.