P_SUPDMNDOVWCUBE

CDS View

P_SUPDMNDOVWCUBE is a CDS View in S/4HANA. It contains 9 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_SupDmndOvwCube view from COMPOSITE Supply Demand Overview Cube View
P_SUPDMNDOVWASSGMTCUBE view from COMPOSITE

Fields (9)

KeyField CDS FieldsUsed in Views
CompanyCode CompanyCode 2
DistributionChannel DistributionChannel 2
Division Division 2
Material Material 2
MaterialGroup MaterialGroup 2
Plant Plant 2
PurchasingDocumentItem PurchasingDocumentItem 1
SalesDistrict SalesDistrict 2
SalesOrganization SalesOrganization 2

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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_SUPDMNDOVWCUBE (
    COMPANYCODE,
    DISTRIBUTIONCHANNEL,
    DIVISION,
    MATERIAL,
    MATERIALGROUP,
    PLANT,
    PURCHASINGDOCUMENTITEM,
    SALESDISTRICT,
    SALESORGANIZATION
);