I_LGLCNTNTMNOTES

CDS View

Notes for Legal Content Management

I_LGLCNTNTMNOTES is a CDS View in S/4HANA. Notes for Legal Content Management. It contains 10 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_LglCntntMNotesDet view from COMPOSITE Notes Details of Legal Content Mgmt.
I_LglCntntMNotesReplyCnt view from BASIC Reply Count of Notes
I_LglCntntMNotesThreadTime view from BASIC Thread Time of Notes

Fields (10)

KeyField CDS FieldsUsed in Views
LglCntntMChangedByUser LglCntntMChangedByUser 1
LglCntntMChangedUTCDateTime LglCntntMChangedUTCDateTime 1
LglCntntMCreatedByUser LglCntntMCreatedByUser 1
LglCntntMCreatedUTCDateTime LglCntntMCreatedUTCDateTime 1
LglCntntMObjectID LglCntntMObjectID 1
LglCntntMObjType LglCntntMObjType 1
LglCntntMObjUUID LglCntntMObjUUID 1
LglCntntMParentNoteUUID LglCntntMParentNoteUUID 1
LglCntntMStdNoteUUID LglCntntMStdNoteUUID 1
LglCntntMTopNoteUUID LglCntntMTopNoteUUID 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.

-- Notes for Legal Content Management
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_LGLCNTNTMNOTES (
    LGLCNTNTMCHANGEDBYUSER,
    LGLCNTNTMCHANGEDUTCDATETIME,
    LGLCNTNTMCREATEDBYUSER,
    LGLCNTNTMCREATEDUTCDATETIME,
    LGLCNTNTMOBJECTID,
    LGLCNTNTMOBJTYPE,
    LGLCNTNTMOBJUUID,
    LGLCNTNTMPARENTNOTEUUID,
    LGLCNTNTMSTDNOTEUUID,
    LGLCNTNTMTOPNOTEUUID
);