F2_Mmim_Supplier_Vh

DDL: F2_MMIM_SUPPLIER_VH Type: view_entity Package: MBND_CLOUD_BL

Help-View for suppliers

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

Data Sources (1)

SourceAliasJoin Type
F_Mmim_Supplier_Union F_Mmim_Supplier_Union from

Associations (1)

CardinalityTargetAliasCondition
[1..1] F3_Mmim_Supplier_Vh _Supplier $projection.Supplier = _Supplier.Supplier

Annotations (5)

NameValueLevelField
EndUserText.label Help-View for suppliers view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Supplier Supplier
_Supplier _Supplier

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 F2_Mmim_Supplier_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.

CREATE VIEW F2_Mmim_Supplier_Vh AS
SELECT
  cast(Supplier as mmim_supplier) AS Supplier
FROM F_Mmim_Supplier_Union
LEFT OUTER JOIN F3_Mmim_Supplier_Vh AS _Supplier ON Supplier = _Supplier.Supplier  -- association [1..1]
;