‎2012 May 14 7:44 AM
Hi,
While we create a table in SE11, we mention size category, If the records exceeds the limit, then how it will store data.
For example, if we already selected Size category 4 (Data records expected: 16,000 to 67,000), then how we store data in the table after reached 67,000 entries...
--> One by one, as entries add...
--> or same size (16,000 to 67,000) again allocate for this...
Regards..
‎2012 May 14 7:52 AM
Hi Anil,
As per your example, if you select Size Category 4 and then you add entries more than its capacity(here 67,000) then storage space will be increased as per the Size category.
See F1 help on Size Category.
Regards,
Sindhu Pulluru.
‎2012 May 14 7:49 AM
Hi Anil,
The size you mention is the size that will be reserved by the system for the table. Once this exceeds the system will automatically reserve memory of the size mentioned for the table.
Thank You,
Sarath.C
‎2012 May 14 7:53 AM
Thanks dear,
I want to know that how much memory, it will reserve automatically... depending on exceeded entries or same memory as per size category...???
‎2012 May 14 7:52 AM
Hi Anil,
As per your example, if you select Size Category 4 and then you add entries more than its capacity(here 67,000) then storage space will be increased as per the Size category.
See F1 help on Size Category.
Regards,
Sindhu Pulluru.
‎2012 May 14 7:55 AM
‎2012 May 14 7:58 AM
‎2012 May 14 7:53 AM
Basic Question. Please check SAP help.
http://help.sap.com/saphelp_nwpi71/helpdata/en/cf/21ead2446011d189700000e8322d00/content.htm
‎2012 May 14 8:02 AM
Hi Anil,
size cataogiry just allocate space in database to store that table data; if the table records exceed than size catagory limits then those rows are stored in data base but not in sequence because of that performance has slite effect but u need not to consider about that. till the size cataogiry range the records will entered line by line in data base , so when retriving data simple to retrive.
Regards,
Sridhar.
‎2012 May 14 8:07 AM
‎2012 May 14 9:02 AM
During the creation of the table we ll give the size category.It will represent the expected data will be stored.So u can give according to ur requirement.
‎2012 May 14 9:33 AM