FJV_MIG_PACKAGE

DDL: FJV_MIG_PACKAGE SQL: FJVV_MIG_PACK Type: view

JV Delta Entries - Migration Packages

FJV_MIG_PACKAGE is a CDS View that provides data about "JV Delta Entries - Migration Packages" in SAP S/4HANA. It reads from 2 data sources (finsc_ld_cmp, finsc_ledger).

Data Sources (2)

SourceAliasJoin Type
finsc_ld_cmp c inner
finsc_ledger l inner

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName FJVV_MIG_PACK view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
EndUserText.label JV Delta Entries - Migration Packages 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 FJV_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: FJVV_MIG_PACK

CREATE VIEW FJV_MIG_PACKAGE AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN finsc_ledger AS l ON /* join condition not captured in parsed metadata */
INNER JOIN finsc_ld_cmp AS c ON /* join condition not captured in parsed metadata */
;