F_Mmim_WBSElement_Union

DDL: F_MMIM_WBSELEMENT_UNION SQL: FMMIMWBSELEMTUN Type: view

Help-View for WBS Element Union

F_Mmim_WBSElement_Union is a CDS View that provides data about "Help-View for WBS Element 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
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName FMMIMWBSELEMTUN view
EndUserText.label Help-View for WBS Element Union view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED 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_WBSElement_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: FMMIMWBSELEMTUN

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