The CKML_PRICE_SEND table in SAP ERP or S/4HANA stores Customizing Material Price Dispatch data. There are total 7 fields in CKML_PRICE_SEND table. The Customizing Material Price Dispatch 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 CKML_PRICE_SEND table. It is in Send Material Price (CO_ML_SENDPRICE) ABAP package and is part of the Actual Costing/Material Ledger (CO-PC-ACT) module.
SAP CKML_PRICE_SEND Table Fields
Following is the list of fields that are available in SAP CKML_PRICE_SEND table. The primary key fields of the table are MANDT (Client), BWKEY (Valuation area).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| BWKEY | Valuation area | BWKEY | T001K | CHAR (4) |
| NOUPD | No Update of Material Prices If Stock Exists | CKML_NOUPD | CHAR (1) | |
| PEDEC | Error Limit for Price Changes (as a Percent) | CKPC_ERR | DEC (5) | |
| PEINC | Error Limit for Price Changes (as a Percent) | CKPC_ERR | DEC (5) | |
| PWDEC | Threshold Value for Warnings Concerning Price Changes (as %) | CKPC_WARN | DEC (5) | |
| PWINC | Threshold Value for Warnings Concerning Price Changes (as %) | CKPC_WARN | DEC (5) |


