2006 Aug 19 9:39 AM
i creat a search help,but how can i do the same with select-options?the search help only created by PARAMETERS.CAN ANYONE HELP ME,THANK YOU.
2006 Aug 19 9:41 AM
Hi ,
You can use
SELECTION-SCREEN VALUE-REQUEST on s_matnr-low
perform F4_help_matnr
SELECTION-SCREEN VALUE-REQUEST ON s_matnr-high
perform F4_help_matnr
Cheers
VJ
i creat a search help,but how can i do the same with select-options?the search help only created by PARAMETERS.CAN ANYONE HELP ME,THANK YOU.
2006 Aug 19 9:41 AM
Hi ,
You can use
SELECTION-SCREEN VALUE-REQUEST on s_matnr-low
perform F4_help_matnr
SELECTION-SCREEN VALUE-REQUEST ON s_matnr-high
perform F4_help_matnr
Cheers
VJ
2006 Aug 19 9:48 AM
oh,i use this.
PARAMETERS:P_AUFNR LIKE AFIH-AUFNR MATCHCODE OBJECT ZORDP.
the ZORDP is search help id.
i want to in the search help creat one option select from ... to...
2006 Aug 19 9:50 AM
Hi,
Double click on the selection view from which you get the data there you can specify the Select From and to using operators.
Cheers
VJ
2006 Aug 19 9:58 AM
Hi
If you want the search help to be activation for
select-option it can be done the same way.
select-options: s_aufnr like afih-aufnr
matchcode object zordp.
But if you want the search criteria with in the search
help you have created as a range, i guess it can not be
done.
Kind Regards
Eswar
2006 Aug 19 9:42 AM
2006 Aug 19 9:47 AM
Hi
As you have already created the search help you use
that in parameter defintion via command matchcode
object. Below is an example for your understanding.
suppose your search help is 'ZSH'. Use this as:
parameters: p_field like table-field
mactchcode ojbect ZSH.
Kind Regards
Eswar
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |