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: 

Range table

Former Member
0 Kudos

Hi,

what is range table and how it will work?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ram,

range table is nothing but ur Select-options in the selection screen, it will contain all the attribues like 'low', 'high', 'sign', 'option', more over you can do some operations that you can do with internal tables.

4 REPLIES 4

Former Member
0 Kudos

Hi Ram,

range table is nothing but ur Select-options in the selection screen, it will contain all the attribues like 'low', 'high', 'sign', 'option', more over you can do some operations that you can do with internal tables.

Former Member
0 Kudos

Hi

welcome to SDN forum

Ranges is similar to Select-options

Select-options is sued to input continuous range of values where as using RANGES we can populate disinct values and noncontinuous range of values for a field and use in the where condition of the select statement

in both cases a selection table with LOW,HIGH,SIGN and OPTION fields is created.

RANGES: r_kunnr for kna1-kunnr.

Regards

ANJI

Former Member
0 Kudos

Hi Ram,

Welcome to SDN :).

Just do F1 on range key word and you will get very good SAP help

Or refer below link

http://help.sap.com/saphelp_webas620/helpdata/en/9f/dba71f35c111d1829f0000e829fbfe/content.htm

Regards,

Atish

Former Member
0 Kudos

Hi,

Range is similar to Select-Options in functionality.

Values of the Select-Option, will be stored in an Internal table,

Like Low, High, Option, Sign, etc.

Range values can't be changed dynamically by the user, No selection screen,

It's just like Data.

Using Range we can't create variants for a screen, hence, not suitable to use for Background Jobs.

Range is obsolete.

Bye,

KC