FQM_SOURCE_APPL_D

DDL: FQM_SOURCE_APPL_D SQL: FQMSRCEAPPL_D Type: view Package: FQM_CORE

Source Application for Delete

FQM_SOURCE_APPL_D is a CDS View that provides data about "Source Application for Delete" 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_D 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 Delete 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_D.
-- 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_D

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