Application Development 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: 

what is the diffrence between select-options with no intervals

Former Member
0 Kudos

what is the diffrence between select-options with no intervals and select-options

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The selection option is displayed on the selection screen without a 'to' field. The pushbutton for calling the "Multiple Selection" screen appears immediately after the 'from' field.

This addition thus allows you to generate a simplified display on the selection screen. This is particularly useful if you are not making any range selections for this selection option.

Regards,

Sruthi

8 REPLIES 8

Former Member
0 Kudos

Hi,

No intervals means you can supply single values only and not a range 'From....To'.

Regards,

John.

Former Member
0 Kudos

Hi,

Select options with No-Intervals optoin you can give range of values to include and exclude. It acts as a parameter. If you use intervals you can give list of values to include and exclude in your selection.

Regards,

Jayaram...

Former Member
0 Kudos

No-intervales will not allow you to enter data in range , it will just allow to enter multiple values

no-extension will not even allow you to enter multiple values , then it will act as parameter

alex_m
Active Contributor
0 Kudos

select option witout interval is same as parameter

Former Member
0 Kudos

Hello,

If the select-option no interval - Behaves like Parameter
        Select-option              - We can give a range of value

If useful reward.

Vasanth

Former Member
0 Kudos

Hi,

The selection option is displayed on the selection screen without a 'to' field. The pushbutton for calling the "Multiple Selection" screen appears immediately after the 'from' field.

This addition thus allows you to generate a simplified display on the selection screen. This is particularly useful if you are not making any range selections for this selection option.

Regards,

Sruthi

Former Member
0 Kudos

hi,

With only SELECT-OPTIONS u get the 2 input fields i.e From -To-

but if u use no intervals: u get a single input field and mutliple selection option.

and if u give as

select-options: s_kunnr for kna1-kunnr no intervals no-extension.

it will be as a parameter.

regards,

priya.

Former Member
0 Kudos

Hi,

Sorry..a small mistake in my reply.

Select options with No-Intervals optoin you<b> can't</b> give range of values to include and exclude. It acts as a parameter. If you use intervals you can give list of values to include and exclude in your selection.

Regards,

Jayaram...