P_PLANTCURRENCY

CDS View

Demand Driven Plant Currency - ABC Analysis

P_PLANTCURRENCY is a CDS View in S/4HANA. Demand Driven Plant Currency - ABC Analysis. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_DailyChmlProductStkQty view inner COMPOSITE SARA: Daily Chemical Product Quantity
I_SaraDailyChemicalProductQty view inner COMPOSITE SARA: Daily Chemical Product Quantity
P_MltplMatlStk_L3_ALL view_entity inner COMPOSITE Lvl 3: Mat on stock and never on stock

Fields (2)

KeyField CDS FieldsUsed in Views
CompanyCode CompanyCode 3
CompanyCurrency Currency 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.

-- Demand Driven Plant Currency - ABC Analysis
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_PLANTCURRENCY (
    COMPANYCODE,
    COMPANYCURRENCY
);