FARR_ACCTGPRNCPREPLDGRMAPPING
RAR Mapping-Rep Ledger of an Acctg Prncp
FARR_ACCTGPRNCPREPLDGRMAPPING is a CDS View in S/4HANA. RAR Mapping-Rep Ledger of an Acctg Prncp. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FARR_JournalEntryItem | view_entity | inner | Revenue Accounting-ACDOCA Extended View |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'RAR Mapping-Rep Ledger of an Acctg Prncp'
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #XXL, dataClass: #TRANSACTIONAL }
define view entity 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
}