C_CostCenterCommitmentLedger
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)
| Source | Alias | Join Type |
|---|---|---|
| I_PredictionLedger | I_PredictionLedger | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| FCO_COST_CTR_COMMITMENT_2 | FCO_COST_CTR_COMMITMENT_2 | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA