R_UNIVALLOCATIONFILEUPLOADTP

CDS View

File content from Alloc Excel upload TP

R_UNIVALLOCATIONFILEUPLOADTP is a CDS View in S/4HANA. File content from Alloc Excel upload TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_UnivAllocationFileUploadTP view_entity projection CONSUMPTION File content from Alloc Excel upload TP
@AccessControl.authorizationCheck: #MANDATORY

@EndUserText.label: 'File content from Alloc Excel upload TP'

@ObjectModel: {
  usageType: {
      dataClass: #TRANSACTIONAL,
      serviceQuality: #B,
      sizeCategory: #M
  },
  sapObjectNodeType.name: 'AllocationFileUpload' }
@VDM: {
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #TRANSACTIONAL }
define root view entity R_UnivAllocationFileUploadTP
  as select from R_UnivAllocationFileUpload

  composition [0..*] of R_UnivAllocationCycleUploadTP  as _Cycle
  composition [0..*] of R_UnivAllocSegmentUploadTP     as _Segment
  composition [0..*] of R_UnivAllocationSenderUploadTP as _Sender
  composition [0..*] of R_UnivAllocReceiverUploadTP    as _Receiver
  composition [0..*] of R_UnivAllocFldDrvtnUploadTP    as _FieldDerivation
  composition [0..*] of R_UnivAllocRcvrBasisUploadTP   as _ReceiverBasis
{
  key UploadUUID,
      AllocationUploadName,
      UploadFileContentBinary,
      UploadedByUser,
      UploadCreationDateTime,
      @Semantics.systemDateTime.lastChangedAt: true
      LastChangedAtDateTime,
      UniversalAllocationMimeType,
      cast( '' as xfeld ) as UnivAllocUploadIsReadyToApply,
      /* Associations */
      _Cycle,
      _Segment,
      _Sender,
      _Receiver,
      _FieldDerivation,
      _ReceiverBasis
}