P_INVTRYTURNOVERSTOCK

CDS View

Inventory Turnover Stock Calculation

P_INVTRYTURNOVERSTOCK is a CDS View in S/4HANA. Inventory Turnover Stock Calculation. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
P_InvtryTurnoverMatlStkByDate view from CONSUMPTION Calculate the stock level for date param
P_InvtryTurnoverSupplierQty view from CONSUMPTION Delivered qty per supplr, matl, plant, and period
P_InvtryTurnoverTimeSersIntmd view left_outer CONSUMPTION Tunover Time Series Intermediate

Fields (1)

KeyField CDS FieldsUsed in Views
KEY CostEstimate CostEstimate 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.

-- Inventory Turnover Stock Calculation
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_INVTRYTURNOVERSTOCK (
    COSTESTIMATE,
    PRIMARY KEY (COSTESTIMATE)
);