The CRMD_NF_CHANNELS table in SAP ERP or S/4HANA stores Notification Channels and Outputs data. There are total 5 fields in CRMD_NF_CHANNELS table. The Notification Channels and Outputs 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 CRMD_NF_CHANNELS table. It is in Core classes for notification framework (CRM_NOTIF_FRAMEWORK_CORE) ABAP package and is part of the Basic Functions for Business Transactions (CRM-BTX-BF) module.
SAP CRMD_NF_CHANNELS Table Fields
Following is the list of fields that are available in SAP CRMD_NF_CHANNELS table. The primary key fields of the table are CLIENT (Client), GUID (GUID of a CRM Order Object).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT (3) |
| GUID | GUID of a CRM Order Object | CRMT_OBJECT_GUID | RAW (16) | |
| HEADER_GUID | GUID of a CRM Order Object | CRMT_OBJECT_GUID | CRMD_NF_HEADER | RAW (16) |
| CHANNEL_TYPE | Notification Subscriptions Output Channel Type | CRMT_NF_CHANNEL_TYPE | CRMC_NF_CHN_TYPE | CHAR (10) |
| OUTPUT_KEY | Notification Framework Channel Output Key | CRMT_NF_OUTPUT_KEY | CHAR (255) |


