C_ProductObjPgSite
Product Object Page - Site
C_ProductObjPgSite is a Consumption CDS View that provides data about "Product Object Page - Site" in SAP S/4HANA. It reads from 1 data source (I_ProductPlant) and exposes 18 fields with key fields Product, Site. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProductPlant | I_ProductPlant | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | C_ProductObjPg | _ProductObjPg | $projection.Product = _ProductObjPg.Product |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPRODOBJPGSITE | view | |
| EndUserText.label | Product Object Page - Site | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Consumption.semanticObject | Site | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Product | Product | Product Sold | |
| KEY | Site | Plant | Valuation Area | |
| SiteName | _Site | SiteName | ||
| ReferenceSite | ||||
| ReferenceSiteName | ||||
| MRPType | MRPType | MRP Type | ||
| PlannedDeliveryDurationInDays | PlannedDeliveryDurationInDays | Planned Delivery Time | ||
| SourceOfSupplyCategory | SourceOfSupplyCategory | Source of Supply | ||
| SafetyStockQuantity | SafetyStockQuantity | Safety stock | ||
| PlannedDeliveryDurationUnit | ||||
| BaseUnit | _Product | BaseUnit | Unit of Measure | |
| SiteCategory | _Site | SiteCategory | ||
| _ProductObjPg | _ProductObjPg | |||
| _Site | _Site | |||
| _ReferenceSite | ||||
| _MRPType | _MRPType | |||
| _SourceOfSupplyCategory | _SourceOfSupplyCategory | |||
| _BaseUnitOfMeasure | _Product | _BaseUnitOfMeasure |
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_ProductObjPgSite.
-- 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: CPRODOBJPGSITE
CREATE VIEW C_ProductObjPgSite AS
SELECT
Product,
Plant AS Site,
_Site.SiteName AS SiteName,
_Site._SiteReferenceSite.ReferenceSite AS ReferenceSite,
_Site._SiteReferenceSite._ReferenceSite.SiteName AS ReferenceSiteName,
MRPType,
PlannedDeliveryDurationInDays,
SourceOfSupplyCategory,
SafetyStockQuantity,
cast( '' as msehi ) AS PlannedDeliveryDurationUnit,
_Product.BaseUnit AS BaseUnit,
_Site.SiteCategory AS SiteCategory,
_Site._SiteReferenceSite._ReferenceSite AS _ReferenceSite,
_Product._BaseUnitOfMeasure AS _BaseUnitOfMeasure
FROM I_ProductPlant
LEFT OUTER JOIN C_ProductObjPg AS _ProductObjPg ON Product = _ProductObjPg.Product -- association [1..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- 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