P_ProjOvrlBudgetConsAgg
P_ProjOvrlBudgetConsAgg is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_ProjectCostLineItemsOvw) and exposes 27 fields with key fields Project, CompanyCode, ProfitCenter.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProjectCostLineItemsOvw | ProjCostLineItems | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PPROJBDGTCONSA | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| AccessControl.personalData.blocking | #REQUIRED | view |
Fields (27)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Project | I_ProjectCostLineItemsOvw | Project | WBS Element |
| KEY | CompanyCode | I_ProjectCostLineItemsOvw | CompanyCode | Receiver Company Code |
| KEY | ProfitCenter | I_ProjectCostLineItemsOvw | ProfitCenter | Profit Center |
| ProjectUUID | I_ProjectCostLineItemsOvw | ProjectUUID | Project UUID | |
| ProjectInternalID | I_ProjectCostLineItemsOvw | ProjectInternalID | Project Def. | |
| ProjectDescription | I_ProjectCostLineItemsOvw | ProjectDescription | Project Name | |
| ControllingArea | I_ProjectCostLineItemsOvw | ControllingArea | Controlling Area | |
| BusinessPartnerFullName | I_ProjectCostLineItemsOvw | BusinessPartnerFullName | Broker Name | |
| BusinessPartnerUUID | I_ProjectCostLineItemsOvw | BusinessPartnerUUID | UUID | |
| BusinessPartner | I_ProjectCostLineItemsOvw | BusinessPartner | Issuing Authority | |
| ProjectType | I_ProjectCostLineItemsOvw | ProjectType | Project Type | |
| GlobalCurrency | I_ProjectCostLineItemsOvw | GlobalCurrency | GM Billing Element: Global Currency | |
| ControllingObjectCurrency | I_ProjectCostLineItemsOvw | ControllingObjectCurrency | CO Object Currency | |
| BudgetCurrencyRole | I_ProjectCostLineItemsOvw | BudgetCurrencyRole | ||
| AvailyCtrlTimeRangeType | I_ProjectCostLineItemsOvw | AvailyCtrlTimeRangeType | ||
| AvailabilityControlProfile | I_ProjectCostLineItemsOvw | AvailabilityControlProfile | Budget Availability Control Profile | |
| CriticalityCode | ||||
| UnitOfMeasure | ||||
| PlanCostComponentName1 | ||||
| PlanCostComponentName2 | ||||
| AmountInObjectCurrency | ||||
| AmountInGlobalCurrency | ||||
| BudgetConsumption | ||||
| BudgetInGlobalCrcy | ||||
| ActlCmtmtCumltvAmtInGlobCrcy | ||||
| BudgetInProjCrcy | ||||
| AssgdValForBudgetInProjCrcy |
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 P_ProjOvrlBudgetConsAgg.
-- 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: PPROJBDGTCONSA
CREATE VIEW P_ProjOvrlBudgetConsAgg AS
SELECT
ProjCostLineItems.Project AS Project,
ProjCostLineItems.CompanyCode AS CompanyCode,
ProjCostLineItems.ProfitCenter AS ProfitCenter,
ProjCostLineItems.ProjectUUID AS ProjectUUID,
ProjCostLineItems.ProjectInternalID AS ProjectInternalID,
ProjCostLineItems.ProjectDescription AS ProjectDescription,
ProjCostLineItems.ControllingArea AS ControllingArea,
ProjCostLineItems.BusinessPartnerFullName AS BusinessPartnerFullName,
ProjCostLineItems.BusinessPartnerUUID AS BusinessPartnerUUID,
ProjCostLineItems.BusinessPartner AS BusinessPartner,
ProjCostLineItems.ProjectType AS ProjectType,
ProjCostLineItems.GlobalCurrency AS GlobalCurrency,
ProjCostLineItems.ControllingObjectCurrency AS ControllingObjectCurrency,
ProjCostLineItems.BudgetCurrencyRole AS BudgetCurrencyRole,
ProjCostLineItems.AvailyCtrlTimeRangeType AS AvailyCtrlTimeRangeType,
ProjCostLineItems.AvailabilityControlProfile AS AvailabilityControlProfile,
'0' AS CriticalityCode,
cast('%' as msehi) AS UnitOfMeasure,
cast( '' as fins_sem_tag_name) AS PlanCostComponentName1,
cast( '' as dpr_project_name) AS PlanCostComponentName2,
sum(ProjCostLineItems.AmountInObjectCurrency) AS AmountInObjectCurrency,
sum(ProjCostLineItems.AmountInGlobalCurrency) AS AmountInGlobalCurrency,
cast(1 as abap.dec(28)) AS BudgetConsumption,
sum(ProjCostLineItems.PlanAmountInGlobalCurrency) AS BudgetInGlobalCrcy,
sum(ProjCostLineItems.ActlCmtmtCumltvAmtInGlobCrcy) AS ActlCmtmtCumltvAmtInGlobCrcy,
sum(ProjCostLineItems.PlndCostAmtInProjCrcy) AS BudgetInProjCrcy,
sum(ProjCostLineItems.AssgdValForBudgetInProjCrcy) AS AssgdValForBudgetInProjCrcy
FROM I_ProjectCostLineItemsOvw AS ProjCostLineItems
;
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