I_BUDGETACCOUNTHIERARCHYTEXT

CDS View

Budget Account Hierarchy - Text

I_BUDGETACCOUNTHIERARCHYTEXT is a CDS View in S/4HANA. Budget Account Hierarchy - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_BudgetAccountCoreHierarchyT view from COMPOSITE Budget Account Hierarchy Text
@AbapCatalog.sqlViewName: 'IPSMS4CBDACHT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Budget Account Hierarchy - Text'

@VDM.viewType: #BASIC
@ObjectModel: {
     dataCategory: #TEXT,
     representativeKey: 'BudgetAccountHierarchy',
     usageType: {
         dataClass: #MASTER,
         serviceQuality: #A,
         sizeCategory: #XL
     }
}

define view I_BudgetAccountHierarchyText
  as select from hrrp_directoryt

  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language

{
  key   cast( hrrp_directoryt.hryid as psm_hryid_budgetaccount preserving type ) as BudgetAccountHierarchy,

        @Semantics.businessDate.to: true
  key   cast( hrrp_directoryt.hryvalto as fis_datbi preserving type )            as ValidityEndDate,
        @Semantics.language
  key   spras                                                                    as Language,
        @Semantics.businessDate.from: true
        cast( hrrp_directoryt.hryvalfrom as fis_datab preserving type )          as ValidityStartDate,
        @Semantics.text
        hrytxt                                                                   as BudgetAccountHierarchyName,
        _Language

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"HRRP_DIRECTORYT"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/