FINS_REV_REC_COS_ACDOCP_VIEW

DDL: FINS_REV_REC_COS_ACDOCP_VIEW SQL: FINS_RR_ACDOCP Type: view

Planvalues from ACDOCP

FINS_REV_REC_COS_ACDOCP_VIEW is a CDS View that provides data about "Planvalues from ACDOCP" in SAP S/4HANA. It reads from 1 data source (t006).

Data Sources (1)

SourceAliasJoin Type
t006 b left_outer

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName FINS_RR_ACDOCP view
ClientDependent true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Planvalues from ACDOCP view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED 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 FINS_REV_REC_COS_ACDOCP_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: FINS_RR_ACDOCP

CREATE VIEW FINS_REV_REC_COS_ACDOCP_VIEW AS
SELECT *  -- field list not available in parsed metadata
LEFT OUTER JOIN t006 AS b ON /* join condition not captured in parsed metadata */
;