The CLF_HDR table in SAP ERP or S/4HANA stores Time independent attributes of classified objects data. There are total 11 fields in CLF_HDR table. The Time independent attributes of classified objects 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 CLF_HDR table. It is in R/3 Application development: PP Classification System (CL) ABAP package and is part of the Classes (CA-CL-CLS) module.
SAP CLF_HDR Table Fields
Following is the list of fields that are available in SAP CLF_HDR table. The primary key fields of the table are MANDT (Client), OBTAB (Name of database table for object), OBJEK (Key of Object to be Classified), MAFID (Indicator: Object/Class), KLART (Class Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| OBTAB | Name of database table for object | TABELLE | CHAR (30) | |
| OBJEK | Key of Object to be Classified | CUOBN | CHAR (90) | |
| MAFID | Indicator: Object/Class | KLMAF | CHAR (1) | |
| KLART | Class Type | KLASSENART | CHAR (3) | |
| OBJEKP | Key of Object to be Classified | CUOBN | CHAR (90) | |
| CUOBJ | Configuration (internal object number) | CUOBJ | NUMC (18) | |
| TSTMP_I | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC (21) | |
| USER_I | Name of Person who Created the Object | ERNAM | CHAR (12) | |
| TSTMP_C | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC (21) | |
| USER_C | Name of person who changed object | AENAM | CHAR (12) |


