The CPFC_ROUTINE_T table in SAP ERP or S/4HANA stores CPF Routine – Description data. There are total 6 fields in CPFC_ROUTINE_T table. The CPF Routine – 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_ROUTINE_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_ROUTINE_T Table Fields
Following is the list of fields that are available in SAP CPFC_ROUTINE_T table. The primary key fields of the table are CLIENT (Client), LANGU (Language Key), CPF_USAGE (Usage), CPF_USAGE_TASK (Usage Task), CPF_ROUTINE (CPF Routine).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| LANGU | Language Key | LANGU | T002 | LANG (1) |
| CPF_USAGE | Usage | CPF_USAGE | CPFC_USAGE | CHAR (3) |
| CPF_USAGE_TASK | Usage Task | CPF_USAGE_TASK | CPFC_USAGETASK | CHAR (20) |
| CPF_ROUTINE | CPF Routine | CPF_ROUTINE | CPFC_ROUTINE | NUMC (7) |
| DESCRIPTION | Description (long) | CPF_DESCRIPTION_LONG | CHAR (40) |


