Rsrts_Cds_Query_List_Cube
Rsrts_Cds_Query_List_Cube is a CDS View in SAP S/4HANA. It reads from 12 data sources and exposes 6 fields with key field compid.
Data Sources (12)
| Source | Alias | Join Type |
|---|---|---|
| RSRTS_APP_COMPONENT | akh | inner |
| ARS_APIS_RELEASED_C1_OR_GROUPS | ars_api_released | inner |
| ddheadanno | cube_anno | inner |
| ddldependency | cube_stob | inner |
| ddldependency | cube_view | inner |
| dd2526v | dd2526v | inner |
| ddldependency | dep_stob | inner |
| ddldependency | dep_view | inner |
| ddheadanno | headanno | from |
| ddheadanno | headannotext | left_outer |
| tadir | tadir | inner |
| ddddlsrc02bt | text | left_outer |
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | RSRTS_CDS_QRC | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AbapCatalog.compiler.compareFilter | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | compid | |||
| infoprovider | ||||
| ddlname | ddldependency | ddlname | DDL Source Name | |
| view_name | ddheadanno | strucobjn | DD: Name of a structured object (e.g. entity, context) | |
| cube_ddlname | ddldependency | ddlname | DDL Source Name | |
| description | ddddlsrc02bt | ddtext | Short text |
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 Rsrts_Cds_Query_List_Cube.
-- 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: RSRTS_CDS_QRC
CREATE VIEW Rsrts_Cds_Query_List_Cube AS
SELECT
concat( '2C', dep_view.objectname ) AS compid,
concat( '2C', dd2526v.tabname ) AS infoprovider,
dep_stob.ddlname AS ddlname,
headanno.strucobjn AS view_name,
cube_view.ddlname AS cube_ddlname,
text.ddtext AS description
FROM ddheadanno AS headanno
INNER JOIN ddldependency AS dep_stob ON /* join condition not captured in parsed metadata */
INNER JOIN ddldependency AS dep_view ON /* join condition not captured in parsed metadata */
INNER JOIN ARS_APIS_RELEASED_C1_OR_GROUPS AS ars_api_released ON /* join condition not captured in parsed metadata */
INNER JOIN dd2526v ON /* join condition not captured in parsed metadata */
INNER JOIN ddldependency AS cube_view ON /* join condition not captured in parsed metadata */
INNER JOIN ddldependency AS cube_stob ON /* join condition not captured in parsed metadata */
INNER JOIN ddheadanno AS cube_anno ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN ddheadanno AS headannotext ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN ddddlsrc02bt AS text ON /* join condition not captured in parsed metadata */
INNER JOIN tadir ON /* join condition not captured in parsed metadata */
INNER JOIN RSRTS_APP_COMPONENT AS akh ON /* join condition not captured in parsed metadata */
;
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