I_PrdtvAcctgNotifSimlnStepText
Pred. Acc. Simulation Step Text
I_PrdtvAcctgNotifSimlnStepText is a Basic CDS View (Text) that provides data about "Pred. Acc. Simulation Step Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields PrdtvAcctgNotifSimulationStep, Language. It has 1 association to related views. Part of development package ODATA_MONITORING_PRA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPRSIMTXT | view | |
| Analytics.dataCategory | #TEXT | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Pred. Acc. Simulation Step Text | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.representativeKey | PrdtvAcctgNotifSimulationStep | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Search.searchable | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PrdtvAcctgNotifSimulationStep | |||
| KEY | Language | |||
| PrdtvAcctgNotifSimlnStepDesc | ||||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IPRSIMTXT'
@Analytics: { dataCategory: #TEXT, dataExtraction.enabled: true }
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@EndUserText.label: 'Pred. Acc. Simulation Step Text'
@AbapCatalog.buffering.status: #NOT_ALLOWED
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.representativeKey: 'PrdtvAcctgNotifSimulationStep'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
define view I_PrdtvAcctgNotifSimlnStepText
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key cast( domvalue_l as abap.char( 1 ) ) as PrdtvAcctgNotifSimulationStep,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cast( ddlanguage as spras preserving type ) as Language,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@Semantics.text: true
cast(ddtext as fis_val_text preserving type ) as PrdtvAcctgNotifSimlnStepDesc,
_Language
}
where
domname = 'FINS_PRED_SIMUL_STEP'
and as4local = 'A';
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