The CRMC_APPL_ALIAS table in SAP ERP or S/4HANA stores Mapping – Old Application -> New Application data. There are total 2 fields in CRMC_APPL_ALIAS table. The Mapping – Old Application -> New Application 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_APPL_ALIAS table. It is in Controller Implementation: Blueprint (CRM_BSP_FRAME_SC_BLUEPRINT) ABAP package and is part of the People Centric UI Framework Customizing (CA-GTF-PCF-CUS) module.
SAP CRMC_APPL_ALIAS Table Fields
Following is the list of fields that are available in SAP CRMC_APPL_ALIAS table. The primary key fields of Mapping – Old Application -> New Application table in SAP are OLD_APPL (Application Scenario).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OLD_APPL | Application Scenario | CRMT_BSP_APPL_OLD | * | CHAR (20) |
| NEW_APPL | Application Scenario | CRMT_BSP_APPL_NEW | CRMC_BL_APPL | CHAR (20) |


