I_SUPDMNDOVWTOTALDEMANDCUBE

CDS View

Cube View for Total Demand

I_SUPDMNDOVWTOTALDEMANDCUBE is a CDS View in S/4HANA. Cube View for Total Demand. It contains 14 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_SupDmndOvwTotDmndQuery view from CONSUMPTION Query View for Total Demand
C_SupDmndTotSlsOrdQuery view from CONSUMPTION Query View for Total Demand
C_SupDmndTotSTOQuery view from CONSUMPTION Query View for Total Demand
P_SUPDMNDOVWCUBE view from COMPOSITE Supply Demand Overview Cube View

Fields (14)

KeyField CDS FieldsUsed in Views
ARunCancDteSupDlyTmeHrznCode ARunCancDteSupDlyTmeHrznCode 2
CompanyCode CompanyCode 3
CrossPlantConfigurableProduct CrossPlantConfigurableProduct 3
DistributionChannel DistributionChannel 3
Division Division 3
Material Material 3
MaterialGroup MaterialGroup 3
Plant Plant 3
ProductCharacteristic1 ProductCharacteristic1 3
ProductCharacteristic2 ProductCharacteristic2 3
ProductCharacteristic3 ProductCharacteristic3 3
SalesDistrict SalesDistrict 3
SalesOffice SalesOffice 3
SalesOrganization SalesOrganization 4

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.

-- Cube View for Total Demand
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SUPDMNDOVWTOTALDEMANDCUBE (
    ARUNCANCDTESUPDLYTMEHRZNCODE,
    COMPANYCODE,
    CROSSPLANTCONFIGURABLEPRODUCT,
    DISTRIBUTIONCHANNEL,
    DIVISION,
    MATERIAL,
    MATERIALGROUP,
    PLANT,
    PRODUCTCHARACTERISTIC1,
    PRODUCTCHARACTERISTIC2,
    PRODUCTCHARACTERISTIC3,
    SALESDISTRICT,
    SALESOFFICE,
    SALESORGANIZATION
);