R_MANAGEJOURNALENTRYLEDGER
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_ManageJournalEntryLedger | view_entity | from | CONSUMPTION | Journal Entry Ledger |
Fields (5)
| Key | Field | CDS Fields | Used 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 '' as IsStatisticalDocument,
key _Item.SourceLedger,
key _Item.CompanyCode,
key _Item.FiscalYear,
key _Item.AccountingDocument
}
where Source = 'STANDARD'
union select from P_ManageJournalEntryLedgerView as _Item
{
key 'X' as IsStatisticalDocument,
key _Item.SourceLedger,
key _Item.CompanyCode,
key _Item.FiscalYear,
key _Item.AccountingDocument
}
where Source = 'TECHNICAL'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_MANAGEJOURNALENTRYLEDGERVIEW"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/