FCO_MIG_PACKAGE

DDL: FCO_MIG_PACKAGE SQL: FCOV_MIG_PACKAGE Type: view Package: FINS_CO_MIG

CO Delta Entries - Migration Packages

FCO_MIG_PACKAGE is a CDS View that provides data about "CO Delta Entries - Migration Packages" in SAP S/4HANA. It reads from 3 data sources (finsc_cmp_versnc, finsc_cmp_versnc, finsc_cmp_versnc). Part of development package FINS_CO_MIG.

Data Sources (3)

SourceAliasJoin Type
finsc_cmp_versnc l inner
finsc_cmp_versnc l inner
finsc_cmp_versnc l inner

Annotations (3)

NameValueLevelField
AbapCatalog.sqlViewName FCOV_MIG_PACKAGE view
EndUserText.label CO Delta Entries - Migration Packages 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_PACKAGE.
-- 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_MIG_PACKAGE

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