atov_col_ver_approve_allowed

DDL: ATOV_COL_VER_APPROVE_ALLOWED Type: view_entity

Collections allowed to set QA Status

atov_col_ver_approve_allowed is a CDS View that provides data about "Collections allowed to set QA Status" in SAP S/4HANA. It reads from 2 data sources (atov_col_ver_approv_allow_base, ATOV_STATUS_SCHEMA_QA_FEATURE) and exposes 1 field with key field version.

Data Sources (2)

SourceAliasJoin Type
atov_col_ver_approv_allow_base base from
ATOV_STATUS_SCHEMA_QA_FEATURE QA_Feature_Mapping_Schema inner

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Collections allowed to set QA 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 atov_col_ver_approv_allow_base 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_col_ver_approve_allowed.
-- 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_col_ver_approve_allowed AS
SELECT
  base.version AS version
FROM atov_col_ver_approv_allow_base AS base
INNER JOIN ATOV_STATUS_SCHEMA_QA_FEATURE AS QA_Feature_Mapping_Schema ON /* join condition not captured in parsed metadata */
;