The CRMC_EMBEDSCRTYP table in SAP ERP or S/4HANA stores Embedded Screen Element Type data. There are total 3 fields in CRMC_EMBEDSCRTYP table. The Embedded Screen Element Type 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_EMBEDSCRTYP table. It is in Controller Implementation: Generic Framework (CRM_BSP_FRAME_GENERIC) ABAP package and is part of the People Centric UI Framework (CA-GTF-PCF) module.
SAP CRMC_EMBEDSCRTYP Table Fields
Following is the list of fields that are available in SAP CRMC_EMBEDSCRTYP table. The primary key fields of Embedded Screen Element Type table in SAP are SCREENTYPE (Screen Element Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| SCREENTYPE | Screen Element Type | CRMT_BSP_SCRTYPE | CRMC_BL_SCRTYP | CHAR (4) |
| EMBEDDED_SCRTYP | Embedded Screen Element Type | CRMT_BSP_EMBEDDED_SCRTYPE | CRMC_BL_SCRTYP | CHAR (4) |
| HAS_TOOLBAR | Controller Has Toolbar | CRMT_BSP_HAS_TOOLBAR | CHAR (1) |


