R_SrcgProjProcmtProjProdnDte

DDL: R_SRCGPROJPROCMTPROJPRODNDTE Type: view_entity COMPOSITE Package: VDM_MM_PUR_SRCGPROJ

Prodn Date for Procmt Proj in Srcg Proj

R_SrcgProjProcmtProjProdnDte is a Composite CDS View that provides data about "Prodn Date for Procmt Proj in Srcg Proj" in SAP S/4HANA. It reads from 1 data source (P_SrcgProjProcmtProjProdnDte) and exposes 4 fields with key field ProcurementProjectUUID. Part of development package VDM_MM_PUR_SRCGPROJ.

Data Sources (1)

SourceAliasJoin Type
P_SrcgProjProcmtProjProdnDte P_SrcgProjProcmtProjProdnDte from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ProcurementProjectUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label Prodn Date for Procmt Proj in Srcg Proj view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ProcurementProjectUUID ProcurementProjectUUID
ProcurementProject ProcurementProject
EarliestProductionStartDate EarliestProductionStartDate
LatestProductionEndDate LatestProductionEndDate
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel:{representativeKey: 'ProcurementProjectUUID',
              semanticKey: ['ProcurementProject'],
              usageType: {
                dataClass: #TRANSACTIONAL,
                serviceQuality: #B,
                sizeCategory: #M
              }
}

@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@EndUserText.label: 'Prodn Date for Procmt Proj in Srcg Proj'

define view entity R_SrcgProjProcmtProjProdnDte
  as select from P_SrcgProjProcmtProjProdnDte
{
  key ProcurementProjectUUID,
      ProcurementProject,
      EarliestProductionStartDate,
      LatestProductionEndDate
}