C_Plant_Fs
Consumption Factsheet - Plant view Facet
C_Plant_Fs is a Consumption CDS View that provides data about "Consumption Factsheet - Plant view Facet" in SAP S/4HANA. It reads from 1 data source (P_Plant_Fs) and exposes 14 fields with key fields Product, Plant. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_Plant_Fs | Plant | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | C_Product_Fs | _Product | $projection.Product = _Product.Material |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPLANTFS | view | |
| ClientDependent | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Consumption Factsheet - Plant view Facet | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.lifecycle.status | #DEPRECATED | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Product | P_Plant_Fs | Product | Product Sold |
| KEY | Plant | P_Plant_Fs | Plant | Valuation Area |
| PurchasingGroup | P_Plant_Fs | PurchasingGroup | Purchasing Group | |
| MRPResponsible | P_Plant_Fs | MRPResponsible | MRP Controller | |
| MRPControllerName | P_Plant_Fs | MRPControllerName | Controller name | |
| PurchasingGroupName | P_Plant_Fs | PurchasingGroupName | Purchasing Grp. Name | |
| RegionName | P_Plant_Fs | RegionName | Description | |
| RegionOfOrigin | P_Plant_Fs | RegionOfOrigin | Reg. of Origin | |
| ABCIndicator | P_Plant_Fs | ABCIndicator | ABC Indicator | |
| CountryOfOrigin | P_Plant_Fs | CountryOfOrigin | Country/Region of Origin | |
| PlantName | P_Plant_Fs | PlantName | Plant Name | |
| PurchasingGroupPhoneNumber | P_Plant_Fs | PurchasingGroupPhoneNumber | Tel.No.Purch.Gp | |
| MRPControllerPhoneNumber | P_Plant_Fs | MRPControllerPhoneNumber | ||
| _Product | _Product |
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_Plant_Fs.
-- 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: CPLANTFS
CREATE VIEW C_Plant_Fs AS
SELECT
Plant.Product AS Product,
Plant.Plant AS Plant,
Plant.PurchasingGroup AS PurchasingGroup,
Plant.MRPResponsible AS MRPResponsible,
Plant.MRPControllerName AS MRPControllerName,
Plant.PurchasingGroupName AS PurchasingGroupName,
Plant.RegionName AS RegionName,
Plant.RegionOfOrigin AS RegionOfOrigin,
Plant.ABCIndicator AS ABCIndicator,
Plant.CountryOfOrigin AS CountryOfOrigin,
Plant.PlantName AS PlantName,
Plant.PurchasingGroupPhoneNumber AS PurchasingGroupPhoneNumber,
Plant.MRPControllerPhoneNumber AS MRPControllerPhoneNumber
FROM P_Plant_Fs AS Plant
LEFT OUTER JOIN C_Product_Fs AS _Product ON Product = _Product.Material -- association [1..1]
;
Learn More
- S/4HANA CDS View Deprecation: What You Need to Know
- 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
- 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