I_PROJECTDEMANDSERVICESUPPLYTP

CDS View

Supply Data of Service Demand - TP

I_PROJECTDEMANDSERVICESUPPLYTP is a CDS View in S/4HANA. Supply Data of Service Demand - TP. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_ProjectDemandServiceSupply view_entity projection COMPOSITE Service Supply Data
C_ProjDemandServiceSupplyTP view_entity projection CONSUMPTION Proj Dmnd Srvc Sply Consumption TP view
I_ProjDemandServiceSupplyTP_2 view_entity projection TRANSACTIONAL Supply Data of Service Demand – TP
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:  #SAP_INTERNAL_API

//@ClientHandling.algorithm: #SESSION_VARIABLE

@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED

//@AbapCatalog: { 

//    sqlViewName: 'IDMNDSRVCSUPTP',

//    compiler.compareFilter: true,

//    preserveKey:true

//}


@ObjectModel: {
                                             
                                           
   
                               
                                     
                                 
   
   semanticKey:       ['PurchaseRequisition', 'PurchaseRequisitionItem'],
   representativeKey: 'ProjectDemandServiceSupplyUUID',
  // alternativeKey: ['ProjectDemandServiceUUID'],

   
   usageType: {
     serviceQuality:  #A,
     dataClass:       #TRANSACTIONAL,
     sizeCategory:    #XL
   }
}
@EndUserText.label: 'Supply Data of Service Demand - TP'
define view entity I_ProjectDemandServiceSupplyTP as select from R_ProjectDemandServiceSupply 
  
  association [1..1] to I_ProjectDemandTP as _Root on $projection.ProjectDemandUUID = _Root.ProjectDemandUUID
  association to parent I_ProjectDemandServiceTP as _Service on $projection.ProjectDemandServiceUUID = _Service.ProjectDemandServiceUUID
{


  key ProjectDemandServiceSupplyUUID,
                                 
      ProjectDemandServiceUUID,
                                 
      ProjectDemandUUID,
      PurchaseRequisition,
      PurchaseRequisitionItem,
      
      CreatedByUser,
      CreationDateTime,
      LastChangedByUser,
      LastChangeDateTime,
      
                                 
                                                             
     _Service,
     
                                
                                                            
     _Root
}