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

Size category

Former Member
0 Likes
1,426

Hi Experts

While creating table in SE11, we mention size category,

If the records exceeds the limit what we mentioned in the table,

then how it will store data.

for example, if exceeds 12000 records, cant we store data in the table.

pls advice me.

regards

rajaram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,288

Hi,

based on the size category, a new chunk of memory is allocated.

for further clarification check

http://help.sap.com/saphelp_nwpi71/helpdata/en/cf/21ead2446011d189700000e8322d00/content.htm

Regards,

Anirban

Hi Experts

While creating table in SE11, we mention size category,

If the records exceeds the limit what we mentioned in the table,

then how it will store data.

for example, if exceeds 12000 records, cant we store data in the table.

pls advice me.

regards

rajaram

7 REPLIES 7
Read only

Former Member
0 Likes
1,289

Hi,

based on the size category, a new chunk of memory is allocated.

for further clarification check

http://help.sap.com/saphelp_nwpi71/helpdata/en/cf/21ead2446011d189700000e8322d00/content.htm

Regards,

Anirban

Read only

Former Member
0 Likes
1,288

It will just extend the default space allocated, it will still accept the entered records.

Read only

Former Member
0 Likes
1,288

HI ,

It will store . AFter the limit is reached to 12000 , it will added space for more 12000 records.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,288

Hello Raja,

You can select the categories 0 to 4 for your table. Each category is assigned a specific fixed storage area value in the database. When you create a table, initial space is saved for it in the database. If more space is required later as a result of data that has been entered, the storage space is increased in accordance with the category selected.

Hope this answers your qn.

BR,

Suhas

Read only

Former Member
0 Likes
1,288

Hi,

When a table is created, initial space (an Initial Extent) is reserved in the database. If more space is required at a later time due to data entries, additional memory will be added depending on the selected size category.

for more info check this link:

http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ead2446011d189700000e8322d00/frameset.htm

Regards

Adil

Read only

Former Member
0 Likes
1,288

Hi,

The size category describes the expected storage requirements for the table on the database.

An initial extent is reserved when a table is created on the database. the size of the initial extent is identical for all size categories. If the table needs more space for data at a later time, extents are added. These additional extents have a fixed size that is determined by the size category specified in dictionary.

Regards

Abhijeet

Read only

Former Member
0 Likes
1,288

Hi Raj,

If the Size Category exceeds, i.e, for eg. 12000 then the system will allocate memory for more 12000 records.

Regards,

Chandra Sekhar