atov_col_ver_approv_allow_base
Collections allowed to set QA Status
atov_col_ver_approv_allow_base is a CDS View that provides data about "Collections allowed to set QA Status" in SAP S/4HANA. It reads from 18 data sources and exposes 2 fields with key fields version, version.
Data Sources (18)
| Source | Alias | Join Type |
|---|---|---|
| cvers | Basis_Release | inner |
| cvers | Basis_Release | inner |
| atov_collection_type_import | Col_Type | inner |
| atov_collection_type_import | Col_Type | inner |
| ato_col_versions | Collection_Version | from |
| ato_col_versions | Collection_Version | union_all |
| ato_type_status | Import_Allowed_Status | inner |
| ato_type_status | Import_Allowed_Status | left_outer |
| ato_col_v_status | Import_Schema_Status | inner |
| ato_col_v_status | Import_Schema_Status | inner |
| atov_status_schema_not_discard | Not_Discarded | inner |
| atov_status_schema_not_discard | Not_Discarded | inner |
| ato_type_status | QA_Allowed_Status | inner |
| ato_type_status | QA_Allowed_Status | inner |
| atov_status_schema_qa_status | QA_Schema_Status | inner |
| atov_status_schema_qa_status | QA_Schema_Status | inner |
| ato_statusschema | QA_Status_Schema | inner |
| ato_statusschema | QA_Status_Schema | inner |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | version | ato_col_versions | version | XML Vers. |
| KEY | version | ato_col_versions | 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_approv_allow_base.
-- 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_approv_allow_base AS
SELECT
Collection_Version.version AS version
FROM ato_col_versions AS Collection_Version
INNER JOIN cvers AS Basis_Release ON /* join condition not captured in parsed metadata */
INNER JOIN atov_status_schema_not_discard AS Not_Discarded ON /* join condition not captured in parsed metadata */
INNER JOIN ato_col_v_status AS Import_Schema_Status ON /* join condition not captured in parsed metadata */
INNER JOIN atov_collection_type_import AS Col_Type ON /* join condition not captured in parsed metadata */
INNER JOIN ato_type_status AS Import_Allowed_Status ON /* join condition not captured in parsed metadata */
INNER JOIN atov_status_schema_qa_status AS QA_Schema_Status ON /* join condition not captured in parsed metadata */
INNER JOIN ato_statusschema AS QA_Status_Schema ON /* join condition not captured in parsed metadata */
INNER JOIN ato_type_status AS QA_Allowed_Status ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN ato_type_status AS Import_Allowed_Status ON /* join condition not captured in parsed metadata */
-- UNION ALL with additional select branch(es): ato_col_versions
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA