fco_mig_check_versn_view

DDL: FCO_MIG_CHECK_VERSN SQL: FCOV_CHECK_VERSN Type: view

Checks which CO-data can be checked for VERSN <>

fco_mig_check_versn_view is a CDS View that provides data about "Checks which CO-data can be checked for VERSN <>" in SAP S/4HANA. It reads from 1 data source (finsc_cmp_versnc).

Data Sources (1)

SourceAliasJoin Type
finsc_cmp_versnc v2 inner

Annotations (3)

NameValueLevelField
AbapCatalog.sqlViewName FCOV_CHECK_VERSN view
EndUserText.label Checks which CO-data can be checked for VERSN <> view
ObjectModel.usageType.serviceQuality #P 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 fco_mig_check_versn_view.
-- 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: FCOV_CHECK_VERSN

CREATE VIEW fco_mig_check_versn_view AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN finsc_cmp_versnc AS v2 ON /* join condition not captured in parsed metadata */
;