Qb_Cdsviews_Query_Ce_Published
Query Browser Published views
Qb_Cdsviews_Query_Ce_Published is a CDS View that provides data about "Query Browser Published views" in SAP S/4HANA. It reads from 2 data sources (QB_CDSVIEWS_FINAL_QUERY, ARS_APIS_RELEASED_C1_ALL_OR_GR) and exposes 17 fields.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| QB_CDSVIEWS_FINAL_QUERY | Qb_Cdsviews_Query_Ce | from |
| ARS_APIS_RELEASED_C1_ALL_OR_GR | ReleasedViews | inner |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | QBCDSPUBQRY | view | |
| EndUserText.label | Query Browser Published views | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #MANDATORY | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| DDLSourceName | QB_CDSVIEWS_FINAL_QUERY | DDLSourceName | DDL Source Name | |
| DDLSourceNameText | QB_CDSVIEWS_FINAL_QUERY | DDLSourceNameText | ||
| SQLViewName | QB_CDSVIEWS_FINAL_QUERY | SQLViewName | View Name | |
| CDSName | QB_CDSVIEWS_FINAL_QUERY | CDSName | ||
| CDSReleaseStatus | ARS_APIS_RELEASED_C1_ALL_OR_GR | state | Vehicle Region | |
| ApplicationComponentName | QB_CDSVIEWS_FINAL_QUERY | ApplicationComponentName | ||
| ApplicationComponentText | QB_CDSVIEWS_FINAL_QUERY | ApplicationComponentText | ||
| SQLAnalyticalQuery | QB_CDSVIEWS_FINAL_QUERY | SQLAnalyticalQuery | ||
| SQLAnalyticalView | QB_CDSVIEWS_FINAL_QUERY | SQLAnalyticalView | ||
| ReferredObjectDDLSourceName | QB_CDSVIEWS_FINAL_QUERY | ReferredObjectDDLSourceName | DDL Source Name | |
| DDLSourceText | QB_CDSVIEWS_FINAL_QUERY | DDLSourceText | ||
| DDLSourceTextFallback | QB_CDSVIEWS_FINAL_QUERY | DDLSourceTextFallback | Short text | |
| DDLSourceTextSearch | QB_CDSVIEWS_FINAL_QUERY | DDLSourceTextSearch | ||
| DDLSourceTextSearchfb | QB_CDSVIEWS_FINAL_QUERY | DDLSourceTextSearchfb | ||
| DDLSourceIsFavorite | QB_CDSVIEWS_FINAL_QUERY | DDLSourceIsFavorite | ||
| InAServiceName | QB_CDSVIEWS_FINAL_QUERY | InAServiceName | ||
| CDSViewType | QB_CDSVIEWS_FINAL_QUERY | source_type | SRVC Source Type |
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 Qb_Cdsviews_Query_Ce_Published.
-- 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: QBCDSPUBQRY
CREATE VIEW Qb_Cdsviews_Query_Ce_Published AS
SELECT
Qb_Cdsviews_Query_Ce.DDLSourceName AS DDLSourceName,
Qb_Cdsviews_Query_Ce.DDLSourceNameText AS DDLSourceNameText,
Qb_Cdsviews_Query_Ce.SQLViewName AS SQLViewName,
Qb_Cdsviews_Query_Ce.CDSName AS CDSName,
ReleasedViews.state AS CDSReleaseStatus,
Qb_Cdsviews_Query_Ce.ApplicationComponentName AS ApplicationComponentName,
Qb_Cdsviews_Query_Ce.ApplicationComponentText AS ApplicationComponentText,
Qb_Cdsviews_Query_Ce.SQLAnalyticalQuery AS SQLAnalyticalQuery,
Qb_Cdsviews_Query_Ce.SQLAnalyticalView AS SQLAnalyticalView,
Qb_Cdsviews_Query_Ce.ReferredObjectDDLSourceName AS ReferredObjectDDLSourceName,
Qb_Cdsviews_Query_Ce.DDLSourceText AS DDLSourceText,
Qb_Cdsviews_Query_Ce.DDLSourceTextFallback AS DDLSourceTextFallback,
Qb_Cdsviews_Query_Ce.DDLSourceTextSearch AS DDLSourceTextSearch,
Qb_Cdsviews_Query_Ce.DDLSourceTextSearchfb AS DDLSourceTextSearchfb,
Qb_Cdsviews_Query_Ce.DDLSourceIsFavorite AS DDLSourceIsFavorite,
Qb_Cdsviews_Query_Ce.InAServiceName AS InAServiceName,
Qb_Cdsviews_Query_Ce.source_type AS CDSViewType
FROM QB_CDSVIEWS_FINAL_QUERY AS Qb_Cdsviews_Query_Ce
INNER JOIN ARS_APIS_RELEASED_C1_ALL_OR_GR AS ReleasedViews 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