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: 

Logical storage parameters of DBTABLES

venkatasap
Participant
0 Kudos

Hi Sap All.

just a quick question ,what the field "Size category" under Logical storage parameters of the table in SE11 represents.

when i have a look at the field "Size category" in the Table MARA it has the value of 4 (Data records expected: 15,000 to 63,000) but when i have alook at the number of entries in the table MARA it has the total of 213,576 .

so my question is why it says the size category as "15,000 to 63,000) " as the toral records are 213,576 ,the figures are not mathcing.

any idea on the above question for who ever look at this Q.

1 ACCEPTED SOLUTION

sreenivas_pachva
Participant
0 Kudos

Hi varma

i have idea on size category in data dictionary . i would like to share my knowledge to you as well as it will help you.

example size category= 0 means it will allow to store 10000 records(for example no exact) when ever we have more than 10000 records , size category automatically allocate memory in abap for one more 10000 records it will continue upto storing all records.

Thanks&Regards

sreenivas p

6 REPLIES 6

sreenivas_pachva
Participant
0 Kudos

Hi varma

i have idea on size category in data dictionary . i would like to share my knowledge to you as well as it will help you.

example size category= 0 means it will allow to store 10000 records(for example no exact) when ever we have more than 10000 records , size category automatically allocate memory in abap for one more 10000 records it will continue upto storing all records.

Thanks&Regards

sreenivas p

0 Kudos

HI Sreenivas.

so in the above explained scenario what you say is it will allocate 10,000 records memory for every iteration untill it reach the final record .

correct me if iam wrong ?

regards.

Seetha.

0 Kudos

Have you pressed F1 on the size category?

Rob

0 Kudos

Hi Rob.

yes i did pressed F1 for help,it was an overlook,any thanks for susggesting me.My doubt is been answered by you and the other person.

thanks.

regards.

Varma

0 Kudos

If your question is answered, please assign points to helpful answers and close this one and the other ones you have left open.

Rob

0 Kudos

hi varma

yes it will allocate memory once agin when ever we have more than records whatever we assigned the size category field.

Thanks&Regards

sreenivas p