R_DEVELOPMENTPROJECTROLETP

CDS View

DevelopmentProjectRole - TP

R_DEVELOPMENTPROJECTROLETP is a CDS View in S/4HANA. DevelopmentProjectRole - TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_DevelopmentProjectRole view_entity projection COMPOSITE Development Project Role Details
@AbapCatalog.sqlViewName: 'RDEVPROJROLE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ObjectModel: {
    usageType: {
      dataClass:       #TRANSACTIONAL,
      serviceQuality:  #C,
      sizeCategory:    #XL
    }
}
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@AccessControl.authorizationCheck: #MANDATORY
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'DevelopmentProjectRole - TP'
define view R_DevelopmentProjectRoleTP
  as select from I_DevelopmentProjectRole
  association to parent R_DevelopmentProjectTP as _Project on $projection.ProjectUUID = _Project.ProjectUUID
  composition [1..*] of R_DevRoleTaskAssignmentTP as _RoleTaskAssignment
{
  key ProjectRoleUUID,
      ProjectUUID,
      ProjectRole,
      ProjectRoleName,
      SortingNumber,
      PlannedWorkQuantityUnit,
      PlannedWorkQuantity,
      IsVacant,
      CostRevenueRateCode,
      ManualRevenueRateCurrency,
      ManualRevenueRate,
      DevProjRoleActualWorkQuantity,
      ActualWorkQuantityUnit,
      PlannedStartDate,
      DevProjRolePlndFinishDate,
      ProjectRoleType,
      DevProjRoleFunctionID,
      LocationType,
      _RoleTaskAssignment,
      _Project
     

}