I_PRAInterestCalcTypeText

DDL: I_PRAINTERESTCALCTYPETEXT SQL: IINTCALCTYPT Type: view BASIC

PRA Interest Calculation Type - Text

I_PRAInterestCalcTypeText is a Basic CDS View that provides data about "PRA Interest Calculation Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields PRAInterestCalculationType, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (13)

NameValueLevelField
EndUserText.label PRA Interest Calculation Type - Text view
ObjectModel.dataCategory #TEXT view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IINTCALCTYPT view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey PRAInterestCalculationType 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 PRAInterestCalculationType
KEY Language
PRAInterestCalcTypeText
@EndUserText.label: 'PRA Interest Calculation Type - Text'
@ObjectModel.dataCategory: #TEXT
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IINTCALCTYPT'
@AbapCatalog.preserveKey:true 
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel.representativeKey: 'PRAInterestCalculationType'

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

define view I_PRAInterestCalcTypeText
  as select from dd07t
{
  key cast (domvalue_l as /pra/int_type )            as PRAInterestCalculationType,
  @Semantics.language
  key cast( ddlanguage as spras )                    as Language,
  @Semantics.text
  cast( ddtext as /pra/int_type_text )               as PRAInterestCalcTypeText
}
where domname  = '/PRA/INT_TYPE'
  and as4local = 'A'; 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/