I_PREDICTIONLEDGER

CDS View

Prediction Ledger

I_PREDICTIONLEDGER is a CDS View in S/4HANA. Prediction Ledger. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_CostCenterCommitmentLedger view from CONSUMPTION Cost Center Commitment - Prediction Ledger
C_GLIncgOrdPredictionLedgerVH view from CONSUMPTION Prediction Ledger Value Help
P_CostCenterBudget view left_outer COMPOSITE

Fields (1)

KeyField CDS FieldsUsed in Views
PredictionLedger PredictionLedger 1
@AbapCatalog.sqlViewName: 'IFIPREDLEDGER'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.representativeKey: 'PredictionLedger'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S
}
@AbapCatalog.buffering:{
  status: #ACTIVE,
  type: #FULL
}
@EndUserText.label: 'Prediction Ledger'

define view I_PredictionLedger as select from finsc_pred_rldnr
  association [0..*] to I_LedgerText as _Text on $projection.PredictionLedger = _Text.Ledger
{
      @ObjectModel.text.association: '_Text'
  key rldnr_pred     as PredictionLedger,
      rel_avail_ctrl as LedgerIsRelevantForAvailyCtrl,
      _Text
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINSC_PRED_RLDNR"
],
"ASSOCIATED":
[
"I_LEDGERTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/