C_SeasonAssignedDownload
Seasons Product
C_SeasonAssignedDownload is a Consumption CDS View that provides data about "Seasons Product" in SAP S/4HANA. It reads from 1 data source (I_SeasonProduct) and exposes 16 fields with key fields Product, ProductSeasonYear, ProductSeason, ProductCollection, ProductTheme. It has 1 association to related views. It is exposed through 2 OData services (ASQL_F7465, UI_MANAGESEASON). Part of development package RFM_SEASON_RAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SeasonProduct | SeasonProduct | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | C_ProductBasicInfo | _ProductInfo | $projection.Product = _ProductInfo.Product |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Seasons Product | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| ASQL_F7465 | ASQL_F7465 | C2 | NOT_RELEASED | |
| UI_MANAGESEASON | UI_MANAGESEASONS | V2 | C1 | NOT_RELEASED |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Product | product | Product | Product Sold |
| KEY | ProductSeasonYear | I_SeasonProduct | ProductSeasonYear | Season Year |
| KEY | ProductSeason | I_SeasonProduct | ProductSeason | Season |
| KEY | ProductCollection | I_SeasonProduct | ProductCollection | Collection |
| KEY | ProductTheme | I_SeasonProduct | ProductTheme | Theme |
| ProductDescription | ||||
| ProductCharacteristic1 | product | ProductCharacteristic1 | Product Characteristic 1 | |
| ProductCharacteristic1Desc | ||||
| ProductCharacteristic2 | product | ProductCharacteristic2 | Product Characteristic 2 | |
| ProductCharacteristic2Desc | ||||
| ProductCharacteristic3 | product | ProductCharacteristic3 | Product Characteristic 3 | |
| ProductCharacteristic3Desc | ||||
| ProductCategory | product | ProductCategory | Prod Category | |
| ProductCategoryName | ||||
| ProductSeasonInternalUUID | I_SeasonProduct | ProductSeasonInternalUUID | Sea Int. Identifier | |
| _ProductInfo | _ProductInfo |
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_SeasonAssignedDownload.
-- 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.
CREATE VIEW C_SeasonAssignedDownload AS
SELECT
product.Product AS Product,
SeasonProduct.ProductSeasonYear AS ProductSeasonYear,
SeasonProduct.ProductSeason AS ProductSeason,
SeasonProduct.ProductCollection AS ProductCollection,
SeasonProduct.ProductTheme AS ProductTheme,
product._Text[1: Language=$session.system_language].ProductName AS ProductDescription,
product.ProductCharacteristic1 AS ProductCharacteristic1,
product._RetProdCharc1Text[1: Language=$session.system_language].RetailCharacteristicValueDesc AS ProductCharacteristic1Desc,
product.ProductCharacteristic2 AS ProductCharacteristic2,
product._RetProdCharc2Text[1: Language=$session.system_language].RetailCharacteristicValueDesc AS ProductCharacteristic2Desc,
product.ProductCharacteristic3 AS ProductCharacteristic3,
product._RetProdCharc3Text[1: Language=$session.system_language].RetailCharacteristicValueDesc AS ProductCharacteristic3Desc,
product.ProductCategory AS ProductCategory,
product._ProductCategory._Text[1: Language=$session.system_language].Name AS ProductCategoryName,
SeasonProduct.ProductSeasonInternalUUID AS ProductSeasonInternalUUID
FROM I_SeasonProduct AS SeasonProduct
LEFT OUTER JOIN C_ProductBasicInfo AS _ProductInfo ON Product = _ProductInfo.Product -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA