I_PrdtvAcctgNotifSimlnStep
Pred. Acc. Simulation Step
I_PrdtvAcctgNotifSimlnStep is a Basic CDS View (Dimension) that provides data about "Pred. Acc. Simulation Step" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PrdtvAcctgNotifSimulationStep. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_PrdtvAcctgNotifSimlnStepText | _Text | $projection.PrdtvAcctgNotifSimulationStep = _Text.PrdtvAcctgNotifSimulationStep |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPRSIMSTEP | view | |
| EndUserText.label | Pred. Acc. Simulation Step | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | PrdtvAcctgNotifSimulationStep | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PrdtvAcctgNotifSimulationStep | Simulation Step | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IPRSIMSTEP'
@EndUserText.label: 'Pred. Acc. Simulation Step'
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'PrdtvAcctgNotifSimulationStep'
@AbapCatalog.buffering.status: #NOT_ALLOWED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
define view I_PrdtvAcctgNotifSimlnStep
as select from dd07l
association [0..*] to I_PrdtvAcctgNotifSimlnStepText as _Text on $projection.PrdtvAcctgNotifSimulationStep = _Text.PrdtvAcctgNotifSimulationStep
{
@ObjectModel.text.association: '_Text'
@EndUserText.label: 'Simulation Step'
key cast( domvalue_l as abap.char( 1 ) ) as PrdtvAcctgNotifSimulationStep,
@Search.defaultSearchElement: true
_Text
}
where
dd07l.domname = 'FINS_PRED_SIMUL_STEP'
and dd07l.as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PRDTVACCTGNOTIFSIMLNSTEPTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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