The CRMC_INBOX_DUE table in SAP ERP or S/4HANA stores Advance Warning for Due Date data. There are total 5 fields in CRMC_INBOX_DUE table. The Advance Warning for Due Date 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_INBOX_DUE table. It is in Agent’s Universal Inbox: Interim Level UI – BOL (CRM_IC_APPL_INBOX) ABAP package and is part of the Agent Inbox (CRM-IC-UNI) module.
SAP CRMC_INBOX_DUE Table Fields
Following is the list of fields that are available in SAP CRMC_INBOX_DUE table. The primary key fields of the table are CLIENT (Client), ITEM_TYPE (Inbox Item Type Attribute Mapping), TIMEPROFILE (Name of Date Profile), APPT_TYPE (Technical Date Type Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| ITEM_TYPE | Inbox Item Type Attribute Mapping | CRMT_AUI_MAP_ITEM_TYPE | CRMC_AUI_ITEMTYP | CHAR (20) |
| TIMEPROFILE | Name of Date Profile | TIMECONT | TIMEPF | CHAR (12) |
| APPT_TYPE | Technical Date Type Name | SC_APPTTYP | SCAPPTTYPE | CHAR (12) |
| DUE_HOURS | Advance Warning for Due Date in Hours | CRMT_ADVANCE_DUE | INT1 (3) |


