R_UNIVERSALALLOCATIONCYCLETEXT

CDS View

Text for Allocation Cycle

R_UNIVERSALALLOCATIONCYCLETEXT is a CDS View in S/4HANA. Text for Allocation Cycle. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_UnivAllocationCycleTextTP view_entity from TRANSACTIONAL Allocation Cycle Description
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Text for Allocation Cycle'
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType: {
    dataClass: #MASTER,
    serviceQuality: #A,
    sizeCategory: #M }
@ObjectModel.dataCategory:#TEXT
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view entity R_UniversalAllocationCycleText
  as select from I_UniversalAllocationCycleText
{
  key LanguageCode,
  key AllocationType,
  key AllocationCycle,
  key AllocationCycleStartDate,
      cast( AllocationCycleDescription as fco_alloc_cycle_name preserving type ) as AllocationCycleDescription
}