I_BankAccountUniversalHierText

DDL: I_BANKACCOUNTUNIVERSALHIERTEXT SQL: IBANKACCTUHT Type: view BASIC

Bank Account Universal Hierarchy Text

I_BankAccountUniversalHierText is a Basic CDS View that provides data about "Bank Account Universal Hierarchy Text" in SAP S/4HANA. It reads from 1 data source (hrrp_directoryt) and exposes 6 fields with key fields BankAccountHierarchy, ValidityEndDate, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
hrrp_directoryt Text from

Associations (1)

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

Annotations (12)

NameValueLevelField
ObjectModel.representativeKey BankAccountHierarchy view
AbapCatalog.sqlViewName IBANKACCTUHT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
EndUserText.label Bank Account Universal Hierarchy Text view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY BankAccountHierarchy hrrp_directoryt hryid
KEY ValidityEndDate hrrp_directoryt hryvalto
KEY Language hrrp_directoryt spras
ValidityStartDate hrrp_directoryt hryvalfrom
BankAccountHierarchyName hrytxt
_Language _Language
@ObjectModel.representativeKey: 'BankAccountHierarchy'
@AbapCatalog.sqlViewName: 'IBANKACCTUHT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #B,
  sizeCategory: #M
}
@EndUserText.label: 'Bank Account Universal Hierarchy Text'
define view I_BankAccountUniversalHierText as select from hrrp_directoryt as Text
association [0..1] to I_Language        as _Language        on $projection.Language = _Language.Language
{
      key Text.hryid        as BankAccountHierarchy,      
      key Text.hryvalto     as ValidityEndDate,
       @Semantics.language
      key Text.spras        as Language,
      Text.hryvalfrom       as ValidityStartDate,
      @Semantics.text
      hrytxt                as BankAccountHierarchyName,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"HRRP_DIRECTORYT"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/