V_COSS4W09_1_VIEW

DDL: V_COSS4W09_1 SQL: V_COSS4W09_1 Type: view Package: KACC_ERP50

COSS for WRTTP=09 - part 1

V_COSS4W09_1_VIEW is a CDS View that provides data about "COSS for WRTTP=09 - part 1" in SAP S/4HANA. It reads from 2 data sources (t000, tka01). Part of development package KACC_ERP50.

Data Sources (2)

SourceAliasJoin Type
t000 s inner
tka01 tk inner

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName V_COSS4W09_1 view
AbapCatalog.compiler.compareFilter true view
EndUserText.label COSS for WRTTP=09 - part 1 view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.preserveKey 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_COSS4W09_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_COSS4W09_1

CREATE VIEW V_COSS4W09_1_VIEW AS
SELECT *  -- field list not available 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 */
;