The CRMD_CUMULATED_I table in SAP ERP or S/4HANA stores Transaction Item – Cumulated Value data. There are total 9 fields in CRMD_CUMULATED_I table. The Transaction Item – Cumulated Value 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 CRMD_CUMULATED_I table. It is in Aggregation of Document Data (CRM_CUMULATED_I) ABAP package and is part of the Basic Functions for Business Transactions (CRM-BTX-BF) module.
SAP CRMD_CUMULATED_I Table Fields
Following is the list of fields that are available in SAP CRMD_CUMULATED_I table. The primary key fields of the table are CLIENT (Client), GUID (GUID of a CRM Order Object).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| GUID | GUID of a CRM Order Object | CRMT_OBJECT_GUID | RAW (16) | |
| ITEM_GUID | GUID of a CRM Order Object | CRMT_OBJECT_GUID | RAW (16) | |
| CUM_TYPE | Cumulation Type | CRMT_CUM_TYPE | CHAR (2) | |
| CUM_RULE | Cumulation Rule | CRMT_CUM_RULE | CHAR (2) | |
| QUANTITY | CRM Quantity for Cumulated I | CRMT_CUM_QUAN | QUAN (15) | |
| QUANTITY_UNIT | Unit of Measure in Which the Product Is Sold | CRMT_PROCESS_QTY_UNIT | UNIT (3) | |
| VALUE | Cumulative Value | CRMT_CUM_VALUE | CURR (19) | |
| CURRENCY | Currency | CRMT_CURRENCY | CUKY (5) |


