The CLF_CTX_D table in SAP ERP or S/4HANA stores Draft classification – Basic context data. There are total 7 fields in CLF_CTX_D table. The Draft classification – Basic context 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_CTX_D table. It is in OData Service – Classification Runtime (ODATA_LO_VCHCLF_CLF) ABAP package and is part of the Classification (CA-CL) module.
SAP CLF_CTX_D Table Fields
Following is the list of fields that are available in SAP CLF_CTX_D table. The primary key fields of the table are MANDT (Client), DRAFT_KEY (Draft (Technical ID)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| DRAFT_KEY | Draft (Technical ID) | VCHCLF_DRAFT_KEY | CHAR (90) | |
| CONTEXT_ID | ContextId for ClassificationContext and ConfigContext | VCHCLF_CONTEXT_ID | CHAR (400) | |
| CREATED_AT | Draft Created On | VCHCLF_CREATED_AT | DEC (21) | |
| CREATED_BY | Draft Created By | VCHCLF_CREATED_BY | CHAR (12) | |
| LAST_CHANGED_AT | Draft Last Changed On | VCHCLF_LAST_CHANGED_AT | DEC (21) | |
| LAST_CHANGED_BY | Draft Last Changed By | VCHCLF_LAST_CHANGED_BY | CHAR (12) |


