R_ACMUNITPRICEUOMCNVRSNTP

CDS View

Settlement Unit Price UoM Conversion

R_ACMUNITPRICEUOMCNVRSNTP is a CDS View in S/4HANA. Settlement Unit Price UoM Conversion. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMUnitPriceUoMCnvrsn view_entity projection CONSUMPTION Settlement Unit Price UoM Conversion
@AbapCatalog.sqlViewName: 'RPRICEUOMCONVTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
@EndUserText.label: 'Settlement Unit Price UoM Conversion'
define view R_ACMUnitPriceUoMCnvrsnTP
  as select from I_ACMUnitPriceUoMCnvrsn
  association        to parent R_ACMSettlementUnitPricingTP as _Unitprice  on  $projection.ACMSettlementItemUUID = _Unitprice.ACMSettlementItemUUID
                                                                           and $projection.ACMPricingAspect      = _Unitprice.ACMPricingAspect
                                                                           and $projection.ACMPricingAspectValue = _Unitprice.ACMPricingAspectValue

  association [1..1] to R_ACMSettlementUnitDetTP            as _UnitDetails on  $projection.SettlmtDoc     = _UnitDetails.SettlmtDoc
                                                                           and $projection.SettlmtDocYear = _UnitDetails.SettlmtDocYear
{
  key ACMSettlementItemUUID,
  key ACMPricingAspect,
  key ACMPricingAspectValue,
  key PreferredUnitOfMeasure,
      SettlmtDoc,
      SettlmtDocYear,
      ACMDocumentUnitOfMeasure,
      AssignmentQuantity,
      QuantityNumerator,
      QuantityDenominator,
      PreferredQtyNumerator,
      PreferredQtyDenominator,

      _Unitprice,
      _UnitDetails
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMUNITPRICEUOMCNVRSN"
],
"ASSOCIATED":
[
"R_ACMSETTLEMENTUNITDETTP",
"R_ACMSETTLEMENTUNITPRICINGTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/