E_JournalEntryItemItemization
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)
| Source | Alias | Join Type |
|---|---|---|
| acdocd | Persistence | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
@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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA