C_AllocTopDwnDistrSimulation
TDD Simulation
C_AllocTopDwnDistrSimulation is a Consumption CDS View that provides data about "TDD Simulation" in SAP S/4HANA. It reads from 1 data source (I_AllocTopDwnDistrSimulation) and exposes 5 fields with key fields AllocationSimulationUUID, FiscalYearPeriod, AllocationSenderReferenceValue.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AllocTopDwnDistrSimulation | I_AllocTopDwnDistrSimulation | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CALOTDDSIMUL | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | TDD Simulation | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AllocationSimulationUUID | AllocationSimulationUUID | ||
| KEY | FiscalYearPeriod | FiscalYearPeriod | ||
| KEY | AllocationSenderReferenceValue | AllocationSenderReferenceValue | ||
| NumberOfItems | NumberOfItems | |||
| AllocSndrRefValTxt |
@AbapCatalog.sqlViewName: 'CALOTDDSIMUL'
@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: #CONSUMPTION
@EndUserText.label: 'TDD Simulation'
define view C_AllocTopDwnDistrSimulation as
select from I_AllocTopDwnDistrSimulation
{
@UI.hidden: true
key AllocationSimulationUUID,
@UI.lineItem: [{ position: 10 }]
key FiscalYearPeriod,
@UI.lineItem: [{ position: 20 }]
@ObjectModel.text.element: ['AllocSndrRefValTxt']
@UI.textArrangement: #TEXT_LAST
key AllocationSenderReferenceValue,
@DefaultAggregation: #SUM
@UI.lineItem: [{ position: 30 }]
NumberOfItems,
@Semantics.text: true
@UI.hidden: true
_AllocSndrRefValTxt[1:Language = $session.system_language].AllocSndrRefValTxt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ALLOCSNDRREFVALTXT",
"I_ALLOCTOPDWNDISTRSIMULATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA