‎2011 Jan 20 1:16 PM
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 ? ?
‎2011 Jan 20 1:37 PM
Hi
The search help WWG1P is managed by function exit where the function WR21_MULTIPLE_CHOICE is called
Max
‎2011 Jan 21 10:13 AM
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.
‎2011 Jan 24 3:50 AM
Hi Soni,
Go through this Link: [http://www.scribd.com/doc/7247863/Enhancing-Standard-Search-Help]
Regards,
Moshiur Sohel
‎2011 Jan 24 2:16 PM
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