Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Select-Options

Former Member
0 Likes
842

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
810

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.

6 REPLIES 6
Read only

Former Member
0 Likes
810

Check this

Read only

Former Member
0 Likes
810

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

Read only

Former Member
0 Likes
810

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

Read only

Former Member
0 Likes
810

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

Read only

Former Member
0 Likes
810

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..)

Read only

Former Member
0 Likes
811

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.