F_Mmim_Supplier_Union

DDL: F_MMIM_SUPPLIER_UNION SQL: FMIMSUPPLIERUN Type: view

Help-View for Supplier Union

F_Mmim_Supplier_Union is a CDS View that provides data about "Help-View for Supplier Union" in SAP S/4HANA. It reads from 3 data sources (matdoc, matdoc, matdoc).

Data Sources (3)

SourceAliasJoin Type
matdoc matdoc from
matdoc matdoc union_all
matdoc matdoc union_all

Annotations (9)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName FMIMSUPPLIERUN view
EndUserText.label Help-View for Supplier Union 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

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_Supplier_Union.
-- 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: FMIMSUPPLIERUN

CREATE VIEW F_Mmim_Supplier_Union AS
SELECT *  -- field list not available in parsed metadata
FROM matdoc
-- UNION ALL with additional select branch(es): matdoc
;