TIVTMTERMTYPET

Transparent Table Control Table (SAP+Cust)

Clause Types (Text)

TIVTMTERMTYPET is an SAP database table in S/4HANA. Clause Types (Text). It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_RETermTypeText view_entity from BASIC Real Estate Term Type - Text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY spras SPRAS Language
KEY objtype RECAOBJTYPE Object Type
KEY termtype RETMTERMTYPE Term Category
xtermtype RETMXTERMTYPE Term Categ.Name

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.

-- Clause Types (Text)
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TIVTMTERMTYPET (
    SPRAS,      -- Language [SPRAS]
    OBJTYPE,    -- Object Type [RECAOBJTYPE]
    TERMTYPE,   -- Term Category [RETMTERMTYPE]
    XTERMTYPE,  -- Term Categ.Name [RETMXTERMTYPE]
    PRIMARY KEY (SPRAS, OBJTYPE, TERMTYPE)
);