vfco_dll_cjb1_l7

DDL: VFCO_CJB1_L7 SQL: VFCO_CJB1_L7 Type: view

vfco_dll_cjb1_l7 is a CDS View in SAP S/4HANA. It reads from 2 data sources (jest, vfco_tj31_srgn).

Data Sources (2)

SourceAliasJoin Type
jest je inner
vfco_tj31_srgn tj31 inner

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName VFCO_CJB1_L7 view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #NOT_REQUIRED 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 vfco_dll_cjb1_l7.
-- 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: VFCO_CJB1_L7

CREATE VIEW vfco_dll_cjb1_l7 AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN jest AS je ON /* join condition not captured in parsed metadata */
INNER JOIN vfco_tj31_srgn AS tj31 ON /* join condition not captured in parsed metadata */
;