The CLASS_INCL table in SAP ERP or S/4HANA stores Archiving class which contains other archiving class data. There are total 2 fields in CLASS_INCL table. The Archiving class which contains other archiving class 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_INCL table. It is in Archive Development Kit (SARC) ABAP package and is part of the Archive Development Kit (BC-CCM-ADK) module.
SAP CLASS_INCL Table Fields
Following is the list of fields that are available in SAP CLASS_INCL table. The primary key fields of the table are ARCH_CLASS (Archiving class), CLASS_INC (included archiving class).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ARCH_CLASS | Archiving class | ARCH_CLAS_ | ARCH_CLASS | CHAR (10) |
| CLASS_INC | included archiving class | CLASS_INC | ARCH_CLASS | CHAR (10) |


