ISLM_TASK
Task storage
ISLM_TASK is an SAP database table in S/4HANA. Task storage. It contains 11 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_ISLM3_TASK_ENTITY_D | view_entity | from | Task entity details |
Fields (11)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | guid | islm_de_task_guid | ||||
| task | islm2_de_json | Serialized JSON | ||||
| predictive_scenario | islm2_de_uuid | GUID | ||||
| creation_time | islm_de_creationdate_utc | Creation Date | ||||
| last_modification_time | islm_de_lastmodified_utc | Last Modified Date | ||||
| mv_guid | islm2_de_uuid | GUID | ||||
| task_type | islm2_de_task_type | Task Type | ||||
| status | islm2_de_task_status | Task Status | ||||
| ref_entity_id | islm_de_ref_entity_id | Reference Entity ID | ||||
| ref_entity_type | islm_de_ref_entity_type | Reference EntityType |
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.
-- Task storage
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ISLM_TASK (
MANDT, -- Client [mandt]
GUID, -- islm_de_task_guid
TASK, -- Serialized JSON [islm2_de_json]
PREDICTIVE_SCENARIO, -- GUID [islm2_de_uuid]
CREATION_TIME, -- Creation Date [islm_de_creationdate_utc]
LAST_MODIFICATION_TIME, -- Last Modified Date [islm_de_lastmodified_utc]
MV_GUID, -- GUID [islm2_de_uuid]
TASK_TYPE, -- Task Type [islm2_de_task_type]
STATUS, -- Task Status [islm2_de_task_status]
REF_ENTITY_ID, -- Reference Entity ID [islm_de_ref_entity_id]
REF_ENTITY_TYPE, -- Reference EntityType [islm_de_ref_entity_type]
PRIMARY KEY (MANDT, GUID)
);
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