F_Mmim_Matprodhy_Vh2

DDL: F_MMIM_MATPRODHY_VH2 SQL: FMMIMMATPRDHYVH2 Type: view

Help-View Material by product hierarchy

F_Mmim_Matprodhy_Vh2 is a CDS View that provides data about "Help-View Material by product hierarchy" in SAP S/4HANA. It reads from 1 data source (F_Mmim_Matprodhy_Vh) and exposes 7 fields with key fields Material, SalesOrganization, DistributionChannel, ProductHierarchy.

Data Sources (1)

SourceAliasJoin Type
F_Mmim_Matprodhy_Vh F_Mmim_Matprodhy_Vh from

Annotations (12)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName FMMIMMATPRDHYVH2 view
EndUserText.label Help-View Material by product hierarchy view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
Consumption.ranked true view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY Material Material Vehicle Model
KEY SalesOrganization SalesOrganization Sales Organization
KEY DistributionChannel DistributionChannel RefDistCh-Cust/Mat.
KEY ProductHierarchy ProductHierarchy Prod.hierarchy
MaterialName MaterialName Material Description
ProductHierarchyName ProductHierarchyName
AuthorizationGroup AuthorizationGroup AuthorizGroup

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view F_Mmim_Matprodhy_Vh2.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: FMMIMMATPRDHYVH2

CREATE VIEW F_Mmim_Matprodhy_Vh2 AS
SELECT
  Material,
  SalesOrganization,
  DistributionChannel,
  ProductHierarchy,
  MaterialName,
  ProductHierarchyName,
  AuthorizationGroup
FROM F_Mmim_Matprodhy_Vh
;