I_EntProjectPublicSectorTP_2
Project Extension fields for PSM
I_EntProjectPublicSectorTP_2 is a Transactional CDS View that provides data about "Project Extension fields for PSM" in SAP S/4HANA. It reads from 1 data source (R_EntProjectPublicSector) and exposes 13 fields with key field ProjectUUID. It has 2 associations to related views. Part of development package VDM_PPM_OBJECTS_TP_PROJECT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_EntProjectPublicSector | ProjectPSM | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FundStdVH | _FundVH | $projection.Fund = _FundVH.Fund |
| [0..*] | I_FundText | _FundText | $projection.Fund = _FundText.Fund and _FundText.Language = $session.system_language |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| Feature | BF:PSM_BUDGET_ACCOUNTING_CONTROL, EPPM_PUBLIC_SECTOR | view | |
| ObjectModel.representativeKey | ProjectUUID | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Project Extension fields for PSM | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectUUID | R_EntProjectPublicSector | ProjectUUID | |
| ProjectSummaryTaskUUID | R_EntProjectPublicSector | ProjectSummaryTaskUUID | ||
| ProjectInternalID | R_EntProjectPublicSector | ProjectInternalID | ||
| Fund | R_EntProjectPublicSector | Fund | ||
| FundIsFixAssigned | R_EntProjectPublicSector | FundIsFixAssigned | ||
| FunctionalAreaIsFixAssigned | R_EntProjectPublicSector | FunctionalAreaIsFixAssigned | ||
| GrantID | R_EntProjectPublicSector | GrantID | ||
| GrantIsFixAssigned | R_EntProjectPublicSector | GrantIsFixAssigned | ||
| SponsoredProgram | R_EntProjectPublicSector | SponsoredProgram | ||
| WBSIsAvailyControlControlObj | R_EntProjectPublicSector | WBSIsAvailyControlControlObj | ||
| _FundVH | _FundVH | |||
| _FundText | _FundText | |||
| _EnterpriseProject | _EnterpriseProject |
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #BLOCKED_DATA_EXCLUDED
}
@Feature: 'BF:PSM_BUDGET_ACCOUNTING_CONTROL, EPPM_PUBLIC_SECTOR'
@ObjectModel: {
representativeKey: 'ProjectUUID',
alternativeKey: [ { id : 'ProjectSummaryTaskUUID', element: ['ProjectSummaryTaskUUID'], uniqueness: #UNIQUE },
{ id : 'ProjectInternalID', element: ['ProjectInternalID'], uniqueness: #UNIQUE }],
usageType: {
dataClass: #MIXED,
serviceQuality: #C,
sizeCategory: #L
}
}
@EndUserText.label: 'Project Extension fields for PSM'
define view entity I_EntProjectPublicSectorTP_2
as select from R_EntProjectPublicSector as ProjectPSM
association to parent I_EnterpriseProjectTP_2 as _EnterpriseProject on $projection.ProjectUUID = _EnterpriseProject.ProjectUUID
association [0..*] to I_FundStdVH as _FundVH on $projection.Fund = _FundVH.Fund
association [0..*] to I_FundText as _FundText on $projection.Fund = _FundText.Fund
and _FundText.Language = $session.system_language
{
key ProjectPSM.ProjectUUID as ProjectUUID,
ProjectPSM.ProjectSummaryTaskUUID as ProjectSummaryTaskUUID,
ProjectPSM.ProjectInternalID as ProjectInternalID,
@Consumption: {
valueHelp: '_FundVH',
filter.hidden: true
}
ProjectPSM.Fund as Fund,
ProjectPSM.FundIsFixAssigned as FundIsFixAssigned,
ProjectPSM.FunctionalAreaIsFixAssigned as FunctionalAreaIsFixAssigned,
ProjectPSM.GrantID as GrantID,
ProjectPSM.GrantIsFixAssigned as GrantIsFixAssigned,
ProjectPSM.SponsoredProgram as SponsoredProgram,
ProjectPSM.WBSIsAvailyControlControlObj as WBSIsAvailyControlControlObj,
//Association
_FundVH,
_FundText,
_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