R_SOURCINGPROJECTMILESTONETP

CDS View

Milestone for Sourcing Project - TP

R_SOURCINGPROJECTMILESTONETP is a CDS View in S/4HANA. Milestone for Sourcing Project - TP. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
A_SourcingProjectMilestone view_entity projection CONSUMPTION Milestone
C_SourcingProjectMilestoneTP view_entity projection CONSUMPTION Milestone for Sourcing Project - TP
C_SrcgProjectMilestoneTP_F7757 view_entity projection CONSUMPTION Milestone for Sourcing Project - TP
I_SourcingProjectMilestoneTP view_entity projection TRANSACTIONAL Milestone for Sourcing Project - TP
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel:{representativeKey: 'SourcingProjectMilestoneUUID',
              semanticKey: ['SourcingProjectMilestone'],
              usageType.dataClass: #TRANSACTIONAL,
              usageType.serviceQuality: #B,
              usageType.sizeCategory: #L}
@VDM: {viewType: #TRANSACTIONAL,
       lifecycle.contract.type: #SAP_INTERNAL_API}
@EndUserText.label: 'Milestone for Sourcing Project - TP'

define view entity R_SourcingProjectMilestoneTP
  as select from R_SourcingProjectMilestone
  association        to parent R_SourcingProjectTP     as _SourcingProject              on $projection.SourcingProjectUUID = _SourcingProject.SourcingProjectUUID
  association [0..*] to I_SrcgProjSourcingScenarioText as _SrcgProjSourcingScenarioText on $projection.SourcingScenario = _SrcgProjSourcingScenarioText.SourcingScenario
  association [0..*] to I_SrcgProjSourcingOriginText   as _SrcgProjSourcingOriginText   on $projection.SourcingOrigin = _SrcgProjSourcingOriginText.SourcingOrigin


{
  key SourcingProjectMilestoneUUID,
      SourcingProjectUUID,
      SourcingProjectMilestone,
      SrcgProjMilestoneDateTime,
      SourcingProjectMilestoneStatus,
      SourcingOrigin,
      SourcingScenario,

      /* Associations */
      _SourcingProject,
      _SrcgProjMilestoneType,
      _SrcgProjMilestoneStatus,
      _SrcgProjSourcingScenarioText,
      _SrcgProjSourcingOriginText
}