The CRMC_VIEWREG table in SAP ERP or S/4HANA stores View Definitions for Generic Interaction Layer data. There are total 7 fields in CRMC_VIEWREG table. The View Definitions for Generic Interaction Layer 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_VIEWREG table. It is in Customizing Objects for Generic Interaction Layer (CRM_GENIL_CUST) ABAP package and is part of the Generic Interaction Layer (CA-WUI-GOL-GIL) module.
SAP CRMC_VIEWREG Table Fields
Following is the list of fields that are available in SAP CRMC_VIEWREG table. The primary key fields of the table are CLIENT (Client), VIEW_NAME (Name of Read View), OBJ_NR (Four-digit number), PARENT_REL (Relation Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| VIEW_NAME | Name of Read View | CRMT_VIEW_NAME | CRMC_GIL_APPVIEW | CHAR (30) |
| OBJ_NR | Four-digit number | NUM4 | NUMC (4) | |
| PARENT_REL | Relation Name | CRMT_RELATION_NAME | CHAR (40) | |
| CHILD_OBJ | External Name of Object | CRMT_EXT_OBJ_NAME | CHAR (30) | |
| PARENT_OBJ_NR | Four-digit number | NUM4 | NUMC (4) | |
| INACTIVE | Logical Variable, Similar To ABAP_BOOL from Type Pool ABAP | CRMT_GENIL_BOOLEAN | CHAR (1) |


