C_ProjOvrlBudgetConsumption
Projects with Overall Budget Costs
C_ProjOvrlBudgetConsumption is a Consumption CDS View that provides data about "Projects with Overall Budget Costs" in SAP S/4HANA. It reads from 1 data source (P_ProjOvrlBudgetConsumption) and exposes 17 fields with key fields Project, CompanyCode, ProfitCenter. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_ProjOvrlBudgetConsumption | ProjCostLineItems | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | E_PPM_Project | _ProjectHeaderExtension | $projection.ProjectUUID = _ProjectHeaderExtension.ProjectUUID |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPROVBDGTCONS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Projects with Overall Budget Costs | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| Search.searchable | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Project | P_ProjOvrlBudgetConsumption | Project | WBS Element |
| KEY | CompanyCode | P_ProjOvrlBudgetConsumption | CompanyCode | Receiver Company Code |
| KEY | ProfitCenter | P_ProjOvrlBudgetConsumption | ProfitCenter | Profit Center |
| ProjectUUID | P_ProjOvrlBudgetConsumption | ProjectUUID | Project UUID | |
| ProjectDescription | P_ProjOvrlBudgetConsumption | ProjectDescription | Project Name | |
| ProjectInternalID | P_ProjOvrlBudgetConsumption | ProjectInternalID | Project Def. | |
| ControllingArea | P_ProjOvrlBudgetConsumption | ControllingArea | Controlling Area | |
| BusinessPartnerFullName | P_ProjOvrlBudgetConsumption | BusinessPartnerFullName | Broker Name | |
| BusinessPartnerUUID | P_ProjOvrlBudgetConsumption | BusinessPartnerUUID | UUID | |
| BusinessPartner | P_ProjOvrlBudgetConsumption | BusinessPartner | Issuing Authority | |
| GlobalCurrency | P_ProjOvrlBudgetConsumption | GlobalCurrency | GM Billing Element: Global Currency | |
| ProjectType | P_ProjOvrlBudgetConsumption | ProjectType | Project Type | |
| UnitOfMeasure | ||||
| PlanCostComponentName1 | Budget Text | |||
| PlanCostComponentName2 | Actual & Commitment Text | |||
| BudgetConsumption | BudgetConsumption | Budget consumption | ||
| ActlCmtmtCumltvAmtInGlobCrcy | ActlCmtmtCumltvAmtInGlobCrcy | Actual Costs & Commitments |
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_ProjOvrlBudgetConsumption.
-- 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: CPROVBDGTCONS
CREATE VIEW C_ProjOvrlBudgetConsumption AS
SELECT
ProjCostLineItems.Project AS Project,
ProjCostLineItems.CompanyCode AS CompanyCode,
ProjCostLineItems.ProfitCenter AS ProfitCenter,
ProjCostLineItems.ProjectUUID AS ProjectUUID,
ProjCostLineItems.ProjectDescription AS ProjectDescription,
ProjCostLineItems.ProjectInternalID AS ProjectInternalID,
ProjCostLineItems.ControllingArea AS ControllingArea,
ProjCostLineItems.BusinessPartnerFullName AS BusinessPartnerFullName,
ProjCostLineItems.BusinessPartnerUUID AS BusinessPartnerUUID,
ProjCostLineItems.BusinessPartner AS BusinessPartner,
ProjCostLineItems.GlobalCurrency AS GlobalCurrency,
ProjCostLineItems.ProjectType AS ProjectType,
cast('%' as msehi) AS UnitOfMeasure,
cast( '' as fins_sem_tag_name) AS PlanCostComponentName1,
cast( '' as dpr_project_name) AS PlanCostComponentName2,
BudgetConsumption,
ActlCmtmtCumltvAmtInGlobCrcy
FROM P_ProjOvrlBudgetConsumption AS ProjCostLineItems
LEFT OUTER JOIN E_PPM_Project AS _ProjectHeaderExtension ON ProjectUUID = _ProjectHeaderExtension.ProjectUUID -- 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