ATOV_COL_V_XC_COUNT_CHANGE

DDL: ATOV_COL_V_XC_COUNT_CHANGE SQL: ATO_V_XC_CC Type: view

Count changes in collection version

ATOV_COL_V_XC_COUNT_CHANGE is a CDS View that provides data about "Count changes in collection version" in SAP S/4HANA. It reads from 1 data source (ato_xc_item).

Data Sources (1)

SourceAliasJoin Type
ato_xc_item Current_item from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName ATO_V_XC_CC view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Count changes in collection version 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 ATOV_COL_V_XC_COUNT_CHANGE.
-- 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: ATO_V_XC_CC

CREATE VIEW ATOV_COL_V_XC_COUNT_CHANGE AS
SELECT *  -- field list not available in parsed metadata
FROM ato_xc_item AS Current_item
;