vfco_dll_co88_with_op_l1

DDL: VFCO_CO88_WITH_OP_L1 SQL: VFCO_CO88_B_L1 Type: view

vfco_dll_co88_with_op_l1 is a CDS View in SAP S/4HANA. It reads from 6 data sources.

Data Sources (6)

SourceAliasJoin Type
afko ak inner
afpo ap inner
afvc av inner
jest je inner
jsto js inner
vfco_tj07_koao t7 inner

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName VFCO_CO88_B_L1 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_l1.
-- 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_L1

CREATE VIEW vfco_dll_co88_with_op_l1 AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN afko AS ak ON /* join condition not captured in parsed metadata */
INNER JOIN afpo AS ap ON /* join condition not captured in parsed metadata */
INNER JOIN afvc AS av ON /* join condition not captured in parsed metadata */
INNER JOIN jsto AS js ON /* join condition not captured in parsed metadata */
INNER JOIN jest AS je ON /* join condition not captured in parsed metadata */
INNER JOIN vfco_tj07_koao AS t7 ON /* join condition not captured in parsed metadata */
;