ABAP Keyword Documentation → ABAP - Dictionary → Classic Objects in ABAP Dictionary → Database Tables → Technical Attributes of Database Tables → Table-Specific Technical Attributes of Database Tables
Activation Type of Database Tables
The activation type defines whether a database table can be activated interactively in an ABAP Dictionary tool or whether the ABAP runtime environment needs to be used instead. This setting is not relevant for database tables in application programming. In these tables, the default value 00 should be preserved. The following settings are possible:
- Activation type 00
- The following values for the activation type only apply to those database tables required by the ABAP runtime environment itself (and hence only to internal SAP developments):
- Activation type 01
The runtime object of the database table must be created using an ABAP kernel program before the table is activated in an ABAP Dictionary tool. This may make it impossible to modify and activate important system tables directly.
- Activation type 02
The database table is used in the ABAP kernel, but the runtime object can be activated (and hence created) in an ABAP Dictionary tool. It may be necessary to adjust the consumer programs of the kernel. This is indicated by a note in the activation log.
- Activation type 10
The database table is required before other objects are modified as part of a transport.
Other versions:
7.31 | 7.40 | 7.54