C_EngmntProjFcstQuery
Engagement Project Forecast Query
C_EngmntProjFcstQuery (Consumption)
Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.
R&D Engineering
C_EngmntProjFcstQuery is a Consumption CDS View that provides data about "Engagement Project Forecast Query" in SAP S/4HANA. It reads from 1 data source (I_EngmntProjFcstCube) and exposes 34 fields.
SAP API Hub
| State | Deprecated |
|---|---|
| Line of Business | R&D Engineering |
| Application Component | CA-CPD-SS |
| Package | R&D Engineering for SAP S/4HANA Cloud Private Edition |
Documentation
- Analytics with CDS Views — Build Analytics for S/4HANA Cloud Private Edition ABAP CDS views replicated to SAP Cloud Platform
- CDS Views on SAP Business Accelerator Hub — Explore SAP S/4HANA Cloud Private Edition Private Edition CDS Views on SAP Business Accelerator Hub
- Create CDS View as API — Create CDS views in SAP S/4HANA Cloud Private Edition and consume them as APIs
- Custom CDS Views — Access data using a Custom Core Data Service view (Custom CDS view)
- Key User Extensibility Tools — The Key User Extensibility Tools of S/4HANA
- SAP Extensibility Explorer for SAP S/4HANA Cloud Private Edition — Explore SAP S/4HANA Cloud Private Edition Extensibility options by leveraging the sample scenarios from SAP
- SAP S/4HANA Extensibility — SAP S/4HANA Extensibility Tutorial
- VDM View Types — The Virtual Data Model in SAP S/4HANA Cloud Private Edition
- View Browser — Search, browse and tag CDS Views
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_EngmntProjFcstCube | WorkPackageCube | from |
Parameters (2)
| Name | Type | Default |
|---|---|---|
| P_Date | sydatum | |
| P_Language | sylangu |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CEPFCSTQUERY | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Analytics.query | true | view | |
| OData.publish | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | C_ENGMNTPROJFCSTQUERY_2 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Engagement Project Forecast Query | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #D | view |
Fields (34)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| lookupEntityI_FiscalCalendarDate | ||||
| resultElementFiscalYearPeriod | ||||
| EngagementProject | Project | |||
| EngagementProjectName | I_EngmntProjFcstCube | EngagementProjectName | Customer Project Name | |
| EngagementProjectServiceOrg | EngagementProjectServiceOrg | Service Organization | ||
| EngmtProjectServiceOrgName | Description of Organization Unit ID | |||
| WorkPackage | I_EngmntProjFcstCube | WorkPackage | Work Package | |
| WorkPackageName | I_EngmntProjFcstCube | WorkPackageName | Plan Item Description | |
| EngagementProjectResourceType | I_EngmntProjFcstCube | EngagementProjectResourceType | Resource Type ID | |
| EngagementProjectResource | I_EngmntProjFcstCube | EngagementProjectResource | Role / Expense | |
| EngagementProjResourceText | Resource Description | |||
| WorkItem | I_EngmntProjFcstCube | WorkItem | Work Item ID | |
| WorkItemName | _WorkItem | WorkItemName | Work Item Name | |
| EngmntProjectDeliveryOrg | I_EngmntProjFcstCube | EngmntProjectDeliveryOrg | Service Org. | |
| EngagementProjDeliveryOrgName | Description of Organization Unit ID | |||
| UnitOfMeasure | I_EngmntProjFcstCube | UnitOfMeasure | Base Unit of Measure | |
| Currency | I_EngmntProjFcstCube | Currency | Valuation Crcy | |
| SalesOrder | I_EngmntProjFcstCube | SalesOrder | Sales Document | |
| SalesOrderItem | I_EngmntProjFcstCube | SalesOrderItem | Sales Document Item | |
| SalesOrderItemText | I_EngmntProjFcstCube | SalesOrderItemText | Short text for sales order item | |
| PlannedCostRate | 1 | Planned Cost Rate | ||
| CostVariance | 1 | Cost Variance | ||
| EffortVariance | 1 | Effort Variance | ||
| CalculatedAdjustedRmngCost | 1 | Calculated Remaining Cost | ||
| CalculatedAdjustedRmngEffort | 1 | Calculated Remaining Effort | ||
| CalcdAdjustedRmngExpnCost | 1 | Calculated Remaining Expense Cost | ||
| EstimateToCompleteExpenseCost | 1 | Estimate To Complete Expense Cost | ||
| EstimateToCompleteEffort | 1 | Estimate To Complete Effort | ||
| EstimateToCompleteEffortCost | 1 | Estimate To Complete Effort Cost | ||
| EstimateToCompleteCostAmount | 1 | Estimate To Complete Cost Amount | ||
| EstimateAtCompletionEffort | 1 | Estimate At Completion Effort | ||
| EstimateAtCompletionCost | 1 | Estimate At Completion Cost | ||
| PercentageOfCompletionEffort | 1 | Effort PoC | ||
| PercentageOfCompletionCost | 1 | Cost PoC |
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_EngmntProjFcstQuery.
-- 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: CEPFCSTQUERY
-- Parameters: P_Date : sydatum, P_Language : sylangu
CREATE VIEW C_EngmntProjFcstQuery AS
SELECT
lookupEntity: 'I_FiscalCalendarDate' AS lookupEntityI_FiscalCalendarDate,
resultElement: 'FiscalYearPeriod' AS resultElementFiscalYearPeriod,
binding: [ { targetElement : 'CalendarDate' , type : #PARAMETER , value : 'P_Date' AS EngagementProject,
WorkPackageCube.EngagementProjectName AS EngagementProjectName,
EngagementProjectServiceOrg,
_EngagementProjectSrvcOrg._Text[1:Language = $parameters.P_Language].EngmtProjectServiceOrgName AS EngmtProjectServiceOrgName,
WorkPackageCube.WorkPackage AS WorkPackage,
WorkPackageCube.WorkPackageName AS WorkPackageName,
WorkPackageCube.EngagementProjectResourceType AS EngagementProjectResourceType,
WorkPackageCube.EngagementProjectResource AS EngagementProjectResource,
_EngagementProjectResource._Text[ 1:Language = $parameters.P_Language ].EngagementProjResourceText AS EngagementProjResourceText,
WorkPackageCube.WorkItem AS WorkItem,
_WorkItem.WorkItemName AS WorkItemName,
WorkPackageCube.EngmntProjectDeliveryOrg AS EngmntProjectDeliveryOrg,
_EngagementProjectSrvcOrg._Text[ 1:Language = $parameters.P_Language ].EngmtProjectServiceOrgName AS EngagementProjDeliveryOrgName,
WorkPackageCube.UnitOfMeasure AS UnitOfMeasure,
WorkPackageCube.Currency AS Currency,
WorkPackageCube.SalesOrder AS SalesOrder,
WorkPackageCube.SalesOrderItem AS SalesOrderItem,
WorkPackageCube.SalesOrderItemText AS SalesOrderItemText,
1 AS PlannedCostRate,
1 AS CostVariance,
1 AS EffortVariance,
1 AS CalculatedAdjustedRmngCost,
1 AS CalculatedAdjustedRmngEffort,
1 AS CalcdAdjustedRmngExpnCost,
1 AS EstimateToCompleteExpenseCost,
1 AS EstimateToCompleteEffort,
1 AS EstimateToCompleteEffortCost,
1 AS EstimateToCompleteCostAmount,
1 AS EstimateAtCompletionEffort,
1 AS EstimateAtCompletionCost,
1 AS PercentageOfCompletionEffort,
1 AS PercentageOfCompletionCost
FROM I_EngmntProjFcstCube AS WorkPackageCube
;
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