R_ACMTRDGCONTRPRCFIXMETHTP

CDS View

Price Fixation Method

R_ACMTRDGCONTRPRCFIXMETHTP is a CDS View in S/4HANA. Price Fixation Method. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMTrdgContrPrcFixMeth view_entity projection CONSUMPTION Price Fixation Method
//@AbapCatalog.sqlViewName: 'RTCPRCPRFIXMETTP'

//@AbapCatalog.compiler.compareFilter: true

//@AbapCatalog.preserveKey: true

//@ClientHandling.algorithm: #SESSION_VARIABLE


@ObjectModel:{
              usageType: {
                dataClass: #TRANSACTIONAL,
                serviceQuality: #C,
                sizeCategory: #L
              }
}
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Price Fixation Method'
define view entity R_ACMTrdgContrPrcFixMethTP 
  as select from I_ACMTrdgContrPrcFixMeth
  association        to parent R_ACMTrdgContrPrcgInfoTP as _PriceFixDetail on  $projection.TradingContractNumber = _PriceFixDetail.TradingContractNumber
                                                                           and $projection.TradingContractItem   = _PriceFixDetail.TradingContractItem
                                                                           and $projection.PricingConditionTerm  = _PriceFixDetail.PricingConditionTerm

  association [1..1] to R_ACMTrdgContrItmDetTP          as _ContractItem   on  $projection.TradingContractNumber = _ContractItem.TradingContractNumber
                                                                           and $projection.TradingContractItem   = _ContractItem.TradingContractItem
  association [1..1] to R_ACMTrdgContrHdrTP             as _ContractHeader on  $projection.TradingContractNumber = _ContractHeader.TradingContractNumber
{
  key TradingContractNumber,
  key TradingContractItem,
  key PricingConditionTerm,
  key ACMPriceMethodProgramID,
      ACMPriceMethodProgram,
      ACMPriceMethodProgramName,
      ACMPriceMethodProgramFamily,
      ACMPriceMethodProgramType,
      ACMPriceMethodProgramTypeName,
      ACMPrcMethSignUpStartDate,
      ACMPrcMethSignUpEndDate,
      StartDate,
      EndDate,
      DerivativeContractMaturityCode,
      ACMPrcMethCropYear,
      ACMPrcMethMarketingTiming,
      ACMPrcMethPriceFutures,
      ACMPrcMethTargetAmount,
      ACMPricingMethodStatus,
      ACMPricingMethodMinPrice,
      ACMPricingMethodMaxPrice,
      ACMFutureValueUnitCurrency,
      /* Associations */
      _ContractHeader,
      _ContractItem,
      _PriceFixDetail
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMTRDGCONTRPRCFIXMETH"
],
"ASSOCIATED":
[
"R_ACMTRDGCONTRHDRTP",
"R_ACMTRDGCONTRITMDETTP",
"R_ACMTRDGCONTRPRCGINFOTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/