A_ACMSettlementFeeUoMCnvrsn

DDL: A_ACMSETTLEMENTFEEUOMCNVRSN Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
R_ACMSettlementFeeUoMCnvrsnTP R_ACMSettlementFeeUoMCnvrsnTP projection

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/