F_Mmim_Sorder_Union

DDL: F_MMIM_SORDER_UNION SQL: FMMIMSORDERUN Type: view

Help-View for Sales Order Union

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

Data Sources (2)

SourceAliasJoin Type
matdoc matdoc from
matdoc matdoc union_all

Annotations (9)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName FMMIMSORDERUN view
EndUserText.label Help-View for Sales Order 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_Sorder_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: FMMIMSORDERUN

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