C_UnivAllocRcvrFctrRefKeyFldTP

DDL: C_UNIVALLOCRCVRFCTRREFKEYFLDTP Type: view_entity CONSUMPTION Package: ODATA_MANAGE_ALLOCATION_V2

TDD Receiver Tracing Ref Field - TP

C_UnivAllocRcvrFctrRefKeyFldTP is a Consumption CDS View that provides data about "TDD Receiver Tracing Ref Field - TP" in SAP S/4HANA. It reads from 1 data source (R_UnivAllocRcvrFctrRefKeyFldTP) and exposes 18 fields with key fields AllocationType, AllocationCycle, AllocationCycleStartDate, AllocationCycleSegment, AllocationSetType. It is exposed through 1 OData service (UI_FCO_MANAGE_ALLOCATION). Part of development package ODATA_MANAGE_ALLOCATION_V2.

Data Sources (1)

SourceAliasJoin Type
R_UnivAllocRcvrFctrRefKeyFldTP R_UnivAllocRcvrFctrRefKeyFldTP projection

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label TDD Receiver Tracing Ref Field - TP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
UI_FCO_MANAGE_ALLOCATION UI_FCOUA_MANAGE_ALLOCATION V2 C1 NOT_RELEASED

Fields (18)

KeyFieldSource TableSource FieldDescription
KEY AllocationType AllocationType
KEY AllocationCycle AllocationCycle
KEY AllocationCycleStartDate AllocationCycleStartDate
KEY AllocationCycleSegment AllocationCycleSegment
KEY AllocationSetType AllocationSetType
KEY AllocDocumentSequenceNumber AllocDocumentSequenceNumber
KEY AllocationFieldName AllocationFieldName
KEY AllocRefDocumentSequenceNumber AllocRefDocumentSequenceNumber
AllocationSetName AllocationSetName
AllocReferenceFromValue AllocReferenceFromValue
AllocReferenceToValue AllocReferenceToValue
AllocReferenceSourceFromValue AllocReferenceSourceFromValue
AllocReferenceSourceToValue AllocReferenceSourceToValue
AllocationSetId AllocationSetId
AllocRefFromValueInternal AllocReferenceFromValue
AllocReferenceToValueInternal AllocReferenceToValue
AllocRefSrceFromValueInternal AllocReferenceSourceFromValue
AllocRefSourceToValueInternal AllocReferenceSourceToValue
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'TDD Receiver Tracing Ref Field - TP'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #M,
  dataClass: #CUSTOMIZING }
@VDM: {
  viewType: #CONSUMPTION,
  usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE] }
define view entity C_UnivAllocRcvrFctrRefKeyFldTP 
  as projection on R_UnivAllocRcvrFctrRefKeyFldTP
{
  key AllocationType,
  key AllocationCycle,
  key AllocationCycleStartDate,
  key AllocationCycleSegment, 
  key AllocationSetType,
  key AllocDocumentSequenceNumber,
  key AllocationFieldName,
  key AllocRefDocumentSequenceNumber,
      AllocationSetName,
      
      @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_FCOUA_VIRTUAL_KEY_REF_CALC'
      AllocReferenceFromValue,
      @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_FCOUA_VIRTUAL_KEY_REF_CALC'
      AllocReferenceToValue,
      @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_FCOUA_VIRTUAL_KEY_REF_CALC'
      AllocReferenceSourceFromValue,
      @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_FCOUA_VIRTUAL_KEY_REF_CALC'
      AllocReferenceSourceToValue,
      
      AllocationSetId,
      
      @UI.hidden: true
      AllocReferenceFromValue as AllocRefFromValueInternal,
      @UI.hidden: true
      AllocReferenceToValue as AllocReferenceToValueInternal,
      @UI.hidden: true
      AllocReferenceSourceFromValue as AllocRefSrceFromValueInternal,
      @UI.hidden: true
      AllocReferenceSourceToValue as AllocRefSourceToValueInternal,
      
      _Cycle : redirected to C_UniversalAllocationCycleTP,
      _Segment : redirected to C_UniversalAllocationSegmentTP,
      _ReceiverTracingFactorKeyField : redirected to parent C_UnivAllocRcvrFctrKeyFieldTP
}