DD02T

Transparent Table System Table (transport)

R/3-DD: Texte zu SAP-Tabellen

DD02T is an SAP database table in S/4HANA. R/3-DD: Texte zu SAP-Tabellen. It contains 5 fields. 12 CDS views read from this table.

CDS Views using this table (12)

ViewTypeJoinVDMDescription
dhamb_base_dp_table view_entity left_outer DI meta data browser: list of DDIC tables
DHBAS_ExtractionEnabledObj view_entity left_outer Extraction Enabled Objects
FndEI_C_CcdrTableWithStatus view inner Display list of CCDR tables with status
FndEI_C_TableAndTableFieldInfo view inner External info of Tables and TableFields
I_ChangeDocTable view from BASIC Tabellen für Änderungsbelegobjekt
I_ChangeDocTableNames view from BASIC Text für Tabellen
I_ChangeLogDatabaseTableText view from BASIC Change Log Database Table Text
I_CustomizingObjectTexts view left_outer Customizing Object Texts
I_EDocDatabaseTableText view_entity from BASIC eDocument Database Table Name - Text
I_RAChangeDocTableName view from BASIC RA Change Doc Table Name
V_PaytFrmtParamStruct view left_outer Payment Format Parameter Structure
ViewProvisioningDPPTables view inner Get All tables for blacklisting

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY tabname tabname Table Name
KEY ddlanguage ddlanguage Lang.
KEY as4local as4local Activation State
KEY as4vers as4vers Version
ddtext as4text Short Description

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.

-- R/3-DD: Texte zu SAP-Tabellen
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DD02T (
    TABNAME,     -- Table Name [tabname]
    DDLANGUAGE,  -- Lang. [ddlanguage]
    AS4LOCAL,    -- Activation State [as4local]
    AS4VERS,     -- Version [as4vers]
    DDTEXT,      -- Short Description [as4text]
    PRIMARY KEY (TABNAME, DDLANGUAGE, AS4LOCAL, AS4VERS)
);