V_Cosp_R_3s_View

DDL: V_COSP_R_3S SQL: V_COSP_R_3S Type: view

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

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

Data Sources (5)

SourceAliasJoin Type
tj01 j inner
t000 s inner
tka01 t inner
t006 T_MEINB left_outer
t006 T_MEINH left_outer

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName V_COSP_R_3S view
AbapCatalog.compiler.compareFilter true view
EndUserText.label CO Object: Cost Totals for External Postings ("Rev.") Part3s 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_3s_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_3S

CREATE VIEW V_Cosp_R_3s_View AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN tj01 AS j ON /* join condition not captured 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 */
INNER JOIN tka01 AS t ON /* join condition not captured in parsed metadata */
INNER JOIN t000 AS s ON /* join condition not captured in parsed metadata */
;