V_Cosp_R_8_View

DDL: V_COSP_R_8 SQL: V_COSP_R_8 Type: view

CO Object: Cost Totals for External Postings ("Rev.") Part 8

V_Cosp_R_8_View is a CDS View that provides data about "CO Object: Cost Totals for External Postings ("Rev.") Part 8" in SAP S/4HANA. It reads from 5 data sources (t000, tj01, tka01, finsc_ld_cmp, finsc_cmp_versnc).

Data Sources (5)

SourceAliasJoin Type
t000 s inner
tj01 t inner
tka01 tk inner
finsc_ld_cmp v inner
finsc_cmp_versnc v inner

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName V_COSP_R_8 view
AbapCatalog.compiler.compareFilter true view
EndUserText.label CO Object: Cost Totals for External Postings ("Rev.") Part 8 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_Cosp_R_8_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_R_8

CREATE VIEW V_Cosp_R_8_View AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN finsc_ld_cmp AS v ON /* join condition not captured in parsed metadata */
INNER JOIN finsc_cmp_versnc AS v ON /* join condition not captured 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 */
;