FQM_SOURCE_APPL_C_LP

DDL: FQM_SOURCE_APPL_C_LP SQL: FQMSRCEAPPL_CLP Type: view Package: FQM_CORE

Source Application for Compare LP

FQM_SOURCE_APPL_C_LP is a CDS View that provides data about "Source Application for Compare LP" 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_CLP 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 Compare LP 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_C_LP.
-- 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_CLP

CREATE VIEW FQM_SOURCE_APPL_C_LP 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 */
;