TIMECUUTT

Transparent Table Control Table (SAP+Cust)

Texte zur Zeiteinheit

TIMECUUTT is an SAP database table in S/4HANA. Texte zur Zeiteinheit. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SrvcDocDurationUnitText view from BASIC Service Transaction Duration Unit - Text

Fields (6)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY unit_name timeunitna Time Unit
KEY langu spras Language
text timeunitt Singular
text_pl timeunittp Plural
abbrev timeunitav Abbreviation

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.

-- Texte zur Zeiteinheit
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TIMECUUTT (
    CLIENT,     -- Client [mandt]
    UNIT_NAME,  -- Time Unit [timeunitna]
    LANGU,      -- Language [spras]
    TEXT,       -- Singular [timeunitt]
    TEXT_PL,    -- Plural [timeunittp]
    ABBREV,     -- Abbreviation [timeunitav]
    PRIMARY KEY (CLIENT, UNIT_NAME, LANGU)
);