FARR_ACCTGPRNCPREPLDGRMAPPING
RAR Mapping-Representative Ledger of an Accounting Principle
FARR_ACCTGPRNCPREPLDGRMAPPING is a CDS View in S/4HANA. RAR Mapping-Representative Ledger of an Accounting Principle. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FARR_JournalEntryItem | view | inner | Revenue Accounting-ACDOCA Extended View |
@AbapCatalog.sqlViewName: 'RARACCPRNCPMAPPG'
@EndUserText.label: 'RAR Mapping-Representative Ledger of an Accounting Principle'
@ObjectModel: {
usageType.serviceQuality: #C,
usageType.sizeCategory: #XXL,
usageType.dataClass: #TRANSACTIONAL
}
@AbapCatalog.compiler.compareFilter:true
@AbapCatalog.preserveKey:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view FARR_AcctgPrncpRepLdgrMapping
as select distinct from I_AccountingPrincipleAssgmt as _AccountingPrincipleAssgmt
left outer to one join I_LedgerGroupAssignment as _RepresentativeLedger on _AccountingPrincipleAssgmt.LedgerGroup = _RepresentativeLedger.LedgerGroup
and _RepresentativeLedger.IsRepresentativeLedger = 'X'
{
key _AccountingPrincipleAssgmt.AccountingPrinciple,
key _RepresentativeLedger.Ledger
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACCOUNTINGPRINCIPLEASSGMT",
"I_LEDGERGROUPASSIGNMENT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/