ABAP Keyword Documentation → ABAP Dictionary → Classic Objects in ABAP Dictionary → Database Tables → Technical Attributes of Database Tables → Table-Specific Technical Attributes of Database Tables
Data Class of Database Tables
For the database platforms Oracle and Informix, the data class determines the physical area (tablespace) of the database in which a database table is created (otherwise it is ignored). The most important data classes for application data are:
- APPL0 (master data)
- APPL1 (transaction data)
- APPL2 (organizational data)
- USR and USR1 (customer data)
There are also other data classes for system tables used internally by the runtime environment, such as SDIC for ABAP Dictionary tables.
Other versions:
7.31 | 7.40 | 7.54