The CRMD_BINREL table in SAP ERP or S/4HANA stores Interlinkages Between CRM Application Objects data. There are total 6 fields in CRMD_BINREL table. The Interlinkages Between CRM Application Objects 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_BINREL table. It is in Document flow (CRM_DOC_FLOW) ABAP package and is part of the Basic Functions for Business Transactions (CRM-BTX-BF) module.
SAP CRMD_BINREL Table Fields
Following is the list of fields that are available in SAP CRMD_BINREL table. The primary key fields of the table are CLIENT (Client), ROLE_A (Object Relationship Service : Role GUID), ROLE_B (Object Relationship Service : Role GUID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| ROLE_A | Object Relationship Service : Role GUID | ROLEID | CHAR (22) | |
| ROLE_B | Object Relationship Service : Role GUID | ROLEID | CHAR (22) | |
| RELATIONID | Object Relationship Service : GUID binary link | BINRELID | CHAR (22) | |
| BRELTYP | Relationship type | BINRELTYP | CHAR (4) | |
| UTCTIME | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | DEC (15) |


