The CHIP_PFCG_MAP table in SAP ERP or S/4HANA stores Assignment of Page to PFCG Menu Entry data. There are total 8 fields in CHIP_PFCG_MAP table. The Assignment of Page to PFCG Menu Entry 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 CHIP_PFCG_MAP table. It is in Web Dynpro ABAP: CCP PFCG Integration (SWDP_CCP_WD_PFCG_UI) ABAP package and is part of the WD ABAP Page Builder (BC-WD-ABA-PB) module.
SAP CHIP_PFCG_MAP Table Fields
Following is the list of fields that are available in SAP CHIP_PFCG_MAP table. The primary key fields of the table are MANDT (Client), AGR_NAME (Role Name), OBJECT_ID (Counter for Menu ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| AGR_NAME | Role Name | AGR_NAME | AGR_DEFINE | CHAR (30) |
| OBJECT_ID | Counter for Menu ID | MENU_NUM_8 | NUMC (8) | |
| CONFIG_ID | Configuration Identification | WDY_CONFIG_ID | CHAR (32) | |
| CONFIG_TYPE | Type of Web Dynpro Configuration | WDY_CONFIG_TYPE | NUMC (2) | |
| CONFIG_VAR | Web Dynpro: Configuration of Additional Variant | WDY_CONFIG_VAR | CHAR (6) | |
| PERS_SCOPE | Web Dynpro: Personalization Range | WDR_PERS_SCOPE | INT1 (3) | |
| TO_BE_DELETED | Replacement for Real Boolean Type: ‘X’ == True ” == False | WDY_BOOLEAN | CHAR (1) |


