v_cosp_ori_6_view

DDL: V_COSP_ORI_6_DDL SQL: V_COSP_ORI_6 Type: view

CO Object: Cost Totals for External Postings (part 6)

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

Data Sources (4)

SourceAliasJoin Type
t000 s inner
t006 t6meinb left_outer
t006 t6meinh left_outer
tj01 tj01 inner

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName V_COSP_ORI_6 view
EndUserText.label CO Object: Cost Totals for External Postings (part 6) 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_ori_6_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_ORI_6

CREATE VIEW v_cosp_ori_6_view AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN t000 AS s ON /* join condition not captured in parsed metadata */
INNER JOIN tj01 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t006 AS t6meinb ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t006 AS t6meinh ON /* join condition not captured in parsed metadata */
;