COCF_CU_SRTYPET

Transparent Table Customizing Table

Shift Report Type Description

COCF_CU_SRTYPET is an SAP database table in S/4HANA. Shift Report Type Description. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ShiftReportType view_entity from BASIC Shift Report Type

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY langu spras Language
KEY srtype cocf_sr_srtype Report Type
ktext cocf_sr_srtypet 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.

-- Shift Report Type Description
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE COCF_CU_SRTYPET (
    MANDT,   -- Client [mandt]
    LANGU,   -- Language [spras]
    SRTYPE,  -- Report Type [cocf_sr_srtype]
    KTEXT,   -- Description [cocf_sr_srtypet]
    PRIMARY KEY (MANDT, LANGU, SRTYPE)
);