R/3 Tables in the ABAP Dictionary 

As soon as you create a table, you can influence its storage parameters by maintaining its technical configuration. This technical configuration is used to optimize the space requirements and access response of individual tables. Always maintain at least the parameters Data class and Size category in the technical configuration for each table.

The assignment size category - extent size is done using an entry in the table DD09L and an analysis of table TGORA (for indexes using table IGORA). See also Default Value for NEXT. These values of the ABAP Dictionary only represent starting values. For further database operations, use the options provided by SAPDBA for automatically adapting the size of the NEXT extent for all tables (for example, see Command Option -next).

If the table is defined logically, you will have to create it in the database in a second step. To do this, use the database utility options.

For more information on maintaining the technical configuration, see the documentation on the ABAP Dictionary.