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

regarding extents

Former Member
0 Likes
522

Hi Abapers,

In data dictionary, initially we r setting the size of the table (initial extent) while creating the table.

Then how it is extented? automatically?...is it true, then what purpose we r setting the size of the table?

regards,

Subash

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
487

Hi subash sundar,

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.

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.

Yes the table size is incremented automatically after the records are filled to the initial size specified.

Size category is selected initially in order not to waste memory unnecessarily.

reward if helpful

raam

3 REPLIES 3
Read only

Former Member
0 Likes
487

hi,

You can extend it by changing the table size in the technical settings of a table ..

Regards,

Santosh

Read only

Former Member
0 Likes
488

Hi subash sundar,

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.

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.

Yes the table size is incremented automatically after the records are filled to the initial size specified.

Size category is selected initially in order not to waste memory unnecessarily.

reward if helpful

raam

Read only

0 Likes
487

Thanks..its helpful for me