C_EntProjElmntMassChangeVH

DDL: C_ENTPROJELMNTMASSCHANGEVH Type: view CONSUMPTION Package: ODATA_PPM_PRO_MASS_CHANGE

Enterprise Project Elements Value Help for Mass change

C_EntProjElmntMassChangeVH is a Consumption CDS View that provides data about "Enterprise Project Elements Value Help for Mass change" in SAP S/4HANA. It reads from 1 data source (I_EnterpriseProjectElement) and exposes 21 fields with key field TaskUUID. It is exposed through 7 OData services (ASQL_F4173, ASQL_F4173A, ASQL_F4307, ...). Part of development package ODATA_PPM_PRO_MASS_CHANGE.

Data Sources (1)

SourceAliasJoin Type
I_EnterpriseProjectElement Task from

Annotations (18)

NameValueLevelField
EndUserText.label Enterprise Project Elements Value Help for Mass change view
AbapCatalog.sqlViewName CENTPROJELMNVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey TaskUUID view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #L view
UI.headerInfo.typeName Workpackage view
UI.headerInfo.typeNamePlural Workpackagess view
UI.headerInfo.title.value Workpackages of Enterprise Projects view
UI.headerInfo.description.value Workpackages of Enterprise Projects view
Search.searchable true view
Consumption.ranked true view

OData Services (7)

ServiceBindingVersionContractRelease
ASQL_F4173 ASQL_F4173 C2 NOT_RELEASED
ASQL_F4173A ASQL_F4173A C2 NOT_RELEASED
ASQL_F4307 ASQL_F4307 C2 NOT_RELEASED
ASQL_F5342 ASQL_F5342 C2 NOT_RELEASED
ASQL_F6785 ASQL_F6785 C2 NOT_RELEASED
ASQL_F7343 ASQL_F7343 C2 NOT_RELEASED
ASQL_F7344 ASQL_F7344 C2 NOT_RELEASED

Fields (21)

KeyFieldSource TableSource FieldDescription
KEY TaskUUID I_EnterpriseProjectElement ProjectElementUUID Obj Link Entity GUID
Task I_EnterpriseProjectElement ProjectElement WBS Element
TaskName I_EnterpriseProjectElement ProjectElementDescription WBS Element Description
ProjectUUID I_EnterpriseProjectElement ProjectUUID Project UUID
Project _Project Project Project
ProjectName _Project ProjectDescription Project Description
PlannedStartDate I_EnterpriseProjectElement PlannedStartDate Latest Planned Start
PlannedEndDate I_EnterpriseProjectElement PlannedEndDate Ltst Planned Finish
WBSElementInternalID I_EnterpriseProjectElement WBSElementInternalID WBS Internal ID
ControllingArea I_EnterpriseProjectElement ControllingArea Controlling Area
ProfitCenter I_EnterpriseProjectElement ProfitCenter Profit Center
ResponsibleCostCenter I_EnterpriseProjectElement ResponsibleCostCenter Responsible Cost Center
CompanyCode I_EnterpriseProjectElement CompanyCode Receiver Company Code
FunctionalArea I_EnterpriseProjectElement FunctionalArea Sendr Fctl Area
Plant I_EnterpriseProjectElement Plant Valuation Area
IsProjectMilestone IsProjectMilestone Milestone
_AuthUser _AuthUser
_AuthSubst _AuthSubst
_AuthRole _AuthRole
_AuthGroup _AuthGroup
_Project _Project

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_EntProjElmntMassChangeVH.
-- 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 C_EntProjElmntMassChangeVH AS
SELECT
  Task.ProjectElementUUID AS TaskUUID,
  Task.ProjectElement AS Task,
  Task.ProjectElementDescription AS TaskName,
  Task.ProjectUUID AS ProjectUUID,
  _Project.Project AS Project,
  _Project.ProjectDescription AS ProjectName,
  Task.PlannedStartDate AS PlannedStartDate,
  Task.PlannedEndDate AS PlannedEndDate,
  Task.WBSElementInternalID AS WBSElementInternalID,
  Task.ControllingArea AS ControllingArea,
  Task.ProfitCenter AS ProfitCenter,
  Task.ResponsibleCostCenter AS ResponsibleCostCenter,
  Task.CompanyCode AS CompanyCode,
  Task.FunctionalArea AS FunctionalArea,
  Task.Plant AS Plant,
  IsProjectMilestone
FROM I_EnterpriseProjectElement AS Task
;