E_JournalEntryItemItemization

DDL: E_JOURNALENTRYITEMITEMIZATION Type: view_entity EXTENSION

Aged Journal Entry Item - Extension

E_JournalEntryItemItemization is a Extension CDS View that provides data about "Aged Journal Entry Item - Extension" in SAP S/4HANA. It reads from 1 data source (acdocd) and exposes 5 fields with key fields SourceLedger, CompanyCode, FiscalYear, AccountingDocument, LedgerGLLineItem.

Data Sources (1)

SourceAliasJoin Type
acdocd Persistence from

Annotations (7)

NameValueLevelField
Analytics.technicalName EFIJOURNALENTITITMZN view
EndUserText.label Aged Journal Entry Item - Extension view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #D view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SourceLedger acdocd rldnr
KEY CompanyCode acdocd rbukrs
KEY FiscalYear acdocd gjahr
KEY AccountingDocument acdocd belnr
KEY LedgerGLLineItem acdocd docln
@Analytics.technicalName: 'EFIJOURNALENTITITMZN'
//@AbapCatalog.compiler.compareFilter:true 

@EndUserText.label: 'Aged Journal Entry Item - Extension'
@VDM.viewType: #EXTENSION
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass:  #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #D

//Do not use @ClientHandling.algorithm: #SESSION_VARIABLE for extension include views


define view entity  E_JournalEntryItemItemization
  as select from acdocd as Persistence
{

  key Persistence.rldnr  as SourceLedger,
  key Persistence.rbukrs as CompanyCode,
  key Persistence.gjahr  as FiscalYear,
  key Persistence.belnr  as AccountingDocument,
  key Persistence.docln  as LedgerGLLineItem

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