A_CommitmentItem
Commitment Item
A_CommitmentItem is a Consumption CDS View that provides data about "Commitment Item" in SAP S/4HANA. It reads from 1 data source (R_CommitmentItemTP) and exposes 23 fields with key fields FinancialManagementArea, FinMgmtAreaFiscalYear, CommitmentItem. It has 1 association to related views. It is exposed through 1 OData service (API_COMMITMENTITEM). Part of development package PSM_FM_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CommitmentItemTP | R_CommitmentItemTP | projection |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_CommitmentItemText | _Text | $projection.CommitmentItem = _Text.CommitmentItem and $projection.FinancialManagementArea = _Text.FinancialManagementArea and $projection.FinMgmtAreaFiscalYear = _Text.FinMgmtAreaFiscalYear |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| OData.entityType.name | CommitmentItem_Type | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Commitment Item | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_COMMITMENTITEM | API_COMMITMENTITEM | V2 | C2 | C1 |
Fields (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinancialManagementArea | FinancialManagementArea | ||
| KEY | FinMgmtAreaFiscalYear | FinMgmtAreaFiscalYear | ||
| KEY | CommitmentItem | CommitmentItem | ||
| CommitmentItemShortID | CommitmentItemShortID | |||
| CommitmentItemName | CommitmentItemName | |||
| CommitmentItemDescription | CommitmentItemDescription | |||
| CommitmentItemIsPostingEnabled | CommitmentItemIsPostingEnabled | |||
| CmtmtItmFinancialTransaction | CmtmtItmFinancialTransaction | |||
| CommitmentItemCategory | CommitmentItemCategory | |||
| CommitmentItemType | CommitmentItemType | |||
| ParentCommitmentItem | ParentCommitmentItem | |||
| CommitmentItemInternalId | CommitmentItemInternalId | |||
| FundsCenter | FundsCenter | |||
| CmtmtItmDefaultFundsCenter | CmtmtItmDefaultFundsCenter | |||
| CmtmtItmCarryFwdItmCategory | CmtmtItmCarryFwdItmCategory | |||
| CommitmentItemIsStatistical | CommitmentItemIsStatistical | |||
| CommitmentItemAuthznGrp | CommitmentItemAuthznGrp | |||
| CmtmtItemFinMgmtAreaForAuthzn | CmtmtItemFinMgmtAreaForAuthzn | |||
| ValidityEndDate | ValidityEndDate | |||
| ValidityStartDate | ValidityStartDate | |||
| CommitmentItemExpirationDate | CommitmentItemExpirationDate | |||
| CreationDate | CreationDate | |||
| _Text | _Text |
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #L
@OData.entityType.name: 'CommitmentItem_Type'
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@VDM.viewType: #CONSUMPTION
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@EndUserText.label: 'Commitment Item'
define root view entity A_CommitmentItem
provider contract transactional_query
as projection on R_CommitmentItemTP as comitem
association [0..*] to A_CommitmentItemText as _Text
on $projection.CommitmentItem = _Text.CommitmentItem
and $projection.FinancialManagementArea = _Text.FinancialManagementArea
and $projection.FinMgmtAreaFiscalYear = _Text.FinMgmtAreaFiscalYear
{
key FinancialManagementArea,
key FinMgmtAreaFiscalYear,
key CommitmentItem,
CommitmentItemShortID,
CommitmentItemName,
CommitmentItemDescription,
CommitmentItemIsPostingEnabled,
CmtmtItmFinancialTransaction,
CommitmentItemCategory,
CommitmentItemType,
ParentCommitmentItem,
CommitmentItemInternalId,
FundsCenter,
CmtmtItmDefaultFundsCenter,
CmtmtItmCarryFwdItmCategory,
CommitmentItemIsStatistical,
CommitmentItemAuthznGrp,
CmtmtItemFinMgmtAreaForAuthzn,
ValidityEndDate,
ValidityStartDate,
CommitmentItemExpirationDate,
CreationDate,
_Text
}
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