I_ACMTrdgContrPrcCompData
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)
| Source | Alias | Join Type |
|---|---|---|
| I_ACMContrPrcAspectBridgeDets | bridge | inner |
| I_ACMPrcFixationExerData | ExerData | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA