I_MLPREXTREFCOSTESTIMATE

CDS View

Material Price Ext Ref for Cost Est Key

I_MLPREXTREFCOSTESTIMATE is a CDS View in S/4HANA. Material Price Ext Ref for Cost Est Key. It contains 9 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_Matval_Manage_Cost_Sls_Ord view from COMPOSITE

Fields (9)

KeyField CDS FieldsUsed in Views
KEY CostEstimate CostEstimate 1
CompanyCode CompanyCode 1
Currency Currency 1
FixedPortionOfMaterialPrice FixedPortionOfPlannedPrice 1
Material Material 1
MaterialPrice PlannedPrice 1
MaterialPriceUnitQty MaterialPriceUnitQty 1
ValuationArea ValuationArea 1
ValuationQuantityUnit ValuationQuantityUnit 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.

-- Material Price Ext Ref for Cost Est Key
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MLPREXTREFCOSTESTIMATE (
    COSTESTIMATE,
    COMPANYCODE,
    CURRENCY,
    FIXEDPORTIONOFMATERIALPRICE,
    MATERIAL,
    MATERIALPRICE,
    MATERIALPRICEUNITQTY,
    VALUATIONAREA,
    VALUATIONQUANTITYUNIT,
    PRIMARY KEY (COSTESTIMATE)
);