C_UnivAllocationCycleUploadTP

DDL: C_UNIVALLOCATIONCYCLEUPLOADTP Type: view_entity CONSUMPTION Package: ODATA_MANAGE_ALLOCATION_V2_XLS

Cycle data from Alloc Excel upload TP

C_UnivAllocationCycleUploadTP is a Consumption CDS View that provides data about "Cycle data from Alloc Excel upload TP" in SAP S/4HANA. It reads from 1 data source (R_UnivAllocationCycleUploadTP) and exposes 30 fields with key fields AllocationUploadRowUUID, UploadUUID. It is exposed through 1 OData service (UI_FCO_MANAGE_ALLOCATION). Part of development package ODATA_MANAGE_ALLOCATION_V2_XLS.

Data Sources (1)

SourceAliasJoin Type
R_UnivAllocationCycleUploadTP R_UnivAllocationCycleUploadTP projection

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Cycle data from Alloc Excel upload TP view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_FCO_MANAGE_ALLOCATION UI_FCOUA_MANAGE_ALLOCATION V2 C1 NOT_RELEASED

Fields (30)

KeyFieldSource TableSource FieldDescription
KEY AllocationUploadRowUUID AllocationUploadRowUUID
KEY UploadUUID UploadUUID
AllocationCycle AllocationCycle
AllocationCycleName AllocationCycleName
AllocationType AllocationType
Ledger Ledger
AllocationCycleStartDate AllocationCycleStartDate
RowIndex RowIndex
AllocationCycleEndDate AllocationCycleEndDate
AllocationCycleDescription AllocationCycleDescription
CompanyCode CompanyCode
ControllingArea ControllingArea
AllocationPostingType AllocationPostingType
AllocationActualPlanVariant AllocationActualPlanVariant
AllocationCycleCategory AllocationCycleCategory
AllocationIsVariableQuantity AllocationIsVariableQuantity
AllocationIsInTransactionCrcy AllocationIsInTransactionCrcy
AllocationCycleIsIterative AllocationCycleIsIterative
CycleIsParallelLedgerEnabled CycleIsParallelLedgerEnabled
AllocationIsCumulative AllocationIsCumulative
UploadedByUser UploadedByUser
UploadCreationDateTime UploadCreationDateTime
AllocationCycleRunGroup AllocationCycleRunGroup
AllocationContextTypeTextlocalized
LedgerNamelocalized
AllocationPostingTypeTextlocalized
AllocActualPlanVariantTextlocalized
AllocationCycleRunGroupTextlocalized
CompanyCodeName _CompanyCode CompanyCodeName
ControllingAreaName _ControllingArea ControllingAreaName
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Cycle data from Alloc Excel upload TP'
@ObjectModel: { usageType:{
  serviceQuality: #C,
  sizeCategory: #M,
  dataClass: #TRANSACTIONAL },
  semanticKey: [ 'AllocationCycleName', 'Ledger', 'AllocationCycleStartDate', 'AllocationType' ]
}
@VDM: {
  viewType: #CONSUMPTION
}
@Metadata: {
  allowExtensions: true
}
define view entity C_UnivAllocationCycleUploadTP
  as projection on R_UnivAllocationCycleUploadTP
{
  key AllocationUploadRowUUID,
  key UploadUUID,
      AllocationCycle,
      AllocationCycleName,
      @ObjectModel.text.element: ['AllocationContextTypeText']
      AllocationType,
      @ObjectModel.text.element: ['LedgerName']
      Ledger,
      AllocationCycleStartDate,
      RowIndex,
      AllocationCycleEndDate,
      AllocationCycleDescription,
      @ObjectModel.text.element: ['CompanyCodeName']
      CompanyCode,
      @ObjectModel.text.element: ['ControllingAreaName']
      ControllingArea,
      @ObjectModel.text.element: ['AllocationPostingTypeText']
      AllocationPostingType,
      @ObjectModel.text.element: ['AllocActualPlanVariantText']
      AllocationActualPlanVariant,
      AllocationCycleCategory,
      AllocationIsVariableQuantity,
      AllocationIsInTransactionCrcy,
      AllocationCycleIsIterative,
      CycleIsParallelLedgerEnabled,
      AllocationIsCumulative,
      UploadedByUser,
      UploadCreationDateTime,
      @ObjectModel.text.element: ['AllocationCycleRunGroupText']
      AllocationCycleRunGroup,
      @UI.hidden: true
      _Context._Text.AllocationContextTypeText             : localized,
      @UI.hidden: true
      _LedgerText.LedgerName                               : localized,
      @UI.hidden: true
      _AllocationPostingTypeText.AllocationPostingTypeText : localized,
      @UI.hidden: true
      _ActualPlanVariant._Text.AllocActualPlanVariantText  : localized,
      @UI.hidden: true
      _CycleRunGroup._Text.AllocationCycleRunGroupText     : localized,
      @UI.hidden: true
      _CompanyCode.CompanyCodeName,
      _ControllingArea.ControllingAreaName,
      /* Associations */
      _File : redirected to parent C_UnivAllocationFileUploadTP
}