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: 

Ranges

Former Member
0 Kudos

Hi All,

is there limit for no of values in ranges?

Regards

Saurabh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Yes, there is.

The limit depends on the database system which you use.

MS SQL Server 3000 will be the exeeding limit, whereas it differs with Oracle database.

If you are getting a error limit dump, I'm sure from the dump(ST22) you could find the maximun limit of your system.

rgds,

TM.

Please mark points if helpful.

8 REPLIES 8

dani_mn
Active Contributor
0 Kudos

I don't think so.

Its not limited.

Regards,

Wasim Ahmed

Former Member
0 Kudos

no limit..

Former Member
0 Kudos

yeah u have some limitation in range tables ( In case of no of lines not the Limits )? butu have to to split if u have more no of entries in range table.

limit will be based on the page memory . If u have m ore than 10m it will Short Dump.

Regards

Prabhu

Former Member
0 Kudos

Hi Saurabh,

It is unlimited.

Simha_
Employee
Employee
0 Kudos

Hi,

There is no limit as such..

U can use your values in between the ranges..

cheers,

Simha.

Former Member
0 Kudos

Yes, there is.

The limit depends on the database system which you use.

MS SQL Server 3000 will be the exeeding limit, whereas it differs with Oracle database.

If you are getting a error limit dump, I'm sure from the dump(ST22) you could find the maximun limit of your system.

rgds,

TM.

Please mark points if helpful.

Former Member
0 Kudos

Hi,

Yes. According to my understanding the performance will become worse if entries crosses 120-125.

Regs,

Venkat Ramanan

Former Member
0 Kudos

tx