R_EntProjStatusAreaTP
Appl Interface for Ent Proj Status Area
R_EntProjStatusAreaTP is a Transactional CDS View that provides data about "Appl Interface for Ent Proj Status Area" in SAP S/4HANA. It reads from 1 data source (R_EntProjStatusArea) and exposes 15 fields with key field StatusAreaUUID. It has 1 association to related views. Part of development package VDM_PPM_OBJECTS_STATUSAREA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_EntProjStatusArea | R_EntProjStatusArea | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | E_PPM_ProjectStatusArea | _ProjectStatusExtension | $projection.StatusAreaUUID = _ProjectStatusExtension.StatusAreaUUID |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Appl Interface for Ent Proj Status Area | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | StatusAreaUUID | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | StatusAreaUUID | StatusAreaUUID | ||
| ProjectUUID | ProjectUUID | |||
| StatusArea | StatusArea | |||
| StatusAreaStatus | StatusAreaStatus | |||
| StatusTrend | StatusTrend | |||
| StatusAreaNote | StatusAreaNote | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| LastChangeDateTime | LastChangeDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| IsOverallStatus | _StatusAreaCode | IsOverallStatus | ||
| _StatusAreaCode | _StatusAreaCode | |||
| _StatusAreaStatus | _StatusAreaStatus | |||
| _StatusAreaTrend | _StatusAreaTrend | |||
| _EnterpriseProject | _EnterpriseProject |
@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
}
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