I_SEASONBASIC

CDS View

Season basic view

I_SEASONBASIC is a CDS View in S/4HANA. Season basic view. It contains 6 fields. 12 CDS views read from this table.

CDS Views using this table (12)

ViewTypeJoinVDMDescription
I_ManageSeasonBasic view_entity from COMPOSITE Season basic
I_ProductCollectionT view from BASIC Product Collection Text
I_ProductSeasons view left_outer BASIC Product Seasons
I_ProductSeasonsText view from BASIC Text View For Product Seasons
I_ProductSeasonsValidity view from BASIC Product Seasons Validity
I_ProductSeasonsYearComb view from BASIC Combined View For Season Year Value Help
I_ProductSeasonsYearComb view inner BASIC Combined View For Season Year Value Help
I_ProductSeasonsYearComb view union BASIC Combined View For Season Year Value Help
I_ProductSeasonYearVH view left_outer COMPOSITE Product Season Year Value Help
I_ProductTheme view from BASIC Product Theme
I_ProductThemeT view from BASIC Product Theme Text
I_SeasonMaster view from COMPOSITE Season master view

Fields (6)

KeyField CDS FieldsUsed in Views
KEY ProductCollection ProductCollection 1
KEY ProductSeason ProductSeason 1
KEY ProductSeasonYear ProductSeasonYear 1
KEY ProductTheme ProductTheme 1
ProductSeasonValidFrom ProductSeasonValidFrom 1
ProductSeasonValidTo ProductSeasonValidTo 1

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.

-- Season basic view
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SEASONBASIC (
    PRODUCTCOLLECTION,
    PRODUCTSEASON,
    PRODUCTSEASONYEAR,
    PRODUCTTHEME,
    PRODUCTSEASONVALIDFROM,
    PRODUCTSEASONVALIDTO,
    PRIMARY KEY (PRODUCTCOLLECTION, PRODUCTSEASON, PRODUCTSEASONYEAR, PRODUCTTHEME)
);