The CPEC_PSMSTATUS_T table in SAP ERP or S/4HANA stores Status Description of a Price Setting Method data. There are total 5 fields in CPEC_PSMSTATUS_T table. The Status Description of a Price Setting Method 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 CPEC_PSMSTATUS_T table. It is in Price Setting Methods (LOG_CMM_PRC_PSM) ABAP package and is part of the Basic Functions (LO-CMM-BF) module.
SAP CPEC_PSMSTATUS_T Table Fields
Following is the list of fields that are available in SAP CPEC_PSMSTATUS_T table. The primary key fields of the table are CLIENT (Client), LANGU (Language Key), PSMETHOD (Price Setting Method), PSMSTATUS (Price Setting Method Status).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| LANGU | Language Key | SPRAS | T002 | LANG (1) |
| PSMETHOD | Price Setting Method | CPET_PSMETHOD | CPEC_PSMETHOD | NUMC (5) |
| PSMSTATUS | Price Setting Method Status | CPET_PSMSTATUS | CPEC_PSMSTATUS | NUMC (5) |
| TEXT | Price Setting Method Status Description | CPET_PSMSTATUS_T | CHAR (40) |


