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: 

FM that would return all the values of a range

Former Member
0 Kudos

Hi All,

I have a requirement where I need to get all the values of the range and put that in an internal table and use that internal table in the select query.

Is there a FM wherein if we pass the low and high value, all the values in the range would be returned.

I did some research and found out a FM ARCH_CONVERT_RANGE_TO_ADMI which would convert Ranges to tables of type ADMI_FILES. Will it be of any help to me?

Please help.

Thanks in advance!

Regards,

Neha

2 REPLIES 2

nirajgadre
Active Contributor
0 Kudos

Hi,

I guess if you want to use the all the values from your range into select query then there is no need to get the values into internal table instead you directly use the range in the select query in where condition. this range consider all the values of this range.

Former Member
0 Kudos

if you are using IN key word in your WHERE clause,it will automatically fetch all the records..