R_SETTLEMENTUNITAMOUNTTYPESTP

CDS View

Settlement Unit Amount Types

R_SETTLEMENTUNITAMOUNTTYPESTP is a CDS View in S/4HANA. Settlement Unit Amount Types. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_SettlementUnitAmountTypes view_entity projection CONSUMPTION Settlement Unit Amount Types
@AbapCatalog.sqlViewName: 'RSETLMNTAMOUNT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #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 Amount Types'
define view R_SettlementUnitAmountTypesTP
  as select from I_SettlementUnitAmountTypes
  association        to parent R_ACMSettlementUnitDetTP as _ACMSettlementUnitDetails on  $projection.SettlmtDoc     = _ACMSettlementUnitDetails.SettlmtDoc
                                                                                     and $projection.SettlmtDocYear = _ACMSettlementUnitDetails.SettlmtDocYear
  association [1..1] to R_ACMSettlementGroupHeaderTP    as _ACMSettlementGroupHeader on  $projection.SettlementGroupId   = _ACMSettlementGroupHeader.SettlementGroupId
                                                                                     and $projection.SettlementGroupYear = _ACMSettlementGroupHeader.SettlementGroupYear
{
  key       ACMSettlementUnitAmountUUID,
  key       SettlementDocHeaderUUID,
  key       SettlementGroupId,
  key       SettlementGroupYear,
  key       SettlmtDoc,
  key       SettlmtDocYear,
            ACMSettlementUnitAmountType,
            ACMSettlementUnitAmtTypeUUID,
            ACMSettlementUnitAmount,
            ACMSettlmtUnitAmountCrcy,
            ACMSettlmtUnitAmtBaseValueCrcy,
//            DiscPremQtyCharcsUUID,

            ACMCharacteristicInternal,
            ACMSettlmtUnitAmtOriginalFXVal,
            ACMSettlmtAmtNegotiatedFXVal,

            _ACMSettlementUnitDetails,
            _ACMSettlementGroupHeader
}