The CFD_L_DE_STATUS table in SAP ERP or S/4HANA stores Custom Fields: Data Source Extension Status data. There are total 8 fields in CFD_L_DE_STATUS table. The Custom Fields: Data Source Extension Status 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 CFD_L_DE_STATUS table. It is in Custom Fields: Data Source Extension Handler (S_CFD_DE_REPOSITORY_HANDLER) ABAP package and is part of the Custom Fields (BC-SRV-APS-EXT-FLD) module.
SAP CFD_L_DE_STATUS Table Fields
Following is the list of fields that are available in SAP CFD_L_DE_STATUS table. The primary key fields of Custom Fields: Data Source Extension Status table in SAP are NAME (Custom Fields: Data Source Extension Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| NAME | Custom Fields: Data Source Extension Name | CFD_DE_EXTENSION_NAME | CFD_W_DE_REP | CHAR (30) |
| STATUS | Custom Fields: Data Source Extension Status | CFD_DE_STATUS | CHAR (10) | |
| IS_DRAFT | Custom Fields: Indicate Whether Extension Was Saved As Draft | CFD_DE_DRAFT_INDICATOR | CHAR (1) | |
| TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| USER_NAME | User Name | SYUNAME | CHAR (12) | |
| HOST_NAME | Application Server | SYHOST | CHAR (32) | |
| WORK_PROCESS_NUMBER | Work Process Number | WPINDEX | INT4 (10) | |
| WORK_PROCESS_ID | Process Identification | WPPID | CHAR (8) |


