P_MstrProjActualsInProjCrcy
P_MstrProjActualsInProjCrcy is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (P_MstrProjCtrlgObjActlRevCost) and exposes 57 fields with key fields MasterProjectUUID, MasterProject.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_MstrProjCtrlgObjActlRevCost | P_MstrProjCtrlgObjActlRevCost | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PMSTRPROJACTLS | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view |
Fields (57)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MasterProjectUUID | MasterProjectUUID | NodeID | |
| KEY | MasterProject | MasterProject | Project ID | |
| MasterProjectName | MasterProjectName | |||
| MasterProjectIsConfidential | MasterProjectIsConfidential | |||
| MasterProjectOrganization | MasterProjectOrganization | |||
| MasterProjectType | MasterProjectType | |||
| Project | Project | WBS Element | ||
| ProjectDescription | ProjectDescription | Project Name | ||
| ControllingObjectExternalID | ControllingObjectExternalID | WBS Element | ||
| ControllingObjectType | ControllingObjectType | Object Type | ||
| AccoutAssgmntObj | AccoutAssgmntObj | Object number | ||
| WBSElementObject | WBSElementObject | Object number | ||
| WBSElement | WBSElement | WBS Internal ID | ||
| CompanyCode | CompanyCode | Receiver Company Code | ||
| BusinessArea | BusinessArea | Business Area | ||
| ControllingArea | ControllingArea | Controlling Area | ||
| ControllingObjectDebitType | ControllingObjectDebitType | |||
| GLAccount | GLAccount | General Ledger | ||
| PersonnelNumber | PersonnelNumber | Personnel No. | ||
| SalesOrder | SalesOrder | SD Document | ||
| SalesOrderItem | SalesOrderItem | Sales Order Item | ||
| FiscalYear | FiscalYear | G/L Fiscal Year | ||
| FiscalYearPeriod | FiscalYearPeriod | Period/Year | ||
| FiscalPeriod | FiscalPeriod | Tax period | ||
| PostingDate | PostingDate | Posting Date for GR | ||
| CompanyCodeCurrency | CompanyCodeCurrency | Local Currency | ||
| AmountInCompanyCodeCurrency | AmountInCompanyCodeCurrency | Local Crcy Amt | ||
| Quantity | Quantity | Value | ||
| BaseUnit | BaseUnit | Unit of Measure | ||
| TransactionCurrency | TransactionCurrency | Transaction Currency | ||
| ControllingObjectCurrency | ControllingObjectCurrency | CO Object Currency | ||
| GlobalCurrency | GlobalCurrency | GM Billing Element: Global Currency | ||
| AmountInGlobalCurrency | AmountInGlobalCurrency | Amount in Global Currency | ||
| Material | Material | Vehicle Model | ||
| IsReversed | IsReversed | Reversed? | ||
| MstrProjAnchorObjectInternalID | MstrProjAnchorObjectInternalID | |||
| MstrProjCutOffDate | MstrProjCutOffDate | |||
| Plant | Plant | Valuation Area | ||
| DocumentDate | DocumentDate | Journal Entry Date | ||
| Currency | Currency | Valuation Crcy | ||
| TotalQuantity | TotalQuantity | Activity Quantity | ||
| AccountingDocument | AccountingDocument | Journal Entry | ||
| ClearingAccountingDocument | ClearingAccountingDocument | Clearing Journal Entry | ||
| ActualRevenueAmount | ActualRevenueAmount | Billed Revenue | ||
| ActualCostAmount | ActualCostAmount | Actual Cost | ||
| ActlRevnInCoCodeCrcy | ActlRevnInCoCodeCrcy | |||
| ActlCostInCoCodeCrcy | ActlCostInCoCodeCrcy | |||
| ActualRevenueInObjectCrcy | ActualRevenueInObjectCrcy | |||
| ActualCostInObjectCrcy | ActualCostInObjectCrcy | |||
| ActualRevenueInTransCrcy | ActualRevenueInTransCrcy | |||
| ActualCostInTransCrcy | ActualCostInTransCrcy | Actl Costs Bal. (TC) | ||
| ActlCostInProjCrcy | ActlCostInProjCrcy | |||
| ActlEffortQty | ActlEffortQty | |||
| Unit | Unit | UoM | ||
| StrtToDteActlCostInCOCrcy | StrtToDteActlCostInCOCrcy | |||
| StrtToDteActlRevnInCOCrcy | StrtToDteActlRevnInCOCrcy | |||
| _MstrProjFinPlan | _MstrProjFinPlan |
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_MstrProjActualsInProjCrcy.
-- 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: PMSTRPROJACTLS
CREATE VIEW P_MstrProjActualsInProjCrcy AS
SELECT
MasterProjectUUID,
MasterProject,
MasterProjectName,
MasterProjectIsConfidential,
MasterProjectOrganization,
MasterProjectType,
Project,
ProjectDescription,
ControllingObjectExternalID,
ControllingObjectType,
AccoutAssgmntObj,
WBSElementObject,
WBSElement,
CompanyCode,
BusinessArea,
ControllingArea,
ControllingObjectDebitType,
GLAccount,
PersonnelNumber,
SalesOrder,
SalesOrderItem,
FiscalYear,
FiscalYearPeriod,
FiscalPeriod,
PostingDate,
CompanyCodeCurrency,
AmountInCompanyCodeCurrency,
Quantity,
BaseUnit,
TransactionCurrency,
ControllingObjectCurrency,
GlobalCurrency,
AmountInGlobalCurrency,
Material,
IsReversed,
MstrProjAnchorObjectInternalID,
MstrProjCutOffDate,
Plant,
DocumentDate,
Currency,
TotalQuantity,
AccountingDocument,
ClearingAccountingDocument,
ActualRevenueAmount,
ActualCostAmount,
ActlRevnInCoCodeCrcy,
ActlCostInCoCodeCrcy,
ActualRevenueInObjectCrcy,
ActualCostInObjectCrcy,
ActualRevenueInTransCrcy,
ActualCostInTransCrcy,
ActlCostInProjCrcy,
ActlEffortQty,
Unit,
StrtToDteActlCostInCOCrcy,
StrtToDteActlRevnInCOCrcy
FROM P_MstrProjCtrlgObjActlRevCost
;
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