TIVBPSUBROLET

Transparent Table Customizing Table

Role Type (Text)

TIVBPSUBROLET is an SAP database table in S/4HANA. Role Type (Text). It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_REPartnerRoleTypeText view from BASIC Real Estate BP Role Type Text

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY spras SPRAS Language
KEY role REBPROLE BP Role
KEY subrole REBPSUBROLE Role type
xsubrole REBPXSUBROLE Role Type 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.

-- Role Type (Text)
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TIVBPSUBROLET (
    MANDT,     -- Client [MANDT]
    SPRAS,     -- Language [SPRAS]
    ROLE,      -- BP Role [REBPROLE]
    SUBROLE,   -- Role type [REBPSUBROLE]
    XSUBROLE,  -- Role Type Name [REBPXSUBROLE]
    PRIMARY KEY (MANDT, SPRAS, ROLE, SUBROLE)
);