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

Error in DATA CLASS

0 Likes
577

HI ALL,

i created a database table which holds 10,000.

as transactions increased on th data base table ,now the table has 1lakh records,

should i tried to change the size category of phyiscal storage loaction,but i am getting the error.

3 REPLIES 3
Read only

Former Member
0 Likes
505

what error are you getting?

adjust the table using tcode se14

Thanks

Bala Duvvuri

Read only

Former Member
0 Likes
505

Hi,

The maximum number of records, the table can hold is defined Using technical settings.

Its mandatory to give technical settings while creating a table.

Depends on your requirement, you have to set the size category of table.

Path:

Technical settings --> Logical storage Parameters --> size category .

<< Moderator message - Point begging removed >>

Edited by: Rob Burbank on Feb 16, 2011 10:07 AM

Read only

0 Likes
505

>

> The maximum number of records, the table can hold is defined Using technical settings.

Incorrect - it can hold any number of records.

Rob