ILM_NOTIF_DATA
ILM Notification data
ILM_NOTIF_DATA is an SAP database table in S/4HANA. ILM Notification data. It contains 12 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ILMDataPrivacyNotification | view | inner | COMPOSITE | ILM DPP Notifications: Extraction to BW |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | guid | sysuuid_c | UUID | |||
| KEY | ilm_object | lrm_object_type | ILM Object | |||
| notif_tmstmp | tzntstmpl | Time Stamp | ||||
| notif_mode | ilme_notif_mode | Notification Mode | ||||
| archive_key | arkey | Archive File | ||||
| lh_guid | sysuuid_c | UUID | ||||
| blocking_date | timestamp | Time Stamp | ||||
| expiration_date | timestamp | Time Stamp | ||||
| archive_key_status | admi_guilt | Invalid session | ||||
| content | abap.rawstring | OBSOLETE | ||||
| migration_status | ilm_migration_status | Migration Status |
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.
-- ILM Notification data
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ILM_NOTIF_DATA (
MANDT, -- Client [mandt]
GUID, -- UUID [sysuuid_c]
ILM_OBJECT, -- ILM Object [lrm_object_type]
NOTIF_TMSTMP, -- Time Stamp [tzntstmpl]
NOTIF_MODE, -- Notification Mode [ilme_notif_mode]
ARCHIVE_KEY, -- Archive File [arkey]
LH_GUID, -- UUID [sysuuid_c]
BLOCKING_DATE, -- Time Stamp [timestamp]
EXPIRATION_DATE, -- Time Stamp [timestamp]
ARCHIVE_KEY_STATUS, -- Invalid session [admi_guilt]
CONTENT, -- OBSOLETE [abap.rawstring]
MIGRATION_STATUS, -- Migration Status [ilm_migration_status]
PRIMARY KEY (MANDT, GUID, ILM_OBJECT)
);
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