ABAP - Keyword Documentation →  ABAP - Dictionary (DDIC) →  DDIC - Database Tables →  DDIC - Semantic Attributes of Database Tables →  DDIC - Table-Specific Semantic Attributes of Database Tables → 

DDIC - Delivery Class of Database Tables

The delivery class of a DDIC database table controls the transport of table data in installations, upgrades, or client copies, and in transports between customer systems. It is also considered in extended table maintenance (transaction code SM30).

Application table for master data and transaction data. The data is written by application programs.
Customer table for data entered only by the customer.
Table used as a repository for temporary or client-dependent data. SAP delivers tables in the delivery class L as empty tables.
Global temporary tables always have the delivery class L.
Customer table where SAP can add data but not modify or delete it. A customer table in the delivery class G must be assigned a customer namespace in the DDIC database table TRESC using the program RDDKOR54.
The delivery class G can no longer be specified for new DDIC database tables and when changing the delivery class of an existing table. The delivery class C can be used instead. On an AS ABAP used in an SAP Cloud solution, tables with delivery class G are handled like delivery class C implicitly.
The delivery class G can no longer be specified for new DDIC database tables and when changing the delivery class of an existing table. The delivery class C can be used instead. On an AS ABAP used in an SAP Cloud solution, tables with delivery class G are handled like delivery class C implicitly.
System table in which customers can make entries. A system table in the delivery class E must be assigned a customer namespace in the database table TRESC using the program RDDKOR54.
System table delivered by SAP with predefined data as part of the system, such as ABAPDOCU_TREE (which contains the read-only tree of the ABAP keyword documentation). In the Change and Transport Systems (CTS), the data is handled like repository objects, which means that they have an original system and any changes in other systems are modifications or repairs.
System table for system administration data, such as TFDIR as a directory of all function modules. A system table in the delivery class W is usually delivered with prefilled entries by SAP and can be affected by customer modifications. The content is transported using the transport objects assigned to the objects in questions, such as R3TR FUNC for function modules.

Hints