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

table creation

Former Member
0 Likes
595

hi

in table creation i mentioned the size of table ranges 0 to 20,000 records, In the middle i want to increase the size. how to change the size

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
579

when u activate the table in data dictionary.. then it is created in database and allocated corresponding tablespace, which u give in technical settings.

Though there will be no problem if no of records increase...

yet u can always change technical settings at any time.

So increase the size of the table and activate it..

Reward if useful

regards

Prax

5 REPLIES 5
Read only

Former Member
0 Likes
579

hi,

the size of DB table will be increased automatically.

Read only

Former Member
0 Likes
579

Hi Jyothsna,

The value you specify is just an aproximated value, if you exceed this value nothing diferent is going to happen. But in order to maintain best performace you should try to specify a reasonable value for your table.

Regards,

Marcelo Moreira

Read only

Former Member
0 Likes
579

The Size wat u mention is the expected....

when the entries exceeds, the size of the table wil automatically be increased...

cheers...

Read only

Former Member
0 Likes
580

when u activate the table in data dictionary.. then it is created in database and allocated corresponding tablespace, which u give in technical settings.

Though there will be no problem if no of records increase...

yet u can always change technical settings at any time.

So increase the size of the table and activate it..

Reward if useful

regards

Prax

Read only

marcelo_ramos1
SAP Mentor
SAP Mentor
0 Likes
579

Hi,

The table's size will be increased automatically.

Regards.

Marcelo Ramos