SCAL_TT_YEAR

Transparent Table System Table (SAP only)

Year

SCAL_TT_YEAR is an SAP database table in S/4HANA. Year. It contains 3 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_CalendarYear view from BASIC Year
I_SettlementYearVH view from BASIC Basic layer for Settlement Year Val Help
I_YearMonth view inner BASIC Year Month

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY calendaryear calendaryear Calendar Year
isleapyear isleapyear Is Leap Year
numberofdays numberofdays Number of Days

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.

-- Year
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SCAL_TT_YEAR (
    CALENDARYEAR,  -- Calendar Year [calendaryear]
    ISLEAPYEAR,    -- Is Leap Year [isleapyear]
    NUMBEROFDAYS,  -- Number of Days [numberofdays]
    PRIMARY KEY (CALENDARYEAR)
);