I_GLACCOUNTHIERARCHYNODET

CDS View

G/L Account Hierarchy Node - Text

I_GLACCOUNTHIERARCHYNODET is a CDS View in S/4HANA. G/L Account Hierarchy Node - Text. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_GLAccountHierarchyNodeT view from CONSUMPTION API GL Account Hierarchy Node Text

Fields (4)

KeyField CDS FieldsUsed in Views
KEY GLAccountHierarchy GLAccountHierarchy 1
KEY HierarchyNode HierarchyNode 1
KEY ValidityEndDate ValidityEndDate 1
ValidityStartDate ValidityStartDate 1
@ObjectModel.representativeKey: 'HierarchyNode'
@EndUserText.label: 'G/L Account Hierarchy Node - Text'
@Analytics: { dataExtraction.enabled: true}
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFIGLACCOUNTHNT'
@ObjectModel.dataCategory: #TEXT
@AccessControl.authorizationCheck: #CHECK
@AbapCatalog.buffering.status: #NOT_ALLOWED
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass:  #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities:[#CDS_MODELING_DATA_SOURCE,#LANGUAGE_DEPENDENT_TEXT,#EXTRACTION_DATA_SOURCE]

define view I_GLAccountHierarchyNodeT
  as select from hrrp_nodet_n

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

  association [0..*] to I_GLAccountHierarchy as _Hierarchy on $projection.GLAccountHierarchy = _Hierarchy.GLAccountHierarchy

{
      @ObjectModel.foreignKey.association: '_Hierarchy'
  key cast ( hrrp_nodet_n.hryid_42 as fis_glaccthier preserving type ) as GLAccountHierarchy,
      @ObjectModel.text.element: 'HierarchyNodeText'
  key hrrp_nodet_n.hrynode                                             as HierarchyNode,
      @Semantics.businessDate.to: true
  key hrrp_nodet_n.hryvalto                                            as ValidityEndDate,
      @Semantics.language: true
  key hrrp_nodet_n.spras                                               as Language,
      @Semantics.text: true
      hrrp_nodet_n.nodetxt                                             as HierarchyNodeText,
      @Semantics.text: true
      substring(hrrp_nodet_n.nodetxt, 1, 20)                           as HierarchyNodeShortText,

      @Semantics.businessDate.from: true
      hrrp_nodet_n.hryvalfrom                                          as ValidityStartDate,
      _Language,
      _Hierarchy
}
where
  hrrp_nodet_n.hrytyp = 'FSVN';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"HRRP_NODET_N"
],
"ASSOCIATED":
[
"I_GLACCOUNTHIERARCHY",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/