The CRMC_USR_CNTXT table in SAP ERP or S/4HANA stores Context for CRM Portal Users data. There are total 7 fields in CRMC_USR_CNTXT table. The Context for CRM Portal Users 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_USR_CNTXT table. It is in URL Generation (CRM_BSP_URL_GENERATION) ABAP package and is part of the People Centric UI Framework (CA-GTF-PCF) module.
SAP CRMC_USR_CNTXT Table Fields
Following is the list of fields that are available in SAP CRMC_USR_CNTXT table. The primary key fields of the table are CLIENT (Client), USERNAME (User Name in User Master Record), OBJECTTYPE (Object Type for Navigation), CNTXT_LABEL (Text (20 Characters)), CNTXT_SUBLABEL (Text (20 Characters)), CNTXT_KEY (Text, 40 Characters Long).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| USERNAME | User Name in User Master Record | XUBNAME | USR02 | CHAR (12) |
| OBJECTTYPE | Object Type for Navigation | CRMT_PRT_OTYPE | * | CHAR (20) |
| CNTXT_LABEL | Text (20 Characters) | TEXT20 | CHAR (20) | |
| CNTXT_SUBLABEL | Text (20 Characters) | TEXT20 | CHAR (20) | |
| CNTXT_KEY | Text, 40 Characters Long | TEXT40 | CHAR (40) | |
| CNTXT_VALUE | Text, 255 Characters | TEXT255 | CHAR (255) |


