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
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.