P_PLANTREFERENCES

CDS View

Reference Store and Distribution Centre

P_PLANTREFERENCES is a CDS View in S/4HANA. Reference Store and Distribution Centre. It contains 7 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_ProductPlantWD view left_outer TRANSACTIONAL Product BO - Plant Node (draft)
P_Productstoragelocationref view left_outer BASIC Storage location for references

Fields (7)

KeyField CDS FieldsUsed in Views
DistributionChannel DistributionChannel 1
IsReferenceDistributionCenter IsReferenceDistributionCenter 1
IsReferenceStore IsReferenceStore 1
PlantCategory PlantCategory 2
ReferenceDistributionCenter ReferenceDistributionCenter 2
ReferenceStore ReferenceStore 2
SalesOrganization SalesOrganization 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.

-- Reference Store and Distribution Centre
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_PLANTREFERENCES (
    DISTRIBUTIONCHANNEL,
    ISREFERENCEDISTRIBUTIONCENTER,
    ISREFERENCESTORE,
    PLANTCATEGORY,
    REFERENCEDISTRIBUTIONCENTER,
    REFERENCESTORE,
    SALESORGANIZATION
);