v_coss_3_view

DDL: V_COSS_3_DDL SQL: V_COSS_3 Type: view Package: KACC_ERP50

CO Object: Cost Totals for Internal Postings (part 3)

v_coss_3_view is a CDS View that provides data about "CO Object: Cost Totals for Internal Postings (part 3)" in SAP S/4HANA. It reads from 4 data sources (t000, tka01, tj01, tj01). Part of development package KACC_ERP50.

Data Sources (4)

SourceAliasJoin Type
t000 s inner
tka01 t inner
tj01 tj01 inner
tj01 tj01 inner

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName V_COSS_3 view
EndUserText.label CO Object: Cost Totals for Internal Postings (part 3) 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_coss_3_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_COSS_3

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