I_EntProjElmntBlockFunc_3
Blocked Functions by Project Element
I_EntProjElmntBlockFunc_3 is a Composite CDS View that provides data about "Blocked Functions by Project Element" in SAP S/4HANA. It reads from 1 data source (I_BlockFuncForEntProjElmnt) and exposes 9 fields with key field ProjectElementUUID. Part of development package VDM_PPM_OBJECTS_TASK.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BlockFuncForEntProjElmnt | ProjElemBlkFnc | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Blocked Functions by Project Element | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.sapObjectNodeType.name | EntProjectElementBlockFunction | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Analytics.dataExtraction.enabled | true | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectElementUUID | TaskUUID | ||
| ProjectUUID | ProjectUUID | |||
| EntProjTimeRecgIsBlkd | EntProjTimeRecgIsBlkd | |||
| EntProjStaffExpensePostgIsBlkd | EntProjStaffExpensePostgIsBlkd | |||
| EntProjServicePostingIsBlkd | EntProjServicePostingIsBlkd | |||
| EntProjOtherExpensePostgIsBlkd | EntProjOtherExpensePostgIsBlkd | |||
| EntProjPurchasingIsBlkd | EntProjPurchasingIsBlkd | |||
| _EnterpriseProject | _EnterpriseProject | |||
| _EnterpriseProjectElement | _EnterpriseProjectElement |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Blocked Functions by Project Element'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
usageType:{
serviceQuality: #C,
sizeCategory: #L,
dataClass: #MIXED
},
supportedCapabilities: [ #EXTRACTION_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ],
sapObjectNodeType.name: 'EntProjectElementBlockFunction'
}
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM:{
viewType: #COMPOSITE,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Analytics: {
dataExtraction: {
enabled: true
}
}
define view entity I_EntProjElmntBlockFunc_3 as select from I_BlockFuncForEntProjElmnt as ProjElemBlkFnc
association of many to exact one I_EnterpriseProject as _EnterpriseProject on $projection.ProjectUUID = _EnterpriseProject.ProjectUUID
association of exact one to exact one I_EnterpriseProjectElement as _EnterpriseProjectElement on $projection.ProjectElementUUID = _EnterpriseProjectElement.ProjectElementUUID
{
key TaskUUID as ProjectElementUUID,
ProjectUUID,
@Semantics.booleanIndicator:true
EntProjTimeRecgIsBlkd,
@Semantics.booleanIndicator:true
EntProjStaffExpensePostgIsBlkd,
@Semantics.booleanIndicator:true
EntProjServicePostingIsBlkd,
@Semantics.booleanIndicator:true
EntProjOtherExpensePostgIsBlkd,
@Semantics.booleanIndicator:true
EntProjPurchasingIsBlkd,
/* Associations */
_EnterpriseProject,
_EnterpriseProjectElement
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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