I_PRAIntrstCalcRunTypeText

DDL: I_PRAINTRSTCALCRUNTYPETEXT SQL: IPVICRTTXT Type: view BASIC

PRA Interest Calculation Run Type - Text

I_PRAIntrstCalcRunTypeText is a Basic CDS View that provides data about "PRA Interest Calculation Run Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields PRAIntrstCalcRunType, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (16)

NameValueLevelField
ObjectModel.dataCategory #TEXT view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IPVICRTTXT view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.representativeKey PRAIntrstCalcRunType 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
AbapCatalog.preserveKey true view
EndUserText.label PRA Interest Calculation Run Type - Text view
Search.searchable true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY PRAIntrstCalcRunType
KEY Language
PRAIntrstCalcRunTypeName ddtext
_Language _Language
@ObjectModel.dataCategory: #TEXT
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPVICRTTXT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@AbapCatalog.compiler.compareFilter:true 
@ObjectModel.representativeKey: 'PRAIntrstCalcRunType'

@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
@AbapCatalog.preserveKey:true
@EndUserText.label: 'PRA Interest Calculation Run Type - Text'
@Search.searchable: true
define view I_PRAIntrstCalcRunTypeText as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  key cast (domvalue_l as /pra/int_run_typ)                  as PRAIntrstCalcRunType,
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key cast( ddlanguage as spras preserving type )                            as Language,
    @Search.defaultSearchElement: true
    @Search.fuzzinessThreshold: 0.8 
    @Semantics.text: true
      ddtext                                                 as PRAIntrstCalcRunTypeName,
      _Language
}
where
      domname  = '/PRA/INT_RUN_TYP'
  and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/