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: 

dynamic ranges

former_member216100
Participant
0 Kudos

Dear all, how I need to develop a dynamic ranges ?

Lets say .... I know I can create a dynamic table with

CREATE DATA ITABREF TYPE STANDARD TABLE OF (LINETYPE).

but how do I need to write it for a ranges statement:

lets say....

instead of

ranges: 
i_range1 for .....
i_range2 for ......
i_range3 for .....

I want to have one dynamic ranges only, how I do this

can someone help me ?

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

Try this way:

CREATE DATA i_range1 TYPE STANDARD TABLE OF selopt.

1 REPLY 1

former_member156446
Active Contributor
0 Kudos

Try this way:

CREATE DATA i_range1 TYPE STANDARD TABLE OF selopt.