R_DEVELOPMENTPROJECTELEMENTTP

CDS View

Development Project Element - TP

R_DEVELOPMENTPROJECTELEMENTTP is a CDS View in S/4HANA. Development Project Element - TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_DevelopmentProjectElement view_entity projection CONSUMPTION Development Project Element Details
@AbapCatalog.sqlViewName: 'RDEVPROJELEMNTTP'
@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
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Development Project Element - TP'
define view R_DevelopmentProjectElementTP
  as select from I_DevelopmentProjectElement
  association        to parent R_DevelopmentProjectTP as _Project  on $projection.ProjectUUID = _Project.ProjectUUID
  composition [*] of R_DevProjTaskRelationshipTP      as _TaskRelationship
  composition [*] of R_SuccessorTaskReadyToStartTP    as _SuccessorTask
  composition [0..1] of R_TaskReadyToStartTP          as _TaskReady
   ---Extension Association
  association [1..1] to E_DevelopmentProjectElement    as _Extension     on $projection.DevProjElmntUUID = _Extension.TaskUUID

{
  key DevProjElmntUUID,
      ProjectElementDescription,
      DevProjElmntObjectType,
      ProjectUUID,
      DevelopmentProjectElement,
      SortingNumber,
      DevProjElmntType,
      DevProjElmntProcessType,
      StartConstraintType,
      StartConstraintDate,
      DevProjFinishConstraintType,
      FinishConstraintDate,
      EarliestStartDate,
      EarliestFinishDate,
      LatestStartDate,
      LatestFinishDate,
      ProjectElementDuration,
      DurationUnit,
      DevProjElmntTotalFloat,
      FactoryCalendar,
      PlannedWorkQuantity,
      PlannedWorkQuantityUnit,
      DevProjElmntRmngWrkQuantity,
      RemainingWorkQuantityUnit,
      IsMilestoneTask,
      IsObligatory,
      IsApprovalRelevant,
      IsMirroredTask,
      DevProjElmntGroupingText,
      DevProjElmntSearchFieldText,
      ActualStartDate,
      ActualFinishDate,
      PercentageOfCompletion,
      DevProjElmntActlWorkQuantity,
      ActualWorkQuantityUnit,
      CreatedByUser,
      CreationDateTime,
      LastChangedByUser,
      LastChangeDateTime,
      ForecastedStartDate,
      ForecastedFinishDate,
      DevProjElmntParentTaskUUID,
      DevProjHierarchySortNumber,
      DevProjElmntOriginalTaskUUID,
      CheckListItemIsNotRelevant,
      CheckListItemIsNotOkay,
      CheckListItemIsOkay,

      _Project,
      _TaskRelationship,
      _SuccessorTask,
      _TaskReady
}