R_SITN2OBJECTTEXT

CDS View

Situation Object - Text

R_SITN2OBJECTTEXT is a CDS View in S/4HANA. Situation Object - Text. It contains 4 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_Sitn2ObjectText view_entity from COMPOSITE Situation Object - Text
R_Sitn2InstceTrggrObjText view inner COMPOSITE Trigger Object Type - Text
R_Sitn2ObjectTextTP view from TRANSACTIONAL Situation Object - Text TP

Fields (4)

KeyField CDS FieldsUsed in Views
KEY Language Language 2
KEY SitnObjectID SitnObjectID 1
SitnObjectDescription SitnObjectDescription 1
SitnObjectName SitnObjectName,SitnTriggerObjectName 2

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 Object - Text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_SITN2OBJECTTEXT (
    LANGUAGE,
    SITNOBJECTID,
    SITNOBJECTDESCRIPTION,
    SITNOBJECTNAME,
    PRIMARY KEY (LANGUAGE, SITNOBJECTID)
);