R_ENTPROJSTATUSAREATP
Appl Interface for Ent Proj Status Area
R_ENTPROJSTATUSAREATP is a CDS View in S/4HANA. Appl Interface for Ent Proj Status Area. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_EntProjectBriefStatusAreaTP | view_entity | projection | CONSUMPTION | Enterprise Project Brief StatusArea |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Appl Interface for Ent Proj Status Area'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
semanticKey: [ 'StatusAreaUUID' ],
representativeKey: 'StatusAreaUUID',
usageType:{
serviceQuality: #A,
dataClass: #MIXED,
sizeCategory: #XL
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
define view entity R_EntProjStatusAreaTP
as select from R_EntProjStatusArea
association to parent I_EnterpriseProjectTP_2 as _EnterpriseProject on $projection.ProjectUUID = _EnterpriseProject.ProjectUUID
---Extension Association
association [1..1] to E_PPM_ProjectStatusArea as _ProjectStatusExtension on $projection.StatusAreaUUID = _ProjectStatusExtension.StatusAreaUUID
{
key StatusAreaUUID,
ProjectUUID,
StatusArea,
StatusAreaStatus,
StatusTrend,
StatusAreaNote,
CreatedByUser,
CreationDateTime,
LastChangeDateTime,
LastChangedByUser,
_StatusAreaCode.IsOverallStatus,
_StatusAreaCode,
_StatusAreaStatus,
_StatusAreaTrend,
_EnterpriseProject
}