The CRMD_NF_HEADER table in SAP ERP or S/4HANA stores Notification Subscriptions – Header data. There are total 12 fields in CRMD_NF_HEADER table. The Notification Subscriptions – Header 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_HEADER 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_HEADER Table Fields
Following is the list of fields that are available in SAP CRMD_NF_HEADER 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) | |
| OBJECT_ID | Subscription ID | CRMT_NF_OBJECT_ID | CHAR (10) | |
| REF_OBJ_TYPE | Business Object Type for Notification Framework | CRMT_NF_REF_OBJECT_TYPE | TOJTB | CHAR (10) |
| DESCRIPTION | Subscription Description | CRMT_NF_PROCESS_DESCRIPTION | CHAR (40) | |
| CREATED_AT | Created At (Output in User Time Zone) | COMT_CREATED_AT_USR | DEC (15) | |
| CREATED_BY | User that Created the Transaction | CRMT_CREATED_BY | CHAR (12) | |
| CHANGED_AT | Changed At (Output in User Time Zone) | COMT_CHANGED_AT_USR | DEC (15) | |
| CHANGED_BY | Transaction Last Changed By | CRMT_CHANGED_BY | CHAR (12) | |
| VALID_FROM | Notification Framework Valid From | CRMT_NF_VALID_FROM | DATS (8) | |
| VALID_TO | Notification Framework Valid From | CRMT_NF_VALID_FROM | DATS (8) | |
| ACTIVE | Send Notifications on Change | CRMT_NF_ACTIVE | CHAR (1) |


