ATOV_CMN_RID_OF_SUCESS_FORWARD

DDL: ATOV_CMN_RID_OF_SUCESS_FORWARD Type: view_entity

Common Import: Get import channel

ATOV_CMN_RID_OF_SUCESS_FORWARD is a CDS View that provides data about "Common Import: Get import channel" in SAP S/4HANA. It reads from 1 data source (ato_col_versions) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
ato_col_versions col_versions from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Common Import: Get import channel 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
resource_id ato_col_versions resource_id UUID Internal

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_RID_OF_SUCESS_FORWARD.
-- 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_RID_OF_SUCESS_FORWARD AS
SELECT
  col_versions.resource_id AS resource_id
FROM ato_col_versions AS col_versions
;