The CRMC_PRIL_OBJREL table in SAP ERP or S/4HANA stores Object Model with Dynamic Object Relationships data. There are total 8 fields in CRMC_PRIL_OBJREL table. The Object Model with Dynamic Object Relationships 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_PRIL_OBJREL table. It is in Product Master: Interaction Layer Definition (CRM_PRODUCT_CUST_IL) ABAP package and is part of the Products (CRM-MD-PRO) module.
SAP CRMC_PRIL_OBJREL Table Fields
Following is the list of fields that are available in SAP CRMC_PRIL_OBJREL table. The primary key fields of the table are CLIENT (Client), OBJECT_EXT (Source Object of a Relationship Product in Product Master), RELATION (Object Relationship for Sub-Objects in Product Master).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| OBJECT_EXT | Source Object of a Relationship Product in Product Master | CRMT_PRIL_PARENT_OBJEXT | CRMC_PRIL_OBJ | CHAR (30) |
| RELATION | Object Relationship for Sub-Objects in Product Master | CRMT_PRIL_RELATION | CHAR (30) | |
| REL_OBJECT | Assigned Object of a Relationship in Product Master | CRMT_PRIL_SON_OBJEXT | CHAR (30) | |
| COMPONENT | Component Name | CRMT_COMPONENT_NAME | CHAR (6) | |
| CARD_PAR | Cardinality of Source Object in Product Master | CRMT_PRIL_CARD_PARENT | CHAR (1) | |
| CARD_SON | Cardinality of the Assigned Object in Product Master | CRMT_PRIL_CARD_SON | CHAR (1) | |
| RELTYPE | Object Relationship Type in Product Master | CRMT_PRIL_OBJRELTYPE | CHAR (1) |


