The CRMC_DESTINATION table in SAP ERP or S/4HANA stores Destination table for rule base routing data. There are total 3 fields in CRMC_DESTINATION table. The Destination table for rule base routing 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_DESTINATION table. It is in CRM Business Routing Scenarios (CRMCIC_ROUTING) ABAP package and is part of the Business Routings (CRM-CIC-BRT) module.
SAP CRMC_DESTINATION Table Fields
Following is the list of fields that are available in SAP CRMC_DESTINATION table. The primary key fields of Destination table for rule base routing table in SAP are DEST_ID (Destination ID for Business Routing).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| DEST_ID | Destination ID for Business Routing | RBR_DESTID | CHAR (32) | |
| DESTINATION | Destination ID for Business Routing | RBR_DESTINATION | CHAR (3) | |
| DEST_DESCRIPTION | Business Routing: Destination | RBR_DEST_DESCRIPTION | CHAR (50) |


