I_ALLOCTOPDWNDISTRSIMULATION
TDD Simulation
I_ALLOCTOPDWNDISTRSIMULATION is a CDS View in S/4HANA. TDD Simulation. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_AllocTopDwnDistrSimulation | view | from | CONSUMPTION | TDD Simulation |
@AbapCatalog.sqlViewName: 'ALOTDDSIMUL'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking:#NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@EndUserText.label: 'TDD Simulation'
define view I_AllocTopDwnDistrSimulation as
select from alloc_tdd_simul
association [0..*] to I_AllocSndrRefValTxt as _AllocSndrRefValTxt on $projection.AllocationSenderReferenceValue = _AllocSndrRefValTxt.AllocationSenderReferenceValue
{
key uuid as AllocationSimulationUUID,
key cast(fisperiod as fins_fyearperiod) as FiscalYearPeriod,
key data_type as AllocationSenderReferenceValue,
cnt as NumberOfItems,
_AllocSndrRefValTxt
}