The CRMC_OBJREF_UI table in SAP ERP or S/4HANA stores Display of Relationships on the overview screen data. There are total 7 fields in CRMC_OBJREF_UI table. The Display of Relationships on the overview screen 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_OBJREF_UI 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_OBJREF_UI Table Fields
Following is the list of fields that are available in SAP CRMC_OBJREF_UI table. The primary key fields of the table are CLIENT (Client), OBJREF_PROF_ID (Profile ID for Object Relationships).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| OBJREF_PROF_ID | Profile ID for Object Relationships | CRMT_OBJREF_PROFILE | CRMC_OBJREF_PF | CHAR (10) |
| OBJECT_1 | Object allowed for relationship | CRMT_OBJREF_OBJECT | CRMC_OBJREF_S | CHAR (10) |
| OBJECT_2 | Object allowed for relationship | CRMT_OBJREF_OBJECT | CRMC_OBJREF_S | CHAR (10) |
| OBJECT_3 | Object allowed for relationship | CRMT_OBJREF_OBJECT | CRMC_OBJREF_S | CHAR (10) |
| OBJECT_4 | Object allowed for relationship | CRMT_OBJREF_OBJECT | CRMC_OBJREF_S | CHAR (10) |
| OBJECT_IN_ITEM | Object allowed for relationship | CRMT_OBJREF_OBJECT | CRMC_OBJREF_S | CHAR (10) |


