EHDGMD_LPI
DG Logistics Packing Instruction
EHDGMD_LPI is an SAP database table in S/4HANA. DG Logistics Packing Instruction. It contains 12 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_DngrsGdsLogsPackgInstrn | view_entity | from | BASIC | Dngrs Gds Logistics Packing Instruction |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | dngrsgdslogspackginstrnuuid | EHDGM_LPI_UUID | DG Logistics Packing Instruction | |||
| chmlcmplncinfouuid | EHFND_CCI_UUID | Chemical Compliance Information | ||||
| chmlcmplncinfotype | EHFND_CCI_TYPE | Type of Chemical Compliance Information | ||||
| packinginstructionsystemuuid | EHDGM_PI_NUMBER | Packing Instruction | ||||
| packinginstructionitemsystuuid | EHDGM_PI_COMPONENT | Packing Instructi Cm | ||||
| product | EHFND_PRODUCT_IN_PROD_MASTER | Product in Product Master | ||||
| loadcarrier | EHDGM_LOGS_LOAD_CARRIER | Load Carrier | ||||
| creationutcdatetime | ABP_CREATION_TSTMPL | Created On | ||||
| createdbyuser | ABP_CREATION_USER | Created By | ||||
| lastchangeutcdatetime | ABP_LASTCHANGE_TSTMPL | Changed On | ||||
| lastchangedbyuser | ABP_LASTCHANGE_USER | Changed By |
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.
-- DG Logistics Packing Instruction
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EHDGMD_LPI (
CLIENT, -- Client [MANDT]
DNGRSGDSLOGSPACKGINSTRNUUID, -- DG Logistics Packing Instruction [EHDGM_LPI_UUID]
CHMLCMPLNCINFOUUID, -- Chemical Compliance Information [EHFND_CCI_UUID]
CHMLCMPLNCINFOTYPE, -- Type of Chemical Compliance Information [EHFND_CCI_TYPE]
PACKINGINSTRUCTIONSYSTEMUUID, -- Packing Instruction [EHDGM_PI_NUMBER]
PACKINGINSTRUCTIONITEMSYSTUUID, -- Packing Instructi Cm [EHDGM_PI_COMPONENT]
PRODUCT, -- Product in Product Master [EHFND_PRODUCT_IN_PROD_MASTER]
LOADCARRIER, -- Load Carrier [EHDGM_LOGS_LOAD_CARRIER]
CREATIONUTCDATETIME, -- Created On [ABP_CREATION_TSTMPL]
CREATEDBYUSER, -- Created By [ABP_CREATION_USER]
LASTCHANGEUTCDATETIME, -- Changed On [ABP_LASTCHANGE_TSTMPL]
LASTCHANGEDBYUSER, -- Changed By [ABP_LASTCHANGE_USER]
PRIMARY KEY (CLIENT, DNGRSGDSLOGSPACKGINSTRNUUID)
);
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