The CFD_W_GUI table in SAP ERP or S/4HANA stores Custom Fields: SAPGUI Registry data. There are total 8 fields in CFD_W_GUI table. The Custom Fields: SAPGUI Registry 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_W_GUI table. It is in Custom Fields: Application Registry Persistence (S_CFD_REGISTRY_DB) ABAP package and is part of the Custom Fields (BC-SRV-APS-EXT-FLD) module.
SAP CFD_W_GUI Table Fields
Following is the list of fields that are available in SAP CFD_W_GUI table. The primary key fields of Custom Fields: SAPGUI Registry table in SAP are .
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| AVAILABILITY | Custom Fields: Availability of registered Entity | CFD_AVAILABILITY | CHAR (10) | |
| RELEASE_STATUS | Custom Fields: Release State of registered Entity | CFD_RELEASE_STATUS | CHAR (5) | |
| CREATED_BY | Custom Fields: Created By | CFD_CREATED_BY | CHAR (12) | |
| CREATED_ON | Custom Fields: Created On | CFD_CREATED_ON | DATS (8) | |
| CREATED_AT | Custom Fields: Created At | CFD_CREATED_AT | TIMS (6) | |
| LAST_CHANGED_BY | Custom Fields: Last Changed By | CFD_LAST_CHANGED_BY | CHAR (12) | |
| LAST_CHANGED_ON | Custom Fields: Last Changed On | CFD_LAST_CHANGED_ON | DATS (8) | |
| LAST_CHANGED_AT | Custom Fields: Last Changed At | CFD_LAST_CHANGED_AT | TIMS (6) |


