R_UNIVALLOCFIELDDERIVATIONTP

CDS View

Allocation Field Derivation

R_UNIVALLOCFIELDDERIVATIONTP is a CDS View in S/4HANA. Allocation Field Derivation. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_UnivAllocFieldDerivationTP view_entity projection CONSUMPTION Allocation Field Derivation
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Allocation Field Derivation'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #L,
  dataClass: #CUSTOMIZING }
@VDM: { viewType: #TRANSACTIONAL,
        lifecycle.contract.type: #SAP_INTERNAL_API }
define view entity R_UnivAllocFieldDerivationTP
  as select from I_UnivAllocFieldDerivation

  association to parent 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 AllocationSetType,
  key AllocationFieldName,
  AllocationFieldIsDerived,
  cast( '' as fco_ua_field_label ) as AllocationFieldLabel,

  _Cycle
}