atov_cmn_chk_forwardble_status

DDL: ATOV_CMN_CHK_FORWARDBLE_STATUS Type: view_entity

Eligible collection versions by status

atov_cmn_chk_forwardble_status is a CDS View that provides data about "Eligible collection versions by status" in SAP S/4HANA. It reads from 2 data sources (atov_col_ver_forward_scheduled, ATOV_COL_VER_FORWARDABLE_BASE) and exposes 1 field with key field version.

Data Sources (2)

SourceAliasJoin Type
atov_col_ver_forward_scheduled atov_col_ver_forward_scheduled union_all
ATOV_COL_VER_FORWARDABLE_BASE ATOV_COL_VER_FORWARDABLE_BASE from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Eligible collection versions by status view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY version 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_chk_forwardble_status.
-- 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.

CREATE VIEW atov_cmn_chk_forwardble_status AS
SELECT
  version
FROM ATOV_COL_VER_FORWARDABLE_BASE
-- UNION ALL with additional select branch(es): atov_col_ver_forward_scheduled
;