F_Mmim_Matdoc_Supplier

DDL: F_MMIM_MATDOC_SUPPLIER SQL: FMATDOCSUB Type: view

Help-View for Supplier from MATDOC

F_Mmim_Matdoc_Supplier is a CDS View that provides data about "Help-View for Supplier from MATDOC" 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 FMATDOCSUB 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
EndUserText.label Help-View for Supplier from MATDOC 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_Matdoc_Supplier.
-- 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: FMATDOCSUB

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