‎2007 Jul 02 7:35 AM
Hi Experts,
Parameters -- for single value we can provide the o/p.
Select-Options -- for range of values, o/p can be viewed.
In Select-Options, No Intervals extension is used to avoid the range of values.
Instead of this, Why cann't we use Parameters itself.
Can U explain in detail???
Points will be rewarded for helpful answers.
Thankz in Advance,
Kavitha.
‎2007 Jul 02 7:55 AM
hi kavitha
if u want to provide output for only one value - use parameters .
but if u want to provide output for more than one value, but not continous ( discrete levels like 1,10,1000,2500,etc) then u can use select-options with no intervals.
reward if useful.
‎2007 Jul 02 7:37 AM
‎2007 Jul 02 7:37 AM
Hi Kavitha,
Even you define the NO INTERVALS, you can use multiple values such as 5, 6, 7 etc. What you can't use is
5 TO 10
or
10 TO 100.
In parameters at any time you can have only one value.
Hope it is clear.
Reward points if useful.
Regards,
Atish
‎2007 Jul 02 7:41 AM
Hi,
If you use the NO INTERVALS, there will be an Extension box, there we can enter more than value,
if you use the NO Extension, there will be no extension box, but with in the program we can append the values and use this table with in the Program
Regards
Sudheer
‎2007 Jul 02 7:44 AM
hi kavitha,
we can get some requirements like
1. no of input values to be given at same time [ no intervals but with extensions]
ex: 1
2
5
6
100.........
2. for a single value should have a range option ex: from 1 to 2000...... [no extension but with intervals options ]
in such cases u cant use parameters as u only said at any point of time parameters can only be used for a single value input where as select-options can also be used as parameter and also as a select options.
if helpful reward some points,
With regards,
Suresh.A
‎2007 Jul 02 7:51 AM
Hi Kavitha,
Also Inclusive and Exclusive options u can use only in Select options...
If u create a select options....Sap maintain and internal table with 4 fields at background...
for eg : select-options : s_matnr for mara-matnr.
so s_matnr has 4 fields called LOW , HIGH , OPTIONS, SIGN - inclusive or exclusive...
Inclusive - fetches wat u have given in text box
Exclusive - fetches remaining other than wat u have given in text box..
Regards,
Balaji ( reward points if its useful..)
‎2007 Jul 02 7:55 AM
hi kavitha
if u want to provide output for only one value - use parameters .
but if u want to provide output for more than one value, but not continous ( discrete levels like 1,10,1000,2500,etc) then u can use select-options with no intervals.
reward if useful.