C_EntProjElmntMassChangeVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_EnterpriseProjectElement | Task | from |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- 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