The CPFC_CUSSTRUC_T table in SAP ERP or S/4HANA stores CPF Custom Structure – Description data. There are total 5 fields in CPFC_CUSSTRUC_T table. The CPF Custom Structure – Description 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 CPFC_CUSSTRUC_T table. It is in Configurable Parameters and Formulas (Basis) (CPF_BASIS) ABAP package and is part of the Configurable Parameters and Formulas (CA-GTF-PR-CPF) module.
SAP CPFC_CUSSTRUC_T Table Fields
Following is the list of fields that are available in SAP CPFC_CUSSTRUC_T table. The primary key fields of the table are CLIENT (Client), LANGU (Language Key), CUSTOM_STRUCTURE (Custom Structure).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| LANGU | Language Key | LANGU | T002 | LANG (1) |
| CUSTOM_STRUCTURE | Custom Structure | CPF_CUSTOM_STRUC | CPFC_CUSSTRUC | CHAR (30) |
| DESCRIPTION_SHORT | Custom Structure: Description (short) | CPF_CUSTOM_STRUC_DESCR_SHORT | CHAR (10) | |
| DESCRIPTION_LONG | Custom Structure: Description (Long) | CPF_CUSTOM_STRUC_DESCR_LONG | CHAR (60) |


