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

Multiple selection in search help creation

Former Member
0 Likes
1,883

Hi Experts,

I have created a elementary search help using MARA table with fields: Matnr, Matkl and Mtart with below option.

Dialog Type = Dialog with value restriction

when I excute it and press a enter, it shows me only single input option for fields given in SH. I like to change it in select-option type range.

I have found one ele. search help (WWG1P) with multiple selecton option what I need. but unable to understand how it works.

Could any of you help me out, how can we achieve this ? ?

4 REPLIES 4
Read only

Former Member
0 Likes
1,016

Hi

The search help WWG1P is managed by function exit where the function WR21_MULTIPLE_CHOICE is called

Max

Read only

Former Member
0 Likes
1,016

Hi Soni,

create a search help exiti by copying F4IF_SHLP_EXIT_EXAMPLE

in ths use SHLP-SELOPT to change select options.

you can code in STEP PRESEL (Enter selection conditions)

hope this will help.

Thanks.

Dhiraj.

Read only

Former Member
0 Likes
1,016

Hi Soni,

Go through this Link: [http://www.scribd.com/doc/7247863/Enhancing-Standard-Search-Help]

Regards,

Moshiur Sohel

Read only

vimalv
Active Participant
0 Likes
1,016

Soni,

When you press on F4 help on MATNR, you will get selection box with MATNR with single field like you said, however, there is a Yellow arrow button on the right of that field. If you click that, you will get the Single values and ranges tabs.

Hope it helps you.

Thanks,

Vimal