R_UNIVALLOCRECEIVERKEYFIELDTP
Receiver Key Field Draft
R_UNIVALLOCRECEIVERKEYFIELDTP is a CDS View in S/4HANA. Receiver Key Field Draft. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_UnivAllocReceiverKeyFieldTP | view_entity | projection | CONSUMPTION | Receiver Key Field |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Receiver Key Field Draft'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #M,
dataClass: #CUSTOMIZING
}
@VDM: { viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API }
define view entity R_UnivAllocReceiverKeyFieldTP
as select from I_UniversalAllocationKeyField
association to parent 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
// composition [0..*] of R_UnivAllocRcvrRefKeyFieldTP as _ReceiverRefKeyField
{
key AllocationType,
key AllocationCycle,
key AllocationCycleStartDate,
key AllocationCycleSegment,
key AllocDocumentSequenceNumber,
key AllocationSetType,
AllocationFieldName,
AllocationSetName,
AllocationFieldMinimumValue,
AllocationFieldMaximumValue,
AllocationSetId,
cast( '' as abap.char( 40 ) ) as AllocationFieldText,
_Cycle,
_Segment
// _ReceiverRefKeyField
}
where
AllocationSetType = '3'