_DEFINITION

_DEFINITION is an SAP database table in S/4HANA. It contains 12 fields.

Fields (12)

KeyField CDS FieldsUsed in Views
KEY SitnDefAnchorObject SitnDefAnchorObject 5
LastChangeDateTime LastChangeDateTime 1
MobileUserApplication MobileUserApplication 1
SitnAnchorObjectID SitnAnchorObjectID 1
SitnAnchorObjStrucID SitnAnchorObjStrucID 1
SitnBaseTemplateType SitnBaseTemplateType 1
SitnDefAnchorObjectView SitnDefAnchorObjectView 2
SitnDefIsEnabled SitnDefIsEnabled 1
SitnDefPageVariantIsEnabled SitnDefPageVariantIsEnabled 1
SitnDefRank SitnDefRank 1
SitnDefTemplateID SitnDefTemplateID 4
SitnTriggerAccmlnIsEnabled SitnTriggerAccmlnIsEnabled 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _DEFINITION (
    SITNDEFANCHOROBJECT,
    LASTCHANGEDATETIME,
    MOBILEUSERAPPLICATION,
    SITNANCHOROBJECTID,
    SITNANCHOROBJSTRUCID,
    SITNBASETEMPLATETYPE,
    SITNDEFANCHOROBJECTVIEW,
    SITNDEFISENABLED,
    SITNDEFPAGEVARIANTISENABLED,
    SITNDEFRANK,
    SITNDEFTEMPLATEID,
    SITNTRIGGERACCMLNISENABLED,
    PRIMARY KEY (SITNDEFANCHOROBJECT)
);