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: 

Moving contents of range table to internal table

Former Member
0 Kudos

Hi,

How to move all the contents of a range table to internal table of only one field in one shot?

2 REPLIES 2

Former Member
0 Kudos

Hi,

Process is not straight forward as ranges have multiple Sign types liek EQ, BT(between), EX (exclude) etc....

I think the best thing to do in this scenario is to so a select statement against an application table querying the

values specified in your range table. This will popluate an internal table with all the values you need in a flat structure..

thanks.

JB

0 Kudos

Sry, I dint get you.

could u pls provide me an example?