V_COSS_KSII_1_VIEW

DDL: V_COSS_KSII_1 SQL: V_COSS_KSII_1 Type: view Package: KACC_ERP50

COSS for TA KSII, WRTTP=04 only - 1

V_COSS_KSII_1_VIEW is a CDS View that provides data about "COSS for TA KSII, WRTTP=04 only - 1" in SAP S/4HANA. It reads from 4 data sources (t000, tj01, tka01, finsc_cmp_versnd). Part of development package KACC_ERP50.

Data Sources (4)

SourceAliasJoin Type
t000 s inner
tj01 t inner
tka01 tk inner
finsc_cmp_versnd v inner

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName V_COSS_KSII_1 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label COSS for TA KSII, WRTTP=04 only - 1 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_KSII_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_COSS_KSII_1

CREATE VIEW V_COSS_KSII_1_VIEW AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN finsc_cmp_versnd 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 */
;