F_Mmim_Mat_Vh

DDL: F_MMIM_MAT_VH SQL: FMMIMMATVH Type: view Package: MBND_CLOUD_BL

Help-View for material general

F_Mmim_Mat_Vh is a CDS View that provides data about "Help-View for material general" in SAP S/4HANA. It reads from 1 data source (F_Mmim_Matdoc) and exposes 2 fields with key field Material. It has 1 association to related views. Part of development package MBND_CLOUD_BL.

Data Sources (1)

SourceAliasJoin Type
F_Mmim_Matdoc F_Mmim_Matdoc from

Associations (1)

CardinalityTargetAliasCondition
[1..1] F_Mmim_Mathlp_Vh _Material $projection.Material = _Material.Material

Annotations (9)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName FMMIMMATVH view
EndUserText.label Help-View for material general view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Material Material Vehicle Model
_Material _Material

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_Mat_Vh.
-- 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: FMMIMMATVH

CREATE VIEW F_Mmim_Mat_Vh AS
SELECT
  Material
FROM F_Mmim_Matdoc
LEFT OUTER JOIN F_Mmim_Mathlp_Vh AS _Material ON Material = _Material.Material  -- association [1..1]
;