I_PrdtvAcctgNotifSimlnStepText

DDL: I_PRDTVACCTGNOTIFSIMLNSTEPTEXT SQL: IPRSIMTXT Type: view BASIC Package: ODATA_MONITORING_PRA

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)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (15)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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';