R_MANAGEJOURNALENTRYLEDGER

CDS View

Journal Entry Ledger

R_MANAGEJOURNALENTRYLEDGER is a CDS View in S/4HANA. Journal Entry Ledger. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_ManageJournalEntryLedger view_entity from CONSUMPTION Journal Entry Ledger

Fields (5)

KeyField CDS FieldsUsed in Views
KEY AccountingDocument AccountingDocument 1
KEY CompanyCode CompanyCode 1
KEY FiscalYear FiscalYear 1
KEY IsStatisticalDocument IsStatisticalDocument 1
KEY SourceLedger SourceLedger 1
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Journal Entry Ledger'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #XXL,
  dataClass: #MIXED
}

@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type:#SAP_INTERNAL_API
}
define view entity R_ManageJournalEntryLedger
as select distinct from P_ManageJournalEntryLedgerView as _Item 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
{
  @Semantics.booleanIndicator: true
  key _Item.IsStatisticalDocument,
  key _Item.SourceLedger,
  key _Item.CompanyCode,
  key _Item.FiscalYear,
  key _Item.AccountingDocument

}