V_Coep_Acdoca_R1_view

DDL: V_COEP_ACDOCA_R1 SQL: V_COEP_ACDOCA_R1 Type: view

Mapping of ACDOCA to COEP-fields - revised version - part 1

V_Coep_Acdoca_R1_view is a CDS View that provides data about "Mapping of ACDOCA to COEP-fields - revised version - part 1" in SAP S/4HANA. It reads from 2 data sources (tka01, finsc_cmp_versnd).

Data Sources (2)

SourceAliasJoin Type
tka01 t inner
finsc_cmp_versnd v inner

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName V_COEP_ACDOCA_R1 view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Mapping of ACDOCA to COEP-fields - revised version - part 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_Coep_Acdoca_R1_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_COEP_ACDOCA_R1

CREATE VIEW V_Coep_Acdoca_R1_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 tka01 AS t ON /* join condition not captured in parsed metadata */
;