R_UNIVALLOCATIONCYCLETEXTTP
Allocation Cycle Description
R_UNIVALLOCATIONCYCLETEXTTP is a CDS View in S/4HANA. Allocation Cycle Description. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_UnivAllocationCycleTextTP | view_entity | projection | CONSUMPTION | Allocation Cycle |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Allocation Cycle Description'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #M,
dataClass: #TRANSACTIONAL
}
@ObjectModel.dataCategory: #TEXT
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL
define view entity R_UnivAllocationCycleTextTP
as select from R_UniversalAllocationCycleText
association to parent R_UniversalAllocationCycleTP as _Cycle on $projection.AllocationType = _Cycle.AllocationType
and $projection.AllocationCycle = _Cycle.AllocationCycle
and $projection.AllocationCycleStartDate = _Cycle.AllocationCycleStartDate
association [0..1] to I_Language as _Language on $projection.LanguageCode = _Language.Language
{
@Semantics.language: true
key LanguageCode,
key AllocationType,
key AllocationCycle,
key AllocationCycleStartDate,
@Semantics.text:true
AllocationCycleDescription,
_Cycle,
_Language
}