I_EntProjectElementJVATP
Extension fields for JVA on Task level
I_EntProjectElementJVATP is a Composite CDS View that provides data about "Extension fields for JVA on Task level" in SAP S/4HANA. It reads from 1 data source (I_PPM_ProjectTaskJVA) and exposes 18 fields with key field ProjectElementUUID. It has 6 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PPM_ProjectTaskJVA | ProjectElementJVA | from |
Associations (6)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_EnterpriseProjectElementTP | _ProjectElement | _ProjectElement.ProjectElementUUID = $projection.ProjectElementUUID |
| [1..1] | I_EnterpriseProjectTP | _EnterpriseProject | ProjectElementJVA.ProjectUUID = _EnterpriseProject.ProjectUUID |
| [0..*] | I_PPM_AuthznByUsrH | _AuthUser | _AuthUser.ReferencedObjectUUID = $projection.ProjectElementUUID and _AuthUser.UserID = $session.user and ( _AuthUser.Activity = 'Admin' or _AuthUser.Activity = 'Write' or _AuthUser.Activity = 'Read' ) |
| [0..*] | I_PPM_AuthznBySubstitH | _AuthSubst | _AuthSubst.ReferencedObjectUUID = $projection.ProjectElementUUID and _AuthSubst.UserID = $session.user and ( _AuthSubst.Activity = 'Admin' or _AuthSubst.Activity = 'Write' or _AuthSubst.Activity = 'Read' ) |
| [0..*] | I_PPM_AuthznByUserRoleH | _AuthRole | _AuthRole.ReferencedObjectUUID = $projection.ProjectElementUUID and _AuthRole.UserID = $session.user and ( _AuthRole.Activity = 'Admin' or _AuthRole.Activity = 'Write' or _AuthRole.Activity = 'Read' ) |
| [0..*] | I_PPM_AuthznByUsrGrpH | _AuthGroup | _AuthGroup.ReferencedObjectUUID = $projection.ProjectElementUUID and _AuthGroup.UserID = $session.user and ( _AuthGroup.Activity = 'Admin' or _AuthGroup.Activity = 'Write' or _AuthGroup.Activity = 'Read' ) |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IENTPRJELEMJVATP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.representativeKey | ProjectElementUUID | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Extension fields for JVA on Task level | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectElementUUID | TaskUUID | ||
| WBSElementInternalID | I_PPM_ProjectTaskJVA | WBSElementInternalID | ||
| ProjectUUID | I_PPM_ProjectTaskJVA | ProjectUUID | ||
| ControllingArea | I_PPM_ProjectTaskJVA | ControllingArea | ||
| ProfitCenter | I_PPM_ProjectTaskJVA | ProfitCenter | ||
| JointVenture | JointVenture | |||
| JointVentureCostRecoveryCode | JointVentureCostRecoveryCode | |||
| JointVentureEquityType | JointVentureEquityType | |||
| JntVntrProjectType | JntVntrProjectType | |||
| JntIntrstBillgClass | JntIntrstBillgClass | |||
| JntIntrstBillgSubClass | JntIntrstBillgSubClass | |||
| ProjectLastChangedDateTime | _EnterpriseProject | LastChangeDateTime | ||
| _AuthUser | _AuthUser | |||
| _AuthSubst | _AuthSubst | |||
| _AuthRole | _AuthRole | |||
| _AuthGroup | _AuthGroup | |||
| _EnterpriseProject | _EnterpriseProject | |||
| _EnterpriseProjectElement | _EnterpriseProjectElement |
@AbapCatalog.sqlViewName: 'IENTPRJELEMJVATP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@ObjectModel:
{
representativeKey: 'ProjectElementUUID',
alternativeKey: [ { id : 'WBSElementInternalID', element: ['WBSElementInternalID'], uniqueness: #UNIQUE } ],
usageType:
{
serviceQuality: #D,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
}
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Extension fields for JVA on Task level'
define view I_EntProjectElementJVATP as select from I_PPM_ProjectTaskJVA as ProjectElementJVA
//inner join I_EnterpriseProjectElementTP as ProjectElement on ProjectElementJVA.TaskUUID = ProjectElement.ProjectElementUUID
association [1..1] to I_EnterpriseProjectElementTP as _ProjectElement
on _ProjectElement.ProjectElementUUID = $projection.ProjectElementUUID
association to parent I_EnterpriseProjectElementTP as _EnterpriseProjectElement on $projection.ProjectElementUUID = _EnterpriseProjectElement.ProjectElementUUID
association [1..1] to I_EnterpriseProjectTP as _EnterpriseProject on ProjectElementJVA.ProjectUUID = _EnterpriseProject.ProjectUUID
// associations to authorization views
association [0..*] to I_PPM_AuthznByUsrH as _AuthUser
on _AuthUser.ReferencedObjectUUID = $projection.ProjectElementUUID
and _AuthUser.UserID = $session.user
and ( _AuthUser.Activity = 'Admin'
or _AuthUser.Activity = 'Write'
or _AuthUser.Activity = 'Read' )
association [0..*] to I_PPM_AuthznBySubstitH as _AuthSubst
on _AuthSubst.ReferencedObjectUUID = $projection.ProjectElementUUID
and _AuthSubst.UserID = $session.user
and ( _AuthSubst.Activity = 'Admin'
or _AuthSubst.Activity = 'Write'
or _AuthSubst.Activity = 'Read' )
association [0..*] to I_PPM_AuthznByUserRoleH as _AuthRole
on _AuthRole.ReferencedObjectUUID = $projection.ProjectElementUUID
and _AuthRole.UserID = $session.user
and ( _AuthRole.Activity = 'Admin'
or _AuthRole.Activity = 'Write'
or _AuthRole.Activity = 'Read' )
association [0..*] to I_PPM_AuthznByUsrGrpH as _AuthGroup
on _AuthGroup.ReferencedObjectUUID = $projection.ProjectElementUUID
and _AuthGroup.UserID = $session.user
and ( _AuthGroup.Activity = 'Admin'
or _AuthGroup.Activity = 'Write'
or _AuthGroup.Activity = 'Read' )
{
// @ObjectModel.readOnly: true -> now set in BDEF
key TaskUUID as ProjectElementUUID,
// @ObjectModel.readOnly: true -> now set in BDEF
ProjectElementJVA.WBSElementInternalID,
// @ObjectModel.readOnly: true -> now set in BDEF
ProjectElementJVA.ProjectUUID,
// @ObjectModel.readOnly: true -> now set in BDEF
@Consumption.hidden: true // only for auth check
ProjectElementJVA.ControllingArea,
// @ObjectModel.readOnly: true -> now set in BDEF
@Consumption.hidden: true // only for auth check
ProjectElementJVA.ProfitCenter,
JointVenture,
JointVentureCostRecoveryCode,
JointVentureEquityType,
JntVntrProjectType,
JntIntrstBillgClass,
JntIntrstBillgSubClass,
_EnterpriseProject.LastChangeDateTime as ProjectLastChangedDateTime,
@Consumption.hidden: true
_AuthUser,
@Consumption.hidden: true
_AuthSubst,
@Consumption.hidden: true
_AuthRole,
@Consumption.hidden: true
_AuthGroup,
//_ProjectElement,
_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