The CLASS_DELE table in SAP ERP or S/4HANA stores Archiving class with tables from which entries are deleted data. There are total 2 fields in CLASS_DELE table. The Archiving class with tables from which entries are deleted table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CLASS_DELE table. It is in Archive Development Kit (SARC) ABAP package and is part of the Archive Development Kit (BC-CCM-ADK) module.
SAP CLASS_DELE Table Fields
Following is the list of fields that are available in SAP CLASS_DELE table. The primary key fields of the table are ARCH_CLASS (Archiving class), TABLE_DEL (Tables from which entries are deleted).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ARCH_CLASS | Archiving class | ARCH_CLAS_ | ARCH_CLASS | CHAR (10) |
| TABLE_DEL | Tables from which entries are deleted | TABLE_DEL | CHAR (30) |


