The CFD_W_REP_CODE table in SAP ERP or S/4HANA stores Custom Fields: Repository ΓÇô Code List Values data. There are total 4 fields in CFD_W_REP_CODE table. The Custom Fields: Repository ΓÇô Code List Values 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_REP_CODE table. It is in Custom Fields: Repository Persistence (S_CFD_REPOSITORY_DB) ABAP package and is part of the Custom Fields (BC-SRV-APS-EXT-FLD) module.
SAP CFD_W_REP_CODE Table Fields
Following is the list of fields that are available in SAP CFD_W_REP_CODE table. The primary key fields of Custom Fields: Repository ΓÇô Code List Values table in SAP are NAME (Custom Fields: Field Name), VERSION (Activation State of Repository Object), CODE (Custom Fields: Code Value).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| NAME | Custom Fields: Field Name | CFD_FIELD_NAME | CFD_W_REP | CHAR (30) |
| VERSION | Activation State of Repository Object | AS4LOCAL | CHAR (1) | |
| CODE | Custom Fields: Code Value | CFD_FIELD_CODE_VALUE | CHAR (30) | |
| IS_DISABLED | Custom Fields: Code Value Disabled Indicator | CFD_FIELD_CODE_DISABLED_INDCTR | CHAR (1) |


