P_GLDisplayItemChangeLogLdr

DDL: P_GLDISPLAYITEMCHANGELOGLDR Type: view_entity CONSUMPTION Package: ODATA_GL_OVP

Display G/L Item ChangeLog Ovw

P_GLDisplayItemChangeLogLdr is a Consumption CDS View that provides data about "Display G/L Item ChangeLog Ovw" in SAP S/4HANA. It reads from 1 data source (I_GLAccountLineItemRawData) and exposes 4 fields with key fields Ledger, CompanyCode, FiscalYear, AccountingDocument. Part of development package ODATA_GL_OVP.

Data Sources (1)

SourceAliasJoin Type
I_GLAccountLineItemRawData I_GLAccountLineItemRawData from

Annotations (4)

NameValueLevelField
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Ledger SourceLedger
KEY CompanyCode CompanyCode
KEY FiscalYear FiscalYear
KEY AccountingDocument AccountingDocument
@VDM.viewType: #CONSUMPTION
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private: true
@Metadata.ignorePropagatedAnnotations: true

define view entity P_GLDisplayItemChangeLogLdr
  as select from I_GLAccountLineItemRawData
{
  key SourceLedger as Ledger,
  key CompanyCode,
  key FiscalYear,
  key AccountingDocument
}
group by
  SourceLedger,
  CompanyCode,
  FiscalYear,
  AccountingDocument