The CGPL_FIELD_MAP table in SAP ERP or S/4HANA stores Mapping of MSP field to cProjects field data. There are total 7 fields in CGPL_FIELD_MAP table. The Mapping of MSP field to cProjects field 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 CGPL_FIELD_MAP table. It is in Project Planning – Interface for MS Project (CGPL_EXTERNAL_INTERFACE) ABAP package and is part of the Generic Project Planning (CA-GTF-GPL) module.
SAP CGPL_FIELD_MAP Table Fields
Following is the list of fields that are available in SAP CGPL_FIELD_MAP table. The primary key fields of the table are CLIENT (Client), OP_MODE (Single-Character Flag), MS_FIELD (30 Characters).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| OP_MODE | Single-Character Flag | CHAR1 | CHAR (1) | |
| MS_FIELD | 30 Characters | CHAR30 | CHAR (30) | |
| APPL_MAIN_OBJECT | Char 15 | CHAR15 | CHAR (15) | |
| APPL_SUB_OBJECT | Char 15 | CHAR15 | CHAR (15) | |
| APPL_FIELD | 30 Characters | CHAR30 | CHAR (30) | |
| RULE_ID | 4 Byte Signed Integer | INT4 | INT4 (10) |


