The CRID table in SAP ERP or S/4HANA stores CIM Resource – Entities data. There are total 3 fields in CRID table. The CIM Resource – Entities 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 CRID table. It is in R/3 Application development: PP Resources (CR) ABAP package and is part of the Work Center (PP-BD-WKC) module.
SAP CRID Table Fields
Following is the list of fields that are available in SAP CRID table. The primary key fields of the table are MANDT (Client), OBJTY (Object types of the CIM resource), OBJID (Object ID of the resource).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| OBJTY | Object types of the CIM resource | CR_OBJTY | CHAR (2) | |
| OBJID | Object ID of the resource | CR_OBJID | NUMC (8) |


