FQM_SOURCE_APPL_G

DDL: FQM_SOURCE_APPL_G SQL: FQMSRCEAPPL_G Type: view Package: FQM_CORE

Source Application for Aggregate

FQM_SOURCE_APPL_G is a CDS View that provides data about "Source Application for Aggregate" in SAP S/4HANA. It reads from 2 data sources (fqmts_orap_t, fqmts_orap). Part of development package FQM_CORE.

Data Sources (2)

SourceAliasJoin Type
fqmts_orap_t _TEXT left_outer
fqmts_orap fqmts_orap from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName FQMSRCEAPPL_G view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.dataMaintenance #DISPLAY_ONLY view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label Source Application for Aggregate 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 FQM_SOURCE_APPL_G.
-- 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: FQMSRCEAPPL_G

CREATE VIEW FQM_SOURCE_APPL_G AS
SELECT *  -- field list not available in parsed metadata
FROM fqmts_orap
LEFT OUTER JOIN fqmts_orap_t AS _TEXT ON /* join condition not captured in parsed metadata */
;