Application Development and Automation 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: 
Read only

Raed low from range type variable

0 Likes
469

HI,

I have date range in a range type variable.

Eg:- RANGES : r_fkdat for vbrk-fkdat.

So I want to read low and high value from r_fkdat. Can anybody help me?

Thanks..

Moderator message: well documented, please do more research before posting.

Message was edited by: Thomas Zloch

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
430

Ranges are just an internal table, so loop at this table to get the low and high values, read TYPES - RANGE OF for structure of the records. (NB: RANGES is an obsolete statement, better use a DATA .. TYPE RANGE OF ..)

Regards,

Raymond