DD02T

Transparent Table System Table (transport)

SAP DD: SAP Table Texts

DD02T is an SAP database table in S/4HANA. SAP DD: SAP Table Texts. It contains 5 fields. 16 CDS views read from this table.

CDS Views using this table (16)

ViewTypeJoinVDMDescription
dhadm_cds_all_ddic_obj view_entity left_outer All Tables, Views and Data Definitions
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_AppObjectKeyStructure view_entity left_outer I View for App Object Key Structure
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_IMGActivityTables view_entity left_outer Tables associated with IMG Activities
I_RAChangeDocTableName view_entity from BASIC RA Change Doc Table Name
V_PaytFrmtParamStruct view left_outer Payment Format Parameter Structure
ViewProvisioningDPPTables view inner Get All tables for blacklisting
ViewReplGetDppTables view inner Get All Blacklisted Tables

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.

-- SAP DD: SAP Table Texts
-- 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)
);