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: 

Limit of values in Ranges

Former Member
0 Kudos

Hi,

Can anyone please tell me what is maximum limit of values that can be filled in a range?

Regs,

Ags..

4 REPLIES 4

Former Member
0 Kudos

Hi,

You can have any number for records in the ranges. But there is a restriction when you use the ranges in a select statement..I think if it more than 1000 it will through a dump..

Check this OSS Note for more details.

Note 13607 - Termination of an ABAP with DBIF_RSQL_INVALID_RSQL

Thanks,

Naren

uwe_schieferstein
Active Contributor
0 Kudos

Hello Agasti

In order to omit short-dumps when selecting data with a huge range the SELECT statement has the option

SELECT ...
  PACKAGE SIZE <n>

to split a select that would be too big into smaller "portions".

Regards

Uwe

former_member223537
Active Contributor
0 Kudos

Hi Agasti !

Please refer the following link :

Best regards,

Prashant

abdul_hakim
Active Contributor
0 Kudos

hi,

basically there are no limits..

but keep in mind that specifiying a huge range of values may cause performance bottleneck if you use

the same in database operations..

Cheers,

Abdul Hakim