C_EntProjTeamRoleStaffIntTP
Enterprise Project Role Staffing Internal
C_EntProjTeamRoleStaffIntTP is a Consumption CDS View that provides data about "Enterprise Project Role Staffing Internal" in SAP S/4HANA. It reads from 1 data source (R_EntProjTeamRoleStaffIntTP) and exposes 10 fields with key field ProjectEntitlementUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_EntProjTeamRoleStaffIntTP | R_EntProjTeamRoleStaffIntTP | projection |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | C_PPM_ProjectMemberContactCard | _Manager | _Manager.BusinessPartnerUUID = $projection.BusinessPartnerUUID |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Enterprise Project Role Staffing Internal | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectEntitlementUUID | ProjectEntitlementUUID | ||
| ProjectUUID | ProjectUUID | |||
| TeamMemberUUID | TeamMemberUUID | |||
| BusinessPartnerUUID | BusinessPartnerUUID | |||
| BusinessPartner | BusinessPartner | |||
| ProjectRoleType | ProjectRoleType | |||
| PersonFullName | _BusinessPartner | PersonFullName | ||
| _BusinessPartner | _BusinessPartner | |||
| _Manager | _Manager | |||
| _EnterpriseProjectForUser | _EnterpriseProjectForUser |
@EndUserText.label: 'Enterprise Project Role Staffing Internal'
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #BLOCKED_DATA_EXCLUDED
}
@ObjectModel: {
usageType: {
dataClass: #MIXED,
serviceQuality: #C,
sizeCategory: #L
}
}
@VDM: {
viewType: #CONSUMPTION
}
@Metadata.ignorePropagatedAnnotations:true
define view entity C_EntProjTeamRoleStaffIntTP
as projection on R_EntProjTeamRoleStaffIntTP
association [0..1] to C_PPM_ProjectMemberContactCard as _Manager on _Manager.BusinessPartnerUUID = $projection.BusinessPartnerUUID
{
@Consumption.filter.hidden: true
key ProjectEntitlementUUID,
@Consumption.filter.hidden: true
ProjectUUID,
@Consumption.filter.hidden: true
TeamMemberUUID,
@UI.textArrangement: #TEXT_ONLY
@Consumption.valueHelpDefinition: [{ entity: { name: 'C_PPM_TeamMemberSearchHelp', element: 'BusinessPartnerUUID' } ,
additionalBinding: [{ localElement: 'BusinessPartner',
element: 'BusinessPartner',
usage: #RESULT}] } ]
@ObjectModel:{ text: { element: [ 'PersonFullName' ] },
foreignKey.association: '_Manager' }
@EndUserText: {
label: 'Project Manager',
quickInfo: 'Project Manager' }
BusinessPartnerUUID,
@Consumption.valueHelpDefinition: [{ entity: { name: 'C_PPM_TeamMemberSearchHelp', element: 'BusinessPartner' } ,
additionalBinding: [{ localElement: 'BusinessPartnerUUID',
element: 'BusinessPartnerUUID',
usage: #RESULT}] } ]
@EndUserText: {
label: 'Project Manager',
quickInfo: 'Project Manager' }
@ObjectModel: { text.element: [ 'PersonFullName' ] }
@UI.textArrangement: #TEXT_ONLY
@Consumption.filter.hidden: true
BusinessPartner,
@Consumption.filter.hidden: true
ProjectRoleType,
@Consumption.filter.hidden: true
@Semantics.name.fullName: true
_BusinessPartner.PersonFullName,
@Consumption.filter.hidden: true
_BusinessPartner,
@Consumption.filter.hidden: true
_Manager,
@Consumption.filter.hidden: true
_EnterpriseProject : redirected to parent C_EnterpriseProjectControlTP,
_EnterpriseProjectForUser
}
where
ProjectRoleType = 'YP_RL_0001'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BUSINESSPARTNER",
"R_ENTPROJTEAMROLESTAFFINTTP"
],
"ASSOCIATED":
[
"C_ENTERPRISEPROJECTCONTROLTP",
"C_PPM_PROJECTMEMBERCONTACTCARD",
"I_BUSINESSPARTNER",
"I_ENTERPRISEPROJECTFORUSER",
"I_ENTERPRISEPROJECTTP_2"
],
"BASE":
[
"R_ENTPROJTEAMROLESTAFFINTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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