I_PredictionLedger

DDL: I_PREDICTIONLEDGER SQL: IFIPREDLEDGER Type: view BASIC

Prediction Ledger

I_PredictionLedger is a Basic CDS View that provides data about "Prediction Ledger" in SAP S/4HANA. It reads from 1 data source (finsc_pred_rldnr) and exposes 3 fields with key field PredictionLedger. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
finsc_pred_rldnr finsc_pred_rldnr from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_LedgerText _Text $projection.PredictionLedger = _Text.Ledger

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFIPREDLEDGER view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #CHECK view
ObjectModel.representativeKey PredictionLedger view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
EndUserText.label Prediction Ledger view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PredictionLedger rldnr_pred
LedgerIsRelevantForAvailyCtrl rel_avail_ctrl
_Text _Text
@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
}
}*/