ISLM_MODEL
Table for Models
ISLM_MODEL is an SAP database table in S/4HANA. Table for Models. It contains 13 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_ISLM2_LOCAL_TR | view_entity | left_outer | Local Models(with Def&Specification) | |
| P_ISLM2_TR_MODEL | view_entity | union | Local&Transportable Models(no Def&Spec) | |
| P_ISLM3_LOCAL_MODELS | view_entity | from | Local models |
Fields (13)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | guid | ISLM2_DE_UUID | GUID | |||
| name | ISLM2_DE_NAME | Name | ||||
| parent | ISLM2_DE_PARENT | Parent | ||||
| description | ISLM2_DE_MODEL_DESCRIPTION | Model Description | ||||
| model_type | ISLM_DE_MODEL_NATIVE_TYPE | Model Native Type | ||||
| adapter_id | ISLM_DE_ADAPTER_ID | Adapter ID | ||||
| native_model_type | ISLM_DE_MODEL_NATIVE_TYPE | Model Native Type | ||||
| creation_time | ISLM_DE_CREATIONDATE_UTC | Creation Date | ||||
| last_modification_time | ISLM_DE_LASTMODIFIED_UTC | Last Modified Date | ||||
| model_specification | ISLM2_DE_MODEL_CONTENT | Model content | ||||
| model_definition | ISLM2_DE_JSON | Serialized JSON | ||||
| devclass | DEVCLASS | Package |
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.
-- Table for Models
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ISLM_MODEL (
MANDT, -- Client [MANDT]
GUID, -- GUID [ISLM2_DE_UUID]
NAME, -- Name [ISLM2_DE_NAME]
PARENT, -- Parent [ISLM2_DE_PARENT]
DESCRIPTION, -- Model Description [ISLM2_DE_MODEL_DESCRIPTION]
MODEL_TYPE, -- Model Native Type [ISLM_DE_MODEL_NATIVE_TYPE]
ADAPTER_ID, -- Adapter ID [ISLM_DE_ADAPTER_ID]
NATIVE_MODEL_TYPE, -- Model Native Type [ISLM_DE_MODEL_NATIVE_TYPE]
CREATION_TIME, -- Creation Date [ISLM_DE_CREATIONDATE_UTC]
LAST_MODIFICATION_TIME, -- Last Modified Date [ISLM_DE_LASTMODIFIED_UTC]
MODEL_SPECIFICATION, -- Model content [ISLM2_DE_MODEL_CONTENT]
MODEL_DEFINITION, -- Serialized JSON [ISLM2_DE_JSON]
DEVCLASS, -- Package [DEVCLASS]
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