R_UNIVALLOCATIONCYCLEUPLOADTP

CDS View

Cycle data from Alloc Excel upload TP

R_UNIVALLOCATIONCYCLEUPLOADTP is a CDS View in S/4HANA. Cycle data from Alloc Excel upload TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_UnivAllocationCycleUploadTP view_entity projection CONSUMPTION Cycle data from Alloc Excel upload TP
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Cycle data from Alloc Excel upload TP'
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #M,
  dataClass: #TRANSACTIONAL
}

@VDM: {
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #TRANSACTIONAL }
define view entity R_UnivAllocationCycleUploadTP
  as select from R_UnivAllocationCycleUpload
  association to parent R_UnivAllocationFileUploadTP as _File on $projection.UploadUUID = _File.UploadUUID

{
  key AllocationUploadRowUUID,
  key UploadUUID,
      AllocationCycle,
      AllocationCycleName,
      AllocationType,
      Ledger,
      AllocationCycleStartDate,
      RowIndex,
      AllocationCycleEndDate,
      AllocationCycleDescription,
      CompanyCode,
      ControllingArea,
      AllocationPostingType,
      AllocationActualPlanVariant,
      AllocationCycleCategory,
      AllocationIsVariableQuantity,
      AllocationIsInTransactionCrcy,
      AllocationCycleIsIterative,
      CycleIsParallelLedgerEnabled,
      AllocationIsCumulative,
      AllocationCycleRunGroup,
      UploadedByUser,
      UploadCreationDateTime,

      /* Associations */
      _File,
      _Context,
      _LedgerText,
      _ActualPlanVariant,
      _CompanyCode,
      _AllocationPostingTypeText,
      _CycleRunGroup,
      _ControllingArea
}