FCO_MIG_ACDOCA

DDL: FCO_MIG_ACDOCA SQL: FCOV_MIG_ACDOCA Type: view

CO Delta Entries - Aggregated ACDOCA Records

FCO_MIG_ACDOCA is a CDS View that provides data about "CO Delta Entries - Aggregated ACDOCA Records" in SAP S/4HANA. It reads from 4 data sources (t000, tj01, tka01, FCO_MIG_VERSNE).

Data Sources (4)

SourceAliasJoin Type
t000 t000 inner
tj01 tj01 inner
tka01 tka01 inner
FCO_MIG_VERSNE versn inner

Annotations (3)

NameValueLevelField
AbapCatalog.sqlViewName FCOV_MIG_ACDOCA view
EndUserText.label CO Delta Entries - Aggregated ACDOCA Records 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 FCO_MIG_ACDOCA.
-- 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: FCOV_MIG_ACDOCA

CREATE VIEW FCO_MIG_ACDOCA AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN tj01 ON /* join condition not captured in parsed metadata */
INNER JOIN FCO_MIG_VERSNE AS versn ON /* join condition not captured in parsed metadata */
INNER JOIN t000 ON /* join condition not captured in parsed metadata */
INNER JOIN tka01 ON /* join condition not captured in parsed metadata */
;