I_SITNDEFTEMPLATEACTIONTEXT

CDS View

Situation Template Action - Text

I_SITNDEFTEMPLATEACTIONTEXT is a CDS View in S/4HANA. Situation Template Action - Text. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_SitnDefTemplateActionText view from COMPOSITE Situation Action for Sitn Tmpl - Text

Fields (4)

KeyField CDS FieldsUsed in Views
KEY LanguageISOCode Language 1
KEY SitnActionID SitnActionID 1
SitnActionDescription SitnActionDescription 1
SitnActionName SitnActionName 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.

-- Situation Template Action - Text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SITNDEFTEMPLATEACTIONTEXT (
    LANGUAGEISOCODE,
    SITNACTIONID,
    SITNACTIONDESCRIPTION,
    SITNACTIONNAME,
    PRIMARY KEY (LANGUAGEISOCODE, SITNACTIONID)
);