V_COSP_LVP_1_VIEW

DDL: V_COSP_LVP_1 SQL: V_COSP_LVP_1 Type: view

COSP totals: all currencies/valuations - 1

V_COSP_LVP_1_VIEW is a CDS View that provides data about "COSP totals: all currencies/valuations - 1" in SAP S/4HANA. It reads from 3 data sources (t000, tj01, tka01).

Data Sources (3)

SourceAliasJoin Type
t000 s inner
tj01 t inner
tka01 tk inner

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName V_COSP_LVP_1 view
AbapCatalog.compiler.compareFilter true view
EndUserText.label COSP totals: all currencies/valuations - 1 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_COSP_LVP_1_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_COSP_LVP_1

CREATE VIEW V_COSP_LVP_1_VIEW AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN tj01 AS t ON /* join condition not captured in parsed metadata */
INNER JOIN tka01 AS tk ON /* join condition not captured in parsed metadata */
INNER JOIN t000 AS s ON /* join condition not captured in parsed metadata */
;