R_UNIVALLOCRCVRFCTRREFKEYFLDTP

CDS View

TDD Receiver Tracing Reference Field

R_UNIVALLOCRCVRFCTRREFKEYFLDTP is a CDS View in S/4HANA. TDD Receiver Tracing Reference Field. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_UnivAllocRcvrFctrRefKeyFldTP view_entity projection CONSUMPTION TDD Receiver Tracing Ref Field - TP
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'TDD Receiver Tracing Reference Field'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #M,
  dataClass: #CUSTOMIZING
}
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL

define view entity R_UnivAllocRcvrFctrRefKeyFldTP
  as select from I_UnivAllocTopDwnDistrRefFld

  association        to parent R_UnivAllocRcvrFctrKeyFieldTP as _ReceiverTracingFactorKeyField on  $projection.AllocationType              = _ReceiverTracingFactorKeyField.AllocationType
                                                                                               and $projection.AllocationCycle             = _ReceiverTracingFactorKeyField.AllocationCycle
                                                                                               and $projection.AllocationCycleStartDate    = _ReceiverTracingFactorKeyField.AllocationCycleStartDate
                                                                                               and $projection.AllocationCycleSegment      = _ReceiverTracingFactorKeyField.AllocationCycleSegment
                                                                                               and $projection.AllocDocumentSequenceNumber = _ReceiverTracingFactorKeyField.AllocDocumentSequenceNumber
                                                                                               and $projection.AllocationSetType           = _ReceiverTracingFactorKeyField.AllocationSetType

  association [1]    to R_UniversalAllocationSegmentTP       as _Segment                       on  $projection.AllocationType           = _Segment.AllocationType
                                                                                               and $projection.AllocationCycle          = _Segment.AllocationCycle
                                                                                               and $projection.AllocationCycleStartDate = _Segment.AllocationCycleStartDate
                                                                                               and $projection.AllocationCycleSegment   = _Segment.AllocationCycleSegment

  association [1..1] to R_UniversalAllocationCycleTP         as _Cycle                         on  $projection.AllocationType           = _Cycle.AllocationType
                                                                                               and $projection.AllocationCycle          = _Cycle.AllocationCycle
                                                                                               and $projection.AllocationCycleStartDate = _Cycle.AllocationCycleStartDate
{
  key AllocationType,
  key AllocationCycle,
  key AllocationCycleStartDate,
  key AllocationCycleSegment,
  key AllocationSetType,
  key AllocDocumentSequenceNumber,
  key AllocationFieldName,
  key AllocRefDocumentSequenceNumber,
      AllocationSetName,
      AllocReferenceFromValue,
      AllocReferenceToValue,
      AllocReferenceSourceFromValue,
      AllocReferenceSourceToValue,
      AllocationSetId,

      _ReceiverTracingFactorKeyField,
      _Segment,
      _Cycle
}
where
  AllocationSetType = '4'