2007 Nov 04 11:52 AM
Hi,
I want to use select-options in global class.
I am able to use parameters without any problem, I am not able to do same for select-options.
plz send me sample coding of that.
Thanks in advance,
sarath
2007 Nov 04 2:08 PM
Hi
there are certain strcutures like WSELKUNNR,WSELMATNR to declare the ranges and Select options use them.
Declare the field in TYPES : tr_matnr TYPE RANGE of MATNR and use in select options
select-options: so_matnr type tr_matnr.
and in where condition use this IN SO_MATNR
Regards
Anji
Hi
there are certain strcutures like WSELKUNNR,WSELMATNR to declare the ranges and Select options use them.
Declare the field in TYPES : tr_matnr TYPE RANGE of MATNR and use in select options
select-options: so_matnr type tr_matnr.
and in where condition use this IN SO_MATNR
Regards
Anji
2007 Nov 04 2:08 PM
Hi
there are certain strcutures like WSELKUNNR,WSELMATNR to declare the ranges and Select options use them.
Declare the field in TYPES : tr_matnr TYPE RANGE of MATNR and use in select options
select-options: so_matnr type tr_matnr.
and in where condition use this IN SO_MATNR
Regards
Anji
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |