C_MatlDocOvwSeasonVH

DDL: C_MATLDOCOVWSEASONVH SQL: CSEASONVH Type: view CONSUMPTION

Help-View Season

C_MatlDocOvwSeasonVH is a Consumption CDS View that provides data about "Help-View Season" in SAP S/4HANA. It reads from 1 data source (F_Mmim_Matdoc) and exposes 4 fields with key fields ProductSeasonYear, ProductSeason, ProductCollection, ProductTheme.

Data Sources (1)

SourceAliasJoin Type
F_Mmim_Matdoc F_Mmim_Matdoc from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CSEASONVH view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Help-View Season view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
VDM.viewType #CONSUMPTION view
AbapCatalog.preserveKey true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ProductSeasonYear ProductSeasonYear Season Year
KEY ProductSeason ProductSeason Season
KEY ProductCollection ProductCollection Collection
KEY ProductTheme ProductTheme Theme

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_MatlDocOvwSeasonVH.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CSEASONVH

CREATE VIEW C_MatlDocOvwSeasonVH AS
SELECT
  ProductSeasonYear,
  ProductSeason,
  ProductCollection,
  ProductTheme
FROM F_Mmim_Matdoc
;