R_MATLVALNINVTRYPERFSCLPERD

CDS View

M EXTRACT with references

R_MATLVALNINVTRYPERFSCLPERD is a CDS View in S/4HANA. M EXTRACT with references. It contains 15 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_MatlValnEndgInvtryByFsclPerd view_entity from COMPOSITE Ending Invtry Qty and Amount by Perd

Fields (15)

KeyField CDS FieldsUsed in Views
KEY CompanyCode CompanyCode 1
KEY CostEstimate CostEstimate 1
KEY Ledger Ledger 1
CompanyCodeCurrency CompanyCodeCurrency 1
FreeDefinedCurrency1 FreeDefinedCurrency1 1
GlobalCurrency GlobalCurrency 1
InventoryValuationType ValuationType 1
InvtryValnSpecialStockType InvtryValnSpecialStockType 1
Material Material 1
SalesOrder SalesOrder 1
SalesOrderItem SalesOrderItem 1
Supplier Supplier 1
UnitOfMeasure UnitOfMeasure 1
ValuationArea ValuationArea 1
WBSElementInternalID WBSElementInternalID 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.

-- M EXTRACT with references
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_MATLVALNINVTRYPERFSCLPERD (
    COMPANYCODE,
    COSTESTIMATE,
    LEDGER,
    COMPANYCODECURRENCY,
    FREEDEFINEDCURRENCY1,
    GLOBALCURRENCY,
    INVENTORYVALUATIONTYPE,
    INVTRYVALNSPECIALSTOCKTYPE,
    MATERIAL,
    SALESORDER,
    SALESORDERITEM,
    SUPPLIER,
    UNITOFMEASURE,
    VALUATIONAREA,
    WBSELEMENTINTERNALID,
    PRIMARY KEY (COMPANYCODE, COSTESTIMATE, LEDGER)
);