P_ISLEADINGLEDGER

CDS View

P_ISLEADINGLEDGER is a CDS View in S/4HANA. It contains 1 fields. 10 CDS views read from this table.

CDS Views using this table (10)

ViewTypeJoinVDMDescription
P_ActvENTERPRISEPROJPLNCOSTS view inner COMPOSITE
P_ACTVENTPROJACTCOSTSFORLEDGER view inner COMPOSITE
P_EnterpriseProjectActCosts view inner COMPOSITE
P_EnterpriseProjectPlnCosts view inner COMPOSITE
P_ENTPROJECTACTCOSTS view inner COMPOSITE
P_ENTPROJECTPLNCOSTS view inner COMPOSITE
P_ENTPROJPPLNCOSTS view inner COMPOSITE
P_ProjActualCostLineItems view inner COMPOSITE
P_ProjectStockCostLineItem view inner COMPOSITE Project Stock Cost line item
P_ProjPlnCostLineItms view inner COMPOSITE

Fields (1)

KeyField CDS FieldsUsed in Views
KEY Ledger Ledger 1
@VDM.viewType: #COMPOSITE
@VDM.private:true
@AbapCatalog.sqlViewName: 'PFILLEDGER'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.representativeKey: 'Ledger'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S
}
define view P_IsLeadingLedger as select from I_Ledger 
inner join I_LedgerSourceLedger on I_LedgerSourceLedger.Ledger = I_Ledger.Ledger
{
    key I_LedgerSourceLedger.Ledger,
    key I_LedgerSourceLedger.SourceLedger
}
where I_Ledger.IsLeadingLedger = 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LEDGER",
"I_LEDGERSOURCELEDGER"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/