IIP_DOC_EVENT
IIP Document Event
IIP_DOC_EVENT is an SAP database table in S/4HANA. IIP Document Event. It contains 12 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_InboundDocumentEvent | view_entity | from | IIP Document Event Notification |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | doc_event_id | IIP_DOCUMENT_EVENTID | Event ID | |||
| document_id | IIP_DOCUMENT_ID | Document ID | ||||
| schema_regid | IIP_SCHEMA_REGID | Registration ID | ||||
| document_status | IIP_DOCUMENT_STATUS | Document Status | ||||
| event_status | IIP_DOCUMENT_EVENT_STATUS | Event Status | ||||
| latest_exec_number | IIP_LATEST_EXEC_NO | Latest Execution No | ||||
| retry_left | IIP_RETRY_LEFT | Retries Left | ||||
| islm_notification_id | ISLM_DE_NOTIF_REC_TSTMP_ID | Timestamp ID | ||||
| createdat | ABP_CREATION_TSTMPL | Created On | ||||
| lastchangedat | ABP_LASTCHANGE_TSTMPL | Changed On | ||||
| notification_type | ISLM_DE_NOTIF_TYPE | Notification Type |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- IIP Document Event
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE IIP_DOC_EVENT (
MANDT, -- Client [MANDT]
DOC_EVENT_ID, -- Event ID [IIP_DOCUMENT_EVENTID]
DOCUMENT_ID, -- Document ID [IIP_DOCUMENT_ID]
SCHEMA_REGID, -- Registration ID [IIP_SCHEMA_REGID]
DOCUMENT_STATUS, -- Document Status [IIP_DOCUMENT_STATUS]
EVENT_STATUS, -- Event Status [IIP_DOCUMENT_EVENT_STATUS]
LATEST_EXEC_NUMBER, -- Latest Execution No [IIP_LATEST_EXEC_NO]
RETRY_LEFT, -- Retries Left [IIP_RETRY_LEFT]
ISLM_NOTIFICATION_ID, -- Timestamp ID [ISLM_DE_NOTIF_REC_TSTMP_ID]
CREATEDAT, -- Created On [ABP_CREATION_TSTMPL]
LASTCHANGEDAT, -- Changed On [ABP_LASTCHANGE_TSTMPL]
NOTIFICATION_TYPE, -- Notification Type [ISLM_DE_NOTIF_TYPE]
PRIMARY KEY (MANDT, DOC_EVENT_ID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA