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: 

search help exit problem - replacing selection

Former Member
0 Kudos

Hi,

I have to replace the elementary search help IFLMC

in the collective search help IFLM.

I used "Append Search help" to create my search help.

I have to replace the whole selection of the search help.

I created a search help exit - how can I replace the

<b>whole</b> selection and not only a sincle field??

Thanks.

Promise to award points...

Ruthie.

1 ACCEPTED SOLUTION

abdul_hakim
Active Contributor
0 Kudos

hi

append search help is the normal way of doing some modification to the existing search help.

as you say that you wanna replace the enire selection,i would advice you to create a custom

search help in this case.Because there may be some transaction which may make use of this search

help.You should think about that impact also while doing modification/enhancement to any SAP Objects.

Cheers,

Abdul Hakim

7 REPLIES 7

abdul_hakim
Active Contributor
0 Kudos

hi

append search help is the normal way of doing some modification to the existing search help.

as you say that you wanna replace the enire selection,i would advice you to create a custom

search help in this case.Because there may be some transaction which may make use of this search

help.You should think about that impact also while doing modification/enhancement to any SAP Objects.

Cheers,

Abdul Hakim

Former Member
0 Kudos

Dear Abdul,

I did create a custom search help.

My problem is that when creating the search help exit of the custom search help (complicated selection) I got stuck.

Can you please assist my with creating a search help exit that replace the whole selection?

Thanks a lot.

Ruthie.

0 Kudos

hi

as you said you are developing a custom search help you dont require search help exit at all.

may i know why are you developing a search help exit?

Have a look at the below link for help regarding search help exit..

http://help.sap.com/saphelp_47x200/helpdata/en/4f/991f82446d11d189700000e8322d00/frameset.htm

Cheers,

Abdul Hakim

Former Member
0 Kudos

Dear Abdul,

I am developing a search help exit because the selection

is complicated so I can't use a help view and I must use the exit.

Do you have experience with the function F4UT_RESULTS_MAP?

Thanks for all your help.

Ruthie.

0 Kudos

hi

Sorry i have not worked on search help exits rather i have worked on append search helps..

but there are lots of standard programs which are making use of this method.

hit where used list in the F4UT_RESULTS_MAP.

Cheers,

Abdul Hakim

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

check this link , i have written sample code on search help exit.

Regards

Appana