P_RACONTRWITHTIMEBASEDPOB

CDS View

P_RACONTRWITHTIMEBASEDPOB is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_RAContrManualSpreadingTP view_entity inner CONSUMPTION Revenue Accounting Contract Entity
@AbapCatalog.viewEnhancementCategory: [#NONE]
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}

@AccessControl.authorizationCheck: #NOT_REQUIRED

@VDM.viewType: #COMPOSITE
@VDM.private:true


define view entity P_RAContrWithTimeBasedPOB
  as select distinct from I_RAPerformanceObligation
{

  key I_RAPerformanceObligation.RevenueAccountingContract
//  ,

//  PerfOblgnHasSprdgConflict as Conf1


}
where
      I_RAPerformanceObligation.PerfOblgnFulfillmentType =  'T'
  and I_RAPerformanceObligation.PerfOblgnIsSoftDeleted   =  ''
  and I_RAPerformanceObligation.RAPerfOblgnDistinctType  =  'D'
  and I_RAPerformanceObligation.RAPerfOblgnCategory      <> 'C';