The CPFD_FORMULA table in SAP ERP or S/4HANA stores CPF formula in document data. There are total 4 fields in CPFD_FORMULA table. The CPF formula in document 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 CPFD_FORMULA 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 CPFD_FORMULA Table Fields
Following is the list of fields that are available in SAP CPFD_FORMULA table. The primary key fields of the table are CLIENT (Client), CPF_GUID (Identifier of CPF Formula in Document).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| CPF_GUID | Identifier of CPF Formula in Document | CPF_GUID | CHAR (32) | |
| FORMULA_ID | CPF Formula Identifier | CPF_FORMULA_ID | CPFC_FORMULA | CHAR (30) |
| CPF_USAGE | Usage | CPF_USAGE | CHAR (3) |


