R_PROJECTSEMTAGGLACCOUNT

CDS View

GL Accounts for Semantic Tag

R_PROJECTSEMTAGGLACCOUNT is a CDS View in S/4HANA. GL Accounts for Semantic Tag. It contains 6 fields. 8 CDS views read from this table.

CDS Views using this table (8)

ViewTypeJoinVDMDescription
P_GetAllChildSemanticTag view from COMPOSITE
P_GetBudgetRlvtSemanticTag view inner COMPOSITE
P_GetBudgetSemanticTag view from COMPOSITE
P_ProjActlPlnJrnlEntrItm view inner COMPOSITE
P_ProjCostAcctgLineItms view inner COMPOSITE
P_PROJECTSEMTAGACC view inner COMPOSITE
P_ProjectStockAcctSemanticTag view inner COMPOSITE Project stock account semantic tag
P_WPMO_PROJCOSTLINEITEMS view inner COMPOSITE

Fields (6)

KeyField CDS FieldsUsed in Views
KEY GLAccountHierarchy FinancialStatementVariant,GLAccountHierarchy 5
KEY SemanticTag SemanticTag 7
HierarchyNode NodeValue 1
HierarchyNodeClass HierarchyNodeClass 2
HierarchyNodeVal HierarchyNodeVal 2
ValidityStartDate ValidityStartDate 2
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'GL Accounts for Semantic Tag'
@AbapCatalog.sqlViewName: 'RPROJSEMTAGGLACT'
@AbapCatalog.compiler.compareFilter:true 
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #MIXED
@ClientHandling.algorithm: #SESSION_VARIABLE

define view R_ProjectSemTagGLAccount
  as select from P_SemTagGLAccount

{
  @ObjectModel.foreignKey.association: '_Hierarchy'
  GLAccountHierarchy,
  //      @ObjectModel.foreignKey.association: '_GLAccountHierarchyNode'

  @ObjectModel.foreignKey.association: '_SemanticTag'
  SemanticTag,
  HierarchyNode,  /*CE2308:Global Hierarchy*/
  @Semantics.businessDate.to: true
  ValidityEndDate,
  @Semantics.businessDate.from: true
  ValidityStartDate,
   cast( ChartOfAccounts as nodecls) as HierarchyNodeClass,
//  ChartOfAccounts as HierarchyNodeClass ,

  GLAccount as HierarchyNodeVal,
  _Hierarchy,
  _SemanticTag

}