C_CostCenterCommitmentLedger

DDL: C_COSTCENTERCOMMITMENTLEDGER SQL: CSTCTRCMTMT Type: view CONSUMPTION

Cost Center Commitment - Prediction Ledger

C_CostCenterCommitmentLedger is a Consumption CDS View that provides data about "Cost Center Commitment - Prediction Ledger" in SAP S/4HANA. It reads from 1 data source (I_PredictionLedger) and exposes 1 field with key field PredictionLedger.

Data Sources (1)

SourceAliasJoin Type
I_PredictionLedger I_PredictionLedger from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CSTCTRCMTMT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
EndUserText.label Cost Center Commitment - Prediction Ledger view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PredictionLedger PredictionLedger
@AbapCatalog.sqlViewName: 'CSTCTRCMTMT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType: {
  sizeCategory: #S,
  serviceQuality: #C,
  dataClass: #MIXED
}

@EndUserText.label: 'Cost Center Commitment - Prediction Ledger'

define view C_CostCenterCommitmentLedger 
  
  as select from I_PredictionLedger
  
{
    key PredictionLedger
}
  where LedgerIsRelevantForAvailyCtrl = 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PREDICTIONLEDGER"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/