I_EnterpriseProjectElementTP_3
Enterprise Project Element - TP
I_EnterpriseProjectElementTP_3 is a Transactional CDS View that provides data about "Enterprise Project Element - TP" in SAP S/4HANA. It reads from 1 data source (I_EnterpriseProjectElementTP_2) and exposes 37 fields with key field ProjectElementUUID. Part of development package VDM_PPM_OBJECTS_TASK.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_EnterpriseProjectElementTP_2 | I_EnterpriseProjectElementTP_2 | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Enterprise Project Element - TP | view |
Fields (37)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectElementUUID | ProjectElementUUID | Obj Link Entity GUID | |
| ProjectElement | ProjectElement | Proj Element ID | ||
| WBSElementInternalID | WBSElementInternalID | WBS Internal ID | ||
| ProjectUUID | ProjectUUID | Project UUID | ||
| ProjectElementDescription | ProjectElementDescription | Name | ||
| ParentObjectUUID | ParentObjectUUID | UUID Parent GO | ||
| ProjectElementOrdinalNumber | ProjectElementOrdinalNumber | Sort Number | ||
| ProcessingStatus | ProcessingStatus | Worklist Status | ||
| EntProjectElementType | EntProjectElementType | Task Type | ||
| PlannedStartDate | PlannedStartDate | Latest Planned Start | ||
| PlannedEndDate | PlannedEndDate | Ltst Planned Finish | ||
| ActualStartDate | ActualStartDate | Actual Start | ||
| ActualEndDate | ActualEndDate | Actual Finish | ||
| ResponsibleCostCenter | ResponsibleCostCenter | Responsible Cost Center | ||
| CompanyCode | CompanyCode | Receiver Company Code | ||
| ProfitCenter | ProfitCenter | Profit Center | ||
| FunctionalArea | FunctionalArea | Sendr Fctl Area | ||
| ControllingArea | ControllingArea | Controlling Area | ||
| Plant | Plant | Valuation Area | ||
| Location | Location | Text | ||
| TaxJurisdiction | TaxJurisdiction | Tax Jurisdiction | ||
| FunctionalLocation | FunctionalLocation | Object ID | ||
| FactoryCalendar | FactoryCalendar | Factory Calendar | ||
| CostingSheet | CostingSheet | Costing Sheet | ||
| InvestmentProfile | InvestmentProfile | Investment Measure Profile | ||
| WBSIsStatisticalWBSElement | WBSIsStatisticalWBSElement | Statistical | ||
| CostCenter | CostCenter | Cost Center | ||
| WBSElementIsBillingElement | WBSElementIsBillingElement | Billing elem. | ||
| ResultAnalysisInternalID | ResultAnalysisInternalID | Results Analysis Key | ||
| IsProjectMilestone | IsProjectMilestone | Milestone | ||
| MilestoneApprovalStatus | MilestoneApprovalStatus | Milestone Apprvl Sts | ||
| IsMainMilestone | IsMainMilestone | Main Milestone | ||
| CreatedByUser | CreatedByUser | User Name | ||
| CreationDateTime | CreationDateTime | Timestamp | ||
| LastChangeDateTime | LastChangeDateTime | Timestamp | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| _EnterpriseProjectForUser | _EnterpriseProjectForUser |
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 I_EnterpriseProjectElementTP_3.
-- 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.
CREATE VIEW I_EnterpriseProjectElementTP_3 AS
SELECT
ProjectElementUUID,
ProjectElement,
WBSElementInternalID,
ProjectUUID,
ProjectElementDescription,
ParentObjectUUID,
ProjectElementOrdinalNumber,
ProcessingStatus,
EntProjectElementType,
PlannedStartDate,
PlannedEndDate,
ActualStartDate,
ActualEndDate,
ResponsibleCostCenter,
CompanyCode,
ProfitCenter,
FunctionalArea,
ControllingArea,
Plant,
Location,
TaxJurisdiction,
FunctionalLocation,
FactoryCalendar,
CostingSheet,
InvestmentProfile,
WBSIsStatisticalWBSElement,
CostCenter,
WBSElementIsBillingElement,
ResultAnalysisInternalID,
IsProjectMilestone,
MilestoneApprovalStatus,
IsMainMilestone,
CreatedByUser,
CreationDateTime,
LastChangeDateTime,
LastChangedByUser
FROM I_EnterpriseProjectElementTP_2
;
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