C_CostCenterCommitmentLedger

DDL: C_COSTCENTERCOMMITMENTLEDGER SQL: CSTCTRCMTMT Type: view CONSUMPTION Package: ODATA_COMMITMENT_REPORTING_V2

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. It is exposed through 1 OData service (FCO_COST_CTR_COMMITMENT_2). It is used in 1 Fiori application: Commitments by Cost Center. Part of development package ODATA_COMMITMENT_REPORTING_V2.

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

OData Services (1)

ServiceBindingVersionContractRelease
FCO_COST_CTR_COMMITMENT_2 FCO_COST_CTR_COMMITMENT_2 V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F3016 Commitments by Cost Center Analytical This application provides the cost controller with the ability to track commitments on the purchasing side in conjunction with actuals, plans, and budgets. The report tracks commitments posted on each cost center and allows the cost controllers to drill down to commitments on the level of individual cost elements.

Commitments by Cost Center

Business Role: Cost Accountant - Overhead

This application provides the cost controller with the ability to track commitments on the purchasing side in conjunction with actuals, plans, and budgets. The report tracks commitments posted on each cost center and allows the cost controllers to drill down to commitments on the level of individual cost elements.

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'