F_MMIM_MVKE_SALES_VH

CDS View

Help-View sales data for material

F_MMIM_MVKE_SALES_VH is a CDS View in S/4HANA. Help-View sales data for material. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
F2_Mmim_Matprodhy_Vh view inner Help-View for product hierarchy

Fields (3)

KeyField CDS FieldsUsed in Views
KEY DistributionChannel DistributionChannel 1
KEY SalesOrganization SalesOrganization 1
ProductHierarchy ProductHierarchy 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.

-- Help-View sales data for material
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE F_MMIM_MVKE_SALES_VH (
    DISTRIBUTIONCHANNEL,
    SALESORGANIZATION,
    PRODUCTHIERARCHY,
    PRIMARY KEY (DISTRIBUTIONCHANNEL, SALESORGANIZATION)
);