atov_cmn_import_move_deps

DDL: ATOV_CMN_IMPORT_MOVE_DEPS SQL: ATO_V_CMN_DEP_MV Type: view

Common Import: Import Dependencies

atov_cmn_import_move_deps is a CDS View that provides data about "Common Import: Import Dependencies" in SAP S/4HANA. It reads from 1 data source (ato_col_move) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
ato_col_move move_dependencies from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName ATO_V_CMN_DEP_MV view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Common Import: Import Dependencies view

Fields (1)

KeyFieldSource TableSource FieldDescription
version ato_col_move version XML Vers.

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_cmn_import_move_deps.
-- 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_CMN_DEP_MV

CREATE VIEW atov_cmn_import_move_deps AS
SELECT
  move_dependencies.version AS version
FROM ato_col_move AS move_dependencies
;