2009 Jun 24 8:08 PM
I need to define a parameter that accepts multiple single values only but does not accept ranges or negations. Basically I only want the first tab of the Select-Options screen. Is this possible?
2009 Jun 24 8:12 PM
Check FM SELECT_OPTIONS_RESTRICT. It's well documented.
Rob
Edited by: Rob Burbank on Jun 24, 2009 3:12 PM
I need to define a parameter that accepts multiple single values only but does not accept ranges or negations. Basically I only want the first tab of the Select-Options screen. Is this possible?
2009 Jun 24 8:12 PM
Check FM SELECT_OPTIONS_RESTRICT. It's well documented.
Rob
Edited by: Rob Burbank on Jun 24, 2009 3:12 PM
2009 Jun 24 8:21 PM
Hello,
Create a select-option as s_mara.
At selection-screen output.
loop at screen.
if screen-fieldname = s_mara-high.
screen-invisible = '1'.
modify screen.
endif.Try this. Hope this helps.
Thanks & Regards,
Anand Patil
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |