R_GeneralLedgerAccountEventTP

DDL: R_GENERALLEDGERACCOUNTEVENTTP Type: view_entity TRANSACTIONAL

Event Creation for GL Accounts

R_GeneralLedgerAccountEventTP is a Transactional CDS View that provides data about "Event Creation for GL Accounts" in SAP S/4HANA. It reads from 1 data source (I_GLAccountInChartOfAccounts) and exposes 2 fields with key fields ChartOfAccounts, GLAccount.

Data Sources (1)

SourceAliasJoin Type
I_GLAccountInChartOfAccounts GLAccount from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Event Creation for GL Accounts view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.sapObjectNodeType.name GeneralLedgerAccount view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ChartOfAccounts I_GLAccountInChartOfAccounts ChartOfAccounts
KEY GLAccount I_GLAccountInChartOfAccounts GLAccount
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Event Creation for GL Accounts'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType:#TRANSACTIONAL 
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@ObjectModel.sapObjectNodeType.name: 'GeneralLedgerAccount'
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}

define root view entity R_GeneralLedgerAccountEventTP as select from I_GLAccountInChartOfAccounts as GLAccount
{
  key GLAccount.ChartOfAccounts          as ChartOfAccounts,
  key GLAccount.GLAccount                as GLAccount
}