ISLM_DM_PCKT_ITM
Data Management - Packet Item
ISLM_DM_PCKT_ITM is an SAP database table in S/4HANA. Data Management - Packet Item. It contains 21 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ISLM_P_DM_PCKT_ITM | view_entity | from | DM enabled data upload packet item |
Fields (21)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | guid | ISLM2_DE_UUID | GUID | |||
| parent | ISLM2_DE_PARENT | Parent | ||||
| folder_name | ISLM_DE_FOLDER_NAME | Folder name | ||||
| file_name | ISLM_DE_FILE_NAME | File name | ||||
| total_records | ISLM_DE_TOTAL_COUNT | Total count | ||||
| file_size | ISLM_DE_FILE_SIZE | File Size | ||||
| status | ISLM_DE_UPL_STATUS | Upload Status | ||||
| file_type | ISLM_DE_FILE_TYPE | File Type | ||||
| type | BAPI_MTYPE | Message type | ||||
| id | SYMSGID | Message Class | ||||
| msg_number | SYMSGNO | Message Number | ||||
| message | BAPI_MSG | Message Text | ||||
| message_v1 | SYMSGV | Message Variable | ||||
| message_v2 | SYMSGV | Message Variable | ||||
| message_v3 | SYMSGV | Message Variable | ||||
| message_v4 | SYMSGV | Message Variable | ||||
| created_by | ISLM_DE_CRUSER | Created by | ||||
| created_at | ISLM_DE_CREATIONDATE_UTC | Creation Date | ||||
| changed_by | ISLM_DE_CHUSER | Changed By | ||||
| changed_at | ISLM_DE_LASTMODIFIED_UTC | Last Modified Date |
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.
-- Data Management - Packet Item
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ISLM_DM_PCKT_ITM (
MANDT, -- Client [MANDT]
GUID, -- GUID [ISLM2_DE_UUID]
PARENT, -- Parent [ISLM2_DE_PARENT]
FOLDER_NAME, -- Folder name [ISLM_DE_FOLDER_NAME]
FILE_NAME, -- File name [ISLM_DE_FILE_NAME]
TOTAL_RECORDS, -- Total count [ISLM_DE_TOTAL_COUNT]
FILE_SIZE, -- File Size [ISLM_DE_FILE_SIZE]
STATUS, -- Upload Status [ISLM_DE_UPL_STATUS]
FILE_TYPE, -- File Type [ISLM_DE_FILE_TYPE]
TYPE, -- Message type [BAPI_MTYPE]
ID, -- Message Class [SYMSGID]
MSG_NUMBER, -- Message Number [SYMSGNO]
MESSAGE, -- Message Text [BAPI_MSG]
MESSAGE_V1, -- Message Variable [SYMSGV]
MESSAGE_V2, -- Message Variable [SYMSGV]
MESSAGE_V3, -- Message Variable [SYMSGV]
MESSAGE_V4, -- Message Variable [SYMSGV]
CREATED_BY, -- Created by [ISLM_DE_CRUSER]
CREATED_AT, -- Creation Date [ISLM_DE_CREATIONDATE_UTC]
CHANGED_BY, -- Changed By [ISLM_DE_CHUSER]
CHANGED_AT, -- Last Modified Date [ISLM_DE_LASTMODIFIED_UTC]
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