Question:
Hi,
I'm using :
SELECT-OPTIONS <a> FOR <b> NO INTERVALS.
Is there a parameter to allow only includes and EQ when pressing F2 ?
So I want only to allow entries I EQ LOW1, I EQ LOW2, ...
Thanks!
Answer:
FM SELECT_OPTIONS_RESTRICT does what you are looking for. Have a look at program BSELLMPG if you need to figure out how it works.
If you cannot find this program in your release of SAP, do a where used list on this FM, and look at any of the codes you get.
Regards
Sudhir/Mohit
Answer:
Dear K0nijn:
If that doesn't work, you can always loop at them and throw out everything that is not 'I' and 'EQ'. Every select-option is a range and therefore an internal table.
Regards,
Wolfgang