v_coep_v2_l4_view

DDL: V_COEP_V2_4 SQL: V_COEP_V2_L4 Type: view

PTest COEP

v_coep_v2_l4_view is a CDS View that provides data about "PTest COEP" in SAP S/4HANA. It reads from 2 data sources (t006, t006).

Data Sources (2)

SourceAliasJoin Type
t006 T_MEINB left_outer
t006 T_MEINH left_outer

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName V_COEP_V2_L4 view
EndUserText.label PTest COEP 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 v_coep_v2_l4_view.
-- 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: V_COEP_V2_L4

CREATE VIEW v_coep_v2_l4_view AS
SELECT *  -- field list not available in parsed metadata
LEFT OUTER JOIN t006 AS T_MEINB ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t006 AS T_MEINH ON /* join condition not captured in parsed metadata */
;