vfco_dll_va88_l1

DDL: VFCO_VA88_L1 SQL: VFCO_VA88_L1 Type: view Package: KABR

CDS-View for transaction VA88H - first step

vfco_dll_va88_l1 is a CDS View that provides data about "CDS-View for transaction VA88H - first step" in SAP S/4HANA. It reads from 9 data sources. Part of development package KABR.

Data Sources (9)

SourceAliasJoin Type
jest je inner
jsto js inner
t001k t1k left_outer
t001k t1k_tp left_outer
t001w t1tp left_outer
t001w t1w left_outer
vfco_dll_tj07_koao t7 inner
tvko vko left_outer
vbap vp inner

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName VFCO_VA88_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_va88_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_VA88_L1

CREATE VIEW vfco_dll_va88_l1 AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN vbap AS vp 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_dll_tj07_koao AS t7 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t001w AS t1w ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t001k AS t1k ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t001w AS t1tp ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t001k AS t1k_tp ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN tvko AS vko ON /* join condition not captured in parsed metadata */
;