I_EnterpriseProjectElementTP_3

DDL: I_ENTERPRISEPROJECTELEMENTTP_3 Type: view_entity TRANSACTIONAL Package: VDM_PPM_OBJECTS_TASK

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)

SourceAliasJoin Type
I_EnterpriseProjectElementTP_2 I_EnterpriseProjectElementTP_2 projection

Annotations (9)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
;