I_ACMTrdgContrPrcCompData

DDL: I_ACMTRDGCONTRPRCCOMPDATA Type: view COMPOSITE

Interface View for Price Component Data

I_ACMTrdgContrPrcCompData is a Composite CDS View that provides data about "Interface View for Price Component Data" in SAP S/4HANA. It reads from 2 data sources (I_ACMContrPrcAspectBridgeDets, I_ACMPrcFixationExerData) and exposes 25 fields with key fields TradingContractNumber, TradingContractItem, PricingCndnTermExtensionGroup, ACMConditionTermNumber.

Data Sources (2)

SourceAliasJoin Type
I_ACMContrPrcAspectBridgeDets bridge inner
I_ACMPrcFixationExerData ExerData from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ICONTPRCCOMPDATA view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Interface View for Price Component Data view

Fields (25)

KeyFieldSource TableSource FieldDescription
KEY TradingContractNumber I_ACMPrcFixationExerData TradingContractNumber Trading Contract
KEY TradingContractItem I_ACMPrcFixationExerData TradingContractItem Item Number
KEY PricingCndnTermExtensionGroup I_ACMPrcFixationExerData PricingCndnTermExtensionGroup
KEY ACMConditionTermNumber I_ACMPrcFixationExerData ACMConditionTermNumber
PrcgConditionFormulaInputUUID I_ACMPrcFixationExerData PrcgConditionFormulaInputUUID Doc. Form. GUID
DerivativeContrSpecification I_ACMPrcFixationExerData DerivativeContrSpecification DCS ID
ACMPricingMarketIdentifierCode I_ACMPrcFixationExerData ACMPricingMarketIdentifierCode MIC
MaturityKeyDate I_ACMPrcFixationExerData MaturityKeyDate Maturity Key Date
ACMPrcgCndnFuturePrice I_ACMPrcFixationExerData PricingConditionTermFixedRate Fixed Rate
ACMPrcgCndnFutureTermCrcy I_ACMPrcFixationExerData PrcgConditionTermFixedRateCrcy Currency Fixed Rate
ACMPrcgCndnFutureFixedRateQty I_ACMPrcFixationExerData PrcgConditionTermFixedRateQty PrcUnit Fixed Value
ACMPrcgCndnFixedRateFutureUoM I_ACMPrcFixationExerData PrcgCndnTermFixedRateQtyUnit UoM for Fixed Value
CmmdtyMaturityMonthYear
CommodityProductSymbol I_ACMPrcFixationExerData CommodityProductSymbol Product Symbol
DerivativeContractMaturityCode I_ACMPrcFixationExerData DerivativeContractMaturityCode Contr. Maturity Code
ACMPricingAspect I_ACMContrPrcAspectBridgeDets ACMPricingAspect Pricing Aspect
ACMPricingAspectValue I_ACMContrPrcAspectBridgeDets ACMPricingAspectValue Aspect Counter
PrcgCndnTradingContrCurrency I_ACMPrcFixationExerData PrcgCndnTradingContrCurrency Term Currency
PrcgCndnTermCnvrsnFxdExchRate I_ACMPrcFixationExerData PrcgCndnTermCnvrsnFxdExchRate
ACMFormulaUoM I_ACMPrcFixationExerData ACMFormulaUoM
ACMPriceCndnFutureCategory I_ACMPrcFixationExerData ACMPriceCndnFutureCategory
ACMPriceCndnNonHedgeCategory I_ACMPrcFixationExerData ACMPriceCndnNonHedgeCategory
ACMPricingRate I_ACMPrcFixationExerData ACMPricingRate
ConditionTermUnit I_ACMPrcFixationExerData ConditionTermUnit
ConditionType I_ACMPrcFixationExerData ConditionType Condition type

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_ACMTrdgContrPrcCompData.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_ACMTrdgContrPrcCompData AS
SELECT
  ExerData.TradingContractNumber AS TradingContractNumber,
  ExerData.TradingContractItem AS TradingContractItem,
  ExerData.PricingCndnTermExtensionGroup AS PricingCndnTermExtensionGroup,
  ExerData.ACMConditionTermNumber AS ACMConditionTermNumber,
  ExerData.PrcgConditionFormulaInputUUID AS PrcgConditionFormulaInputUUID,
  ExerData.DerivativeContrSpecification AS DerivativeContrSpecification,
  ExerData.ACMPricingMarketIdentifierCode AS ACMPricingMarketIdentifierCode,
  ExerData.MaturityKeyDate AS MaturityKeyDate,
  ExerData.PricingConditionTermFixedRate AS ACMPrcgCndnFuturePrice,
  ExerData.PrcgConditionTermFixedRateCrcy AS ACMPrcgCndnFutureTermCrcy,
  ExerData.PrcgConditionTermFixedRateQty AS ACMPrcgCndnFutureFixedRateQty,
  ExerData.PrcgCndnTermFixedRateQtyUnit AS ACMPrcgCndnFixedRateFutureUoM,
  cast( ExerData.CmmdtyMaturityMonthYear as cmmfdof_aif_maturity_mon_yr ) AS CmmdtyMaturityMonthYear,
  ExerData.CommodityProductSymbol AS CommodityProductSymbol,
  ExerData.DerivativeContractMaturityCode AS DerivativeContractMaturityCode,
  bridge.ACMPricingAspect AS ACMPricingAspect,
  bridge.ACMPricingAspectValue AS ACMPricingAspectValue,
  ExerData.PrcgCndnTradingContrCurrency AS PrcgCndnTradingContrCurrency,
  ExerData.PrcgCndnTermCnvrsnFxdExchRate AS PrcgCndnTermCnvrsnFxdExchRate,
  ExerData.ACMFormulaUoM AS ACMFormulaUoM,
  ExerData.ACMPriceCndnFutureCategory AS ACMPriceCndnFutureCategory,
  ExerData.ACMPriceCndnNonHedgeCategory AS ACMPriceCndnNonHedgeCategory,
  ExerData.ACMPricingRate AS ACMPricingRate,
  ExerData.ConditionTermUnit AS ConditionTermUnit,
  ExerData.ConditionType AS ConditionType
FROM I_ACMPrcFixationExerData AS ExerData
INNER JOIN I_ACMContrPrcAspectBridgeDets AS bridge ON /* join condition not captured in parsed metadata */
;