P_CMMDTYFINVERSSUMQTYTRANS

CDS View

Commodity Financial Transaction

P_CMMDTYFINVERSSUMQTYTRANS is a CDS View in S/4HANA. Commodity Financial Transaction. It contains 9 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_CmmdtyFinancialTransaction view from COMPOSITE

Fields (9)

KeyField CDS FieldsUsed in Views
_DCS _DCS 1
CalculationPeriodEndDate FinTransactionPricingEndDate,FinTransactionTermRiskEndDate 1
CalculationPeriodStartDate FinTransactionPricingStartDate 1
CmmdtyPriceExpsrPaymentAmount FinTransPaymentAmount 1
CommodityPriceExposureUnit UnitOfMeasure 1
DeliveryDate FinTransFlowPaymentDate 1
DerivativeContrSpecification DerivativeContrSpecification 1
MarketIdentifierCode MarketIdentifierCode 1
PaymentCurrency FinTransTradedPriceCurrency 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Commodity Financial Transaction
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_CMMDTYFINVERSSUMQTYTRANS (
    _DCS,
    CALCULATIONPERIODENDDATE,
    CALCULATIONPERIODSTARTDATE,
    CMMDTYPRICEEXPSRPAYMENTAMOUNT,
    COMMODITYPRICEEXPOSUREUNIT,
    DELIVERYDATE,
    DERIVATIVECONTRSPECIFICATION,
    MARKETIDENTIFIERCODE,
    PAYMENTCURRENCY
);