I_PurHubCommodityTermQuotation
Purchase Commodity Term Quotation
I_PurHubCommodityTermQuotation is a Basic CDS View that provides data about "Purchase Commodity Term Quotation" in SAP S/4HANA. It reads from 2 data sources (I_CmmdtyPrcgCndnRecdMapping, I_CmmdtyPricingTermQuotation) and exposes 20 fields with key fields ConditionRecord, ConditionSequentialNumberShort, PricingConditionTerm, PrcgCndnTermQuotationDateTime.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_CmmdtyPrcgCndnRecdMapping | CmmdtyPrcgCndnRecdMapping | inner |
| I_CmmdtyPricingTermQuotation | Quotation | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPURHUBCTERQUT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Purchase Commodity Term Quotation | view |
Fields (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConditionRecord | I_CmmdtyPrcgCndnRecdMapping | ConditionRecord | Cond.Record No. |
| KEY | ConditionSequentialNumberShort | I_CmmdtyPrcgCndnRecdMapping | ConditionSequentialNumber | SequNo of Cond. |
| KEY | PricingConditionTerm | I_CmmdtyPricingTermQuotation | PricingConditionTerm | Term Number |
| KEY | PrcgCndnTermQuotationDateTime | I_CmmdtyPricingTermQuotation | PrcgCndnTermQuotationDateTime | Quotation Time Stamp |
| CndnTrmQtanPerdDetnResultUUID | I_CmmdtyPricingTermQuotation | CndnTrmQtanPerdDetnResultUUID | PerDet.Out.GUID | |
| PrcgConditionTermQuotationRate | I_CmmdtyPricingTermQuotation | PrcgConditionTermQuotationRate | Price Quotation | |
| PrcgCndnTrmQtanRateCurrency | I_CmmdtyPricingTermQuotation | PrcgCndnTrmQtanRateCurrency | Qtn Currency | |
| PrcgCndnTrmQtanRateQuantity | I_CmmdtyPricingTermQuotation | PrcgCndnTrmQtanRateQuantity | Quotation PU | |
| PrcgCndnTrmQtanRateQtyUnit | I_CmmdtyPricingTermQuotation | PrcgCndnTrmQtanRateQtyUnit | Quotation UoM | |
| MaturityKeyDate | I_CmmdtyPricingTermQuotation | MaturityKeyDate | Maturity Key Date | |
| PrcgCndnTrmQtanSubstnDateTime | I_CmmdtyPricingTermQuotation | PrcgCndnTrmQtanSubstnDateTime | Subst Time Stamp | |
| PricingConditionExchangeRate | I_CmmdtyPricingTermQuotation | PricingConditionExchangeRate | Conv.:Ex.Rate | |
| PrcgCndnTrmQtanIsNonTradingDay | I_CmmdtyPricingTermQuotation | PrcgCndnTrmQtanIsNonTradingDay | Non-Trading Day | |
| PrcgCndnTermQuotationIsMissing | I_CmmdtyPricingTermQuotation | PrcgCndnTermQuotationIsMissing | Quotation Missing | |
| PrcgCndnTrmQtanIsSubstituted | I_CmmdtyPricingTermQuotation | PrcgCndnTrmQtanIsSubstituted | Substitute Qtn | |
| PrcgCndnTrmQuotationIsIgnored | I_CmmdtyPricingTermQuotation | PrcgCndnTrmQuotationIsIgnored | Quotation Ignored | |
| ConditionType | I_CmmdtyPricingTermQuotation | ConditionType | Condition type | |
| _CmmdtyPrcgQtanPerdDetnResult | I_CmmdtyPricingTermQuotation | _CmmdtyPrcgQtanPerdDetnResult | ||
| _QuotationCurrency | I_CmmdtyPricingTermQuotation | _QuotationCurrency | ||
| _PrcgCndnTrmQtanRateQtyUnit | I_CmmdtyPricingTermQuotation | _PrcgCndnTrmQtanRateQtyUnit |
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_PurHubCommodityTermQuotation.
-- 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.
-- SQL view name: IPURHUBCTERQUT
CREATE VIEW I_PurHubCommodityTermQuotation AS
SELECT
CmmdtyPrcgCndnRecdMapping.ConditionRecord AS ConditionRecord,
CmmdtyPrcgCndnRecdMapping.ConditionSequentialNumber AS ConditionSequentialNumberShort,
Quotation.PricingConditionTerm AS PricingConditionTerm,
Quotation.PrcgCndnTermQuotationDateTime AS PrcgCndnTermQuotationDateTime,
Quotation.CndnTrmQtanPerdDetnResultUUID AS CndnTrmQtanPerdDetnResultUUID,
Quotation.PrcgConditionTermQuotationRate AS PrcgConditionTermQuotationRate,
Quotation.PrcgCndnTrmQtanRateCurrency AS PrcgCndnTrmQtanRateCurrency,
Quotation.PrcgCndnTrmQtanRateQuantity AS PrcgCndnTrmQtanRateQuantity,
Quotation.PrcgCndnTrmQtanRateQtyUnit AS PrcgCndnTrmQtanRateQtyUnit,
Quotation.MaturityKeyDate AS MaturityKeyDate,
Quotation.PrcgCndnTrmQtanSubstnDateTime AS PrcgCndnTrmQtanSubstnDateTime,
Quotation.PricingConditionExchangeRate AS PricingConditionExchangeRate,
Quotation.PrcgCndnTrmQtanIsNonTradingDay AS PrcgCndnTrmQtanIsNonTradingDay,
Quotation.PrcgCndnTermQuotationIsMissing AS PrcgCndnTermQuotationIsMissing,
Quotation.PrcgCndnTrmQtanIsSubstituted AS PrcgCndnTrmQtanIsSubstituted,
Quotation.PrcgCndnTrmQuotationIsIgnored AS PrcgCndnTrmQuotationIsIgnored,
Quotation.ConditionType AS ConditionType,
Quotation._CmmdtyPrcgQtanPerdDetnResult AS _CmmdtyPrcgQtanPerdDetnResult,
Quotation._QuotationCurrency AS _QuotationCurrency,
Quotation._PrcgCndnTrmQtanRateQtyUnit AS _PrcgCndnTrmQtanRateQtyUnit
FROM I_CmmdtyPricingTermQuotation AS Quotation
INNER JOIN I_CmmdtyPrcgCndnRecdMapping AS CmmdtyPrcgCndnRecdMapping 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