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

z table size ..

Former Member
0 Likes
401

Hi All,

I have created a Z table and given data class as APPL1 and size category as 2 (Data records expected: 11.000 to 45.000).

After giving that size, the table has already crossed 1 lakh records.

I would like to know, even when i specify size catergory as 2, why it has crossed 45 thousand mark ?

Will be rewarded.

Thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
375

HI,

this is not for restricting the number of records in a table.

initially it will allocate memory for 45000 record, once u try to enter 45001st record it will allocate another 45000 records memory.

rgds,

bharat.

Hi All,

I have created a Z table and given data class as APPL1 and size category as 2 (Data records expected: 11.000 to 45.000).

After giving that size, the table has already crossed 1 lakh records.

I would like to know, even when i specify size catergory as 2, why it has crossed 45 thousand mark ?

Will be rewarded.

Thanks,

1 REPLY 1
Read only

Former Member
0 Likes
376

HI,

this is not for restricting the number of records in a table.

initially it will allocate memory for 45000 record, once u try to enter 45001st record it will allocate another 45000 records memory.

rgds,

bharat.