The CRMC_TIERLEVEL table in SAP ERP or S/4HANA stores Loyalty Mgmt Tier Level Table data. There are total 8 fields in CRMC_TIERLEVEL table. The Loyalty Mgmt Tier Level Table 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_TIERLEVEL table. It is in CRM Marketing: Loyalty Program Backend (CRM_MKTPL_LOY) ABAP package and is part of the Loyalty Marketing (CRM-MKT-MPL-LOY) module.
SAP CRMC_TIERLEVEL Table Fields
Following is the list of fields that are available in SAP CRMC_TIERLEVEL table. The primary key fields of the table are CLIENT (Client), TIER_LEVEL_CODE (ID of Tier), TIER_GROUP (ID of Tier Group), TIER_PROFLILE_ID (ID of Tier Profile), CAMP_TYPE (Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| TIER_LEVEL_CODE | ID of Tier | CRMT_MKTPL_LOY_TIERLEVEL_CODE | CHAR (10) | |
| TIER_GROUP | ID of Tier Group | CRMT_MKTPL_LOY_TIERGRP_CODE | CRMC_TIERGROUP | CHAR (10) |
| TIER_PROFLILE_ID | ID of Tier Profile | CRM_MKTPL_LOY_TIER_PROFILE_ID | CRMC_TIERGROUP | CHAR (10) |
| CAMP_TYPE | Type | CRM_MKTPL_CAMPTYPE | CRMC_TIERGROUP | CHAR (4) |
| SEQUENCE | Tier Sequence | CRMT_MKTPL_LOY_TIER_SEQUENCE | NUMC (5) | |
| EXPIRE_PROC_ID | ID of Date Calculation Procedure | CRM_MKTPL_LOY_DATE_RULE_CODE | CRMC_LOY_DTRUL | CHAR (10) |
| STATUS | Status of Tier | CRMT_MKTPL_LOY_TIER_STATUS | CHAR (10) |


