I_PRARunPreDecisionText

DDL: I_PRARUNPREDECISIONTEXT SQL: IPRARUNPREDCSN Type: view BASIC

Run Pre Decision - Text

I_PRARunPreDecisionText is a Basic CDS View that provides data about "Run Pre Decision - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields PRAPreRunDecision, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (14)

NameValueLevelField
EndUserText.label Run Pre Decision - Text view
AbapCatalog.compiler.compareFilter true view
ObjectModel.dataCategory #TEXT view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IPRARUNPREDCSN view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey PRAPreRunDecision view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #META view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PRAPreRunDecision
KEY Language
PRAPreRunDecisionName
@EndUserText.label: 'Run Pre Decision - Text'
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.dataCategory: #TEXT
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPRARUNPREDCSN'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.representativeKey: 'PRAPreRunDecision'

@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT , #SQL_DATA_SOURCE , #CDS_MODELING_DATA_SOURCE , #CDS_MODELING_ASSOCIATION_TARGET]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #META



define view I_PRARunPreDecisionText 
 as select from dd07t
{
  key cast (domvalue_l as /pra/ru_pre_decision )                as PRAPreRunDecision,
  @Semantics.language:true
  key cast( ddlanguage as spras )                          as Language,
      @Semantics.text
      cast (ddtext as /pra/ru_pre_decision_nm  )               as PRAPreRunDecisionName
}
where
      domname  = '/pra/ru_pre_decision'
  and as4local = 'A' 
  and ddlanguage = $session.system_language ;
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/