The CRMC_VIEWGRP table in SAP ERP or S/4HANA stores Tab Selection data. There are total 4 fields in CRMC_VIEWGRP table. The Tab Selection 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_VIEWGRP table. It is in Controller Implementation: Blueprint (CRM_BSP_FRAME_SC_BLUEPRINT) ABAP package and is part of the People Centric UI Framework Customizing (CA-GTF-PCF-CUS) module.
SAP CRMC_VIEWGRP Table Fields
Following is the list of fields that are available in SAP CRMC_VIEWGRP table. The primary key fields of the table are VIEWGROUP (View Switch Group), BLVIEW (View for UI Display), SEQUENCE (Order).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| VIEWGROUP | View Switch Group | CRMT_BSP_VIEWGRP | CRMC_VIEWGRE | CHAR (10) |
| BLVIEW | View for UI Display | CRMT_BSP_BLVIEW | CRMC_BL_VIEW | CHAR (10) |
| SEQUENCE | Order | CRMT_BSP_SEQUENCE | NUMC (2) | |
| EVENT | Event | CRMT_BSP_EVENT | CRMC_BSP_EVENT | CHAR (20) |


