R_ACMSETTLEMENTFEEUOMCNVRSNTP

CDS View

Settlement Fee UoM Conversion

R_ACMSETTLEMENTFEEUOMCNVRSNTP is a CDS View in S/4HANA. Settlement Fee UoM Conversion. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMSettlementFeeUoMCnvrsn view_entity projection CONSUMPTION Settlement Fee UoM Conversion
@AbapCatalog.sqlViewName: 'RFEEUOMCNVRSNTP'
@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 Fee UoM Conversion'
define view R_ACMSettlementFeeUoMCnvrsnTP
  as select from I_ACMSettlementFeeUoMCnvrsn
  association        to parent R_ACMSettlementFeesDetailsTP as _FeeDetails on  $projection.ACMFeeDocumentID      = _FeeDetails.ACMFeeDocumentID
                                                                           and $projection.ACMFeeDocumentYear    = _FeeDetails.ACMFeeDocumentYear
                                                                           and $projection.FeeDocumentLevel      = _FeeDetails.FeeDocumentLevel
                                                                           and $projection.ACMFeeID              = _FeeDetails.ACMFeeID
                                                                           and $projection.ACMFeeDocumentItem    = _FeeDetails.ACMFeeDocumentItem
                                                                           and $projection.ACMFeeDocumentSubItem = _FeeDetails.ACMFeeDocumentSubItem
                                                                           and $projection.FeeSequenceNumber     = _FeeDetails.FeeSequenceNumber
                                                                           and $projection.FeeVersion            = _FeeDetails.FeeVersion
  association [1..1] to R_ACMSettlementUnitDetTP         as _UnitDetail on  $projection.ACMFeeDocumentID   = _UnitDetail.SettlmtDoc
                                                                           and $projection.ACMFeeDocumentYear = _UnitDetail.SettlmtDocYear
{
  key FeeDocumentLevel,
  key ACMFeeDocumentID,
  key ACMFeeDocumentYear,
  key ACMFeeID,
  key ACMFeeDocumentItem,
  key ACMFeeDocumentSubItem,
  key FeeSequenceNumber,
  key FeeVersion,
  key PreferredUnitOfMeasure,
      ACMDocumentUnitOfMeasure,
      ACMDocumentQuantity,

      _FeeDetails,
      _UnitDetail
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMSETTLEMENTFEEUOMCNVRSN"
],
"ASSOCIATED":
[
"R_ACMSETTLEMENTFEESDETAILSTP",
"R_ACMSETTLEMENTUNITDETTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/