DMS_LODESC_CD1

Transparent Table Application Table

DVS: LOIO-Descirption of the main original (conv. document)

DMS_LODESC_CD1 is an SAP database table in S/4HANA. DVS: LOIO-Descirption of the main original (conv. document). It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_DocumentInfoRecordLgclDocID view from BASIC DIR file description and language

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY langu spras Language
KEY loio_id sdok_loid Log. document
lo_class sdok_locl LOIO class
descript sdok_descr Description

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.

-- DVS: LOIO-Descirption of the main original (conv. document)
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DMS_LODESC_CD1 (
    MANDT,     -- Client [mandt]
    LANGU,     -- Language [spras]
    LOIO_ID,   -- Log. document [sdok_loid]
    LO_CLASS,  -- LOIO class [sdok_locl]
    DESCRIPT,  -- Description [sdok_descr]
    PRIMARY KEY (MANDT, LANGU, LOIO_ID)
);