The CRMD_ORDER_INV table in SAP ERP or S/4HANA stores Order Involvement – record of users who made changes data. There are total 6 fields in CRMD_ORDER_INV table. The Order Involvement – record of users who made changes 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_ORDER_INV table. It is in CRM Service Request Management Common Package (CRM_SRV_REQ_MGMT_COMMON) ABAP package and is part of the Basic Functions (CRM-BTX-SRQ-BF) module.
SAP CRMD_ORDER_INV Table Fields
Following is the list of fields that are available in SAP CRMD_ORDER_INV table. The primary key fields of the table are MANDT (Client), UNAME (User Name), GUID (GUID of a CRM Order Object), OBJECT_TYPE (Business Transaction Category), PROCESS_TYPE (Business Transaction Type), INVOLVED_AT (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| UNAME | User Name | UNAME | CHAR (12) | |
| GUID | GUID of a CRM Order Object | CRMT_OBJECT_GUID | RAW (16) | |
| OBJECT_TYPE | Business Transaction Category | CRMT_SUBOBJECT_CATEGORY | CHAR (10) | |
| PROCESS_TYPE | Business Transaction Type | CRMT_PROCESS_TYPE | CHAR (4) | |
| INVOLVED_AT | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) |


