I_BankAccountIntervalUnitText

DDL: I_BANKACCOUNTINTERVALUNITTEXT Type: view BASIC

Interval Unit - Text

I_BankAccountIntervalUnitText is a Basic CDS View that provides data about "Interval Unit - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields Language, ControlFrequency. 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 (14)

NameValueLevelField
AbapCatalog.sqlViewName IACCTINTVUNITTXT view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey ControlFrequency view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
EndUserText.label Interval Unit - Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY ControlFrequency
FrequencyDescription ddtext
_Language _Language
@AbapCatalog:{
  sqlViewName: 'IACCTINTVUNITTXT',
  preserveKey: true,
  compiler.compareFilter: true
  }
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.representativeKey: 'ControlFrequency'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@EndUserText.label: 'Interval Unit - Text'
define view I_BankAccountIntervalUnitText
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language

{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key ddlanguage                   as Language,
      @ObjectModel.text.element:['FrequencyDescription']
  key cast ( substring( domvalue_l, 1, 1) as exp_rhy) as ControlFrequency,
      @Semantics.text: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Search.defaultSearchElement: true
      ddtext                       as FrequencyDescription,
      _Language

}
where
      domname  = 'TFMURHY'
  and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/