EHDGMD_LPI

Transparent Table Application Table

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)

ViewTypeJoinVDMDescription
I_DngrsGdsLogsPackgInstrn view_entity from BASIC Dngrs Gds Logistics Packing Instruction

Fields (12)

KeyField Data ElementDescription DomainTypeLength
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)
);