2008 Mar 31 2:22 PM
Hi all,
There is an option to show only one input-field for a select-options declaration by using the 'no intervals' option. But it is still possible for the user to specify ranges when doing multiple selections (i.e. specify intervals for the variable).
However, if I have a variable that implicitly does not have ranges, (e.g. 'Arjun' TO 'Shankar' makes no sense at all), I want to let the user do multiple selections for it, without allowing him/her to enter ranges for it.
Can I do this in a selection screen in any way (even if it involves not using select-options)? And if yes, how?
2008 Mar 31 2:26 PM
Hi,
Using the below FM you can restrict the user to enter only values but not a range.
'SELECT_OPTIONS_RESTRICT'
Reward if helpful.
RSS
Hi all,
There is an option to show only one input-field for a select-options declaration by using the 'no intervals' option. But it is still possible for the user to specify ranges when doing multiple selections (i.e. specify intervals for the variable).
However, if I have a variable that implicitly does not have ranges, (e.g. 'Arjun' TO 'Shankar' makes no sense at all), I want to let the user do multiple selections for it, without allowing him/her to enter ranges for it.
Can I do this in a selection screen in any way (even if it involves not using select-options)? And if yes, how?
2008 Mar 31 2:26 PM
Hi,
Using the below FM you can restrict the user to enter only values but not a range.
'SELECT_OPTIONS_RESTRICT'
Reward if helpful.
RSS
2008 Mar 31 3:12 PM
2008 Mar 31 2:30 PM
Use this:
SELECT-OPTIONS xxxx FOR yyyy NO INTERVALS
NO-EXTENSION.
2008 Mar 31 2:31 PM
Use this:
SELECT-OPTIONS xxxx FOR yyyy NO INTERVALS
NO-EXTENSION.
2008 Mar 31 3:11 PM
If I use NO EXTENSION, it will simply disable multiple selections. Which is something I need.
Thanks anyways!
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |