The CRMC_CON_PHASE_T table in SAP ERP or S/4HANA stores Controlling phase texts data. There are total 5 fields in CRMC_CON_PHASE_T table. The Controlling phase texts 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_CON_PHASE_T table. It is in CRM Phases (CRM_PHASE) ABAP package and is part of the Opportunities (CRM-BTX-OPP) module.
SAP CRMC_CON_PHASE_T Table Fields
Following is the list of fields that are available in SAP CRMC_CON_PHASE_T table. The primary key fields of Controlling phase texts table in SAP are CLIENT (Client), LANGU (Language Key of Description), CONTROL_PHASE (Analysis Stage).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| LANGU | Language Key of Description | CRMT_LANGUAGE | T002 | LANG (1) |
| CONTROL_PHASE | Analysis Stage | CRMT_CON_PHASE | CRMC_CON_PHASE | CHAR (3) |
| DESCRIPTION | Description | CRMT_DESCRIPTION | CHAR (40) | |
| DESCRIPTION_20 | Description (20 Characters) | CRMT_DESCRIPTION_20 | CHAR (20) |


