P_BR_REPORTINGPLANT

CDS View

EFD - Plants

P_BR_REPORTINGPLANT is a CDS View in S/4HANA. EFD - Plants. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_BR_ReportingPlantMaterial view inner CONSUMPTION EFD - Material per Plant
P_BR_RptgInvtryBusinessPlace view inner CONSUMPTION Inventory - Business Place

Fields (3)

KeyField CDS FieldsUsed in Views
BusinessPlace BusinessPlace 2
CompanyCode CompanyCode 1
Plant Plant 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.

-- EFD - Plants
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_BR_REPORTINGPLANT (
    BUSINESSPLACE,
    COMPANYCODE,
    PLANT
);