A_ACMSettlementFeeUoMCnvrsn
Settlement Fee UoM Conversion
A_ACMSettlementFeeUoMCnvrsn is a Consumption CDS View that provides data about "Settlement Fee UoM Conversion" in SAP S/4HANA. It reads from 1 data source (R_ACMSettlementFeeUoMCnvrsnTP) and exposes 11 fields with key fields FeeDocumentLevel, ACMFeeDocumentID, ACMFeeDocumentYear, ACMFeeID, ACMFeeDocumentItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ACMSettlementFeeUoMCnvrsnTP | R_ACMSettlementFeeUoMCnvrsnTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| OData.entityType.name | AACMFeeUomConv_Type | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| EndUserText.label | Settlement Fee UoM Conversion | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FeeDocumentLevel | FeeDocumentLevel | ||
| KEY | ACMFeeDocumentID | ACMFeeDocumentID | ||
| KEY | ACMFeeDocumentYear | ACMFeeDocumentYear | ||
| KEY | ACMFeeID | ACMFeeID | ||
| KEY | ACMFeeDocumentItem | ACMFeeDocumentItem | ||
| KEY | ACMFeeDocumentSubItem | ACMFeeDocumentSubItem | ||
| KEY | FeeSequenceNumber | FeeSequenceNumber | ||
| KEY | FeeVersion | FeeVersion | ||
| KEY | PreferredUnitOfMeasure | PreferredUnitOfMeasure | ||
| ACMDocumentUnitOfMeasure | ACMDocumentUnitOfMeasure | |||
| ACMDocumentQuantity | ACMDocumentQuantity |
@OData.entityType.name: 'AACMFeeUomConv_Type'
@AccessControl.authorizationCheck: #CHECK
@VDM: {
viewType : #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel: {
usageType.serviceQuality: #C,
usageType.sizeCategory : #XL,
usageType.dataClass: #TRANSACTIONAL
}
@EndUserText.label: 'Settlement Fee UoM Conversion'
define view entity A_ACMSettlementFeeUoMCnvrsn
as projection on R_ACMSettlementFeeUoMCnvrsnTP
{
key FeeDocumentLevel,
key ACMFeeDocumentID,
key ACMFeeDocumentYear,
key ACMFeeID,
key ACMFeeDocumentItem,
key ACMFeeDocumentSubItem,
key FeeSequenceNumber,
key FeeVersion,
key PreferredUnitOfMeasure,
ACMDocumentUnitOfMeasure,
ACMDocumentQuantity,
_FeeDetails : redirected to parent A_ACMSettlementFeesDetails,
_UnitDetail : redirected to A_ACMSettlementUnitDetails
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMSETTLEMENTFEEUOMCNVRSNTP"
],
"ASSOCIATED":
[
"A_ACMSETTLEMENTFEESDETAILS",
"A_ACMSETTLEMENTUNITDETAILS",
"R_ACMSETTLEMENTFEESDETAILSTP",
"R_ACMSETTLEMENTUNITDETTP"
],
"BASE":
[
"R_ACMSETTLEMENTFEEUOMCNVRSNTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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