vfco_dll_co88_with_op_l4

DDL: VFCO_CO88_WITH_OP_L4 SQL: VFCO_CO88_B_L4 Type: view

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

Data Sources (2)

SourceAliasJoin Type
jest je inner
vfco_tj31_koao tj31 inner

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName VFCO_CO88_B_L4 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_co88_with_op_l4.
-- 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_CO88_B_L4

CREATE VIEW vfco_dll_co88_with_op_l4 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_koao AS tj31 ON /* join condition not captured in parsed metadata */
;