I_LGLCNTNTMINTEGLINKDOBJ

CDS View

LCM Integration Linked Object

I_LGLCNTNTMINTEGLINKDOBJ is a CDS View in S/4HANA. LCM Integration Linked Object. It contains 5 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_LegalDocumentIntegFacet view inner CONSUMPTION Legal Document Integration Facet
C_LegalTransactionIntegFacet view inner CONSUMPTION Legal Transaction Integration Facet

Fields (5)

KeyField CDS FieldsUsed in Views
KEY LegalTransactionLinkdObjUUID LegalTransactionLinkdObjUUID 1
LegalTransactionIsTriggerObj LegalTransactionIsTriggerObj 1
LegalTransactionUUID LegalTransactionUUID 1
LglCntntMIntegrationLink LglCntntMIntegrationLink 1
LglCntntMLinkdObj LglCntntMLinkdObj 1

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.

-- LCM Integration Linked Object
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_LGLCNTNTMINTEGLINKDOBJ (
    LEGALTRANSACTIONLINKDOBJUUID,
    LEGALTRANSACTIONISTRIGGEROBJ,
    LEGALTRANSACTIONUUID,
    LGLCNTNTMINTEGRATIONLINK,
    LGLCNTNTMLINKDOBJ,
    PRIMARY KEY (LEGALTRANSACTIONLINKDOBJUUID)
);