COTPLCLASS

Transparent Table System Table (SAP only)

Template environments

COTPLCLASS is an SAP database table in S/4HANA. Template environments. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ActivityBasedCostingEnvrmt view from BASIC Activity Based Costing Environment

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY class cotpl_class Environment
main_class flag Indicator
application cotpl_appl Template App.
default_line cotpl_linetype Row Type

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.

-- Template environments
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE COTPLCLASS (
    CLASS,         -- Environment [cotpl_class]
    MAIN_CLASS,    -- Indicator [flag]
    APPLICATION,   -- Template App. [cotpl_appl]
    DEFAULT_LINE,  -- Row Type [cotpl_linetype]
    PRIMARY KEY (CLASS)
);