The CRMC_SERVICE_I table in SAP ERP or S/4HANA stores Transaction Item Type – Service Control Parameter data. There are total 13 fields in CRMC_SERVICE_I table. The Transaction Item Type – Service Control Parameter 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 CRMC_SERVICE_I table. It is in CRM Order: General Order Processing (CRM_ORDER) ABAP package and is part of the Basic Functions for Business Transactions (CRM-BTX-BF) module.
SAP CRMC_SERVICE_I Table Fields
Following is the list of fields that are available in SAP CRMC_SERVICE_I table. The primary key fields of the table are CLIENT (Client), ITM_TYPE (Item Category).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| ITM_TYPE | Item Category | CRMT_ITEM_TYPE | CRMC_ITEM_TYPE | CHAR (4) |
| DISPO_RELEVANT | Relevant for Resource Planning | CRMT_SRV_DISPO_FLG | CHAR (1) | |
| CONFIRM_RELEVANT | Relevant for Confirmation | CRMT_CONFIRM_RELEVANT | CHAR (1) | |
| SERVICE_TYPE | Service Type | CRMT_SERVICE_TYPE | CRMC_SRV_TYPE | CHAR (4) |
| VALUATION_TYPE | Valuation Type | CRMT_VALUATION_TYPE | CRMC_VAL_TYPE | CHAR (6) |
| SUBJECT_PROFILE | Subject Profile | CRMT_SUBJECT_PROFILE | CRMC_SUBJPROFILE | CHAR (9) |
| ITM_DISTRIBUTION | Relevance for Costing | CRMT_ITEM_DISTRIBUTABLE | CHAR (1) | |
| SRVPLAN_TIMERULE | Date Rule for Time-Based Service Intervals | CRMT_SRVPLAN_DATERULE_TIME | CHAR (12) | |
| SRVPLAN_COUNRULE | Date Rule for Counter-Based Service Intervals | CRMT_SRVPLAN_DATERULE_COUNTER | CHAR (12) | |
| INSPEC_RELEVANT | Relevant for Inspection | CRMT_INSPECTION_RELEVANT | CHAR (1) | |
| SRV_PREDDURA | Relevant for Duration Prediction | CRMT_SRV_PRED_DURA_RELEVANT | CHAR (1) | |
| SRV_PREDPART | Relevant for Service Part Prediction | CRMT_SRV_PRED_PART_RELEVANT | CHAR (1) |


