Vb_Core_Cdsviews
View Browser Core CDS Views
Vb_Core_Cdsviews is a CDS View that provides data about "View Browser Core CDS Views" in SAP S/4HANA. It reads from 8 data sources and exposes 27 fields with key field DDLSourceName. It has 7 associations to related views.
Data Sources (8)
| Source | Alias | Join Type |
|---|---|---|
| ARS_APIS_RELEASED_C1_OR_GROUPS | Cds_Release_Status | left_outer |
| Cds_Views_Info | Cds_Views_Info | from |
| Cds_View_Annotation_Position | CDSAnalyticType | left_outer |
| Cds_View_Annotation_Position | CDSDataCategory | left_outer |
| Cds_View_Annotation_Position | CDSModelingPattern | left_outer |
| Cds_View_Annotation_Position | CDSPrivate | left_outer |
| dd02b | dd02b | left_outer |
| CDS_SUPPORTED_CAPABILITIES | SupportCapabilities | left_outer |
Associations (7)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | vdm_browsertag | _CdsViewUserTag | $projection.DDLSourceName = _CdsViewUserTag.ddlsourcename and _CdsViewUserTag.username = $session.user |
| [0..*] | Cds_View_Parameter | _CdsViewParameter | $projection.CDSName = _CdsViewParameter.CDSName |
| [1..*] | Vb_Core_Cds_Definition | _CdsDefinition | $projection.CDSName = _CdsDefinition.SQLViewName |
| [0..*] | Vb_Core_Cds_Annotation | _CdsViewAnnotation | $projection.CDSName = _CdsViewAnnotation.CDSName |
| [1..*] | VB_CDS_CROSSREFERENCE | _CdsViewCrossreference | $projection.CDSName = _CdsViewCrossreference.ObjectDDLSourceName |
| [0..1] | Cds_Editors_Text | _EditorText | $projection.CDSOriginKey = _EditorText.CDSOrigin and _EditorText.Language = $session.system_language |
| [0..*] | report_chips | _AnalyticalQueryPublished | $projection.DDLSourceName = _AnalyticalQueryPublished.ddlsourcename |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VBCORECDSVIEWS | view | |
| EndUserText.label | View Browser Core CDS Views | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (27)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DDLSourceName | Cds_Views_Info | DDLSourceName | DDL Source Name |
| DDLSourceNameText | ||||
| SQLViewName | Cds_Views_Info | SQLViewName | View Name | |
| CDSName | Cds_Views_Info | CDSName | DD: Name of a structured object (e.g. entity, context) | |
| CdsViewType | ||||
| ApplicationComponent | Cds_Views_Info | ApplicationComponent | ||
| ApplicationComponentName | Cds_Views_Info | ApplicationComponentName | ||
| CDSViewPackage | Cds_Views_Info | CDSViewPackage | ||
| CDSViewSourceSystem | Cds_Views_Info | CDSViewSourceSystem | ||
| AnnotationValueendasCDSViewCategory | ||||
| CDSOriginKey | ||||
| SupportedCapability | CDS_SUPPORTED_CAPABILITIES | SupportedCapability | ||
| NumberOfCapabilities | CDS_SUPPORTED_CAPABILITIES | NumberOfCapabilities | ||
| ModelingPattern | Cds_View_Annotation_Position | AnnotationValue | Value from table | |
| _CdsViewUserTag | _CdsViewUserTag | |||
| _CdsViewParameter | _CdsViewParameter | |||
| _CdsDefinition | _CdsDefinition | |||
| _CdsViewAnnotation | _CdsViewAnnotation | |||
| _CdsViewCrossreference | _CdsViewCrossreference | |||
| _EditorText | _EditorText | |||
| _AnalyticalQueryPublished | _AnalyticalQueryPublished | |||
| _CdsSupportedCapabilities | Cds_Views_Info | _CdsSupportedCapabilities | ||
| _CDSAppCompText | Cds_Views_Info | _CDSAppCompText | ||
| _CdsFavorite | Cds_Views_Info | _CdsFavorite | ||
| _CdsTagCount | Cds_Views_Info | _CdsTagCount | ||
| _Text | Cds_Views_Info | _Text | ||
| SourceType | Cds_Views_Info | SourceType | 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 Vb_Core_Cdsviews.
-- 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: VBCORECDSVIEWS
CREATE VIEW Vb_Core_Cdsviews AS
SELECT
Cds_Views_Info.DDLSourceName AS DDLSourceName,
coalesce( dd02b.strucobjn_raw, Cds_Views_Info.DDLSourceName ) AS DDLSourceNameText,
Cds_Views_Info.SQLViewName AS SQLViewName,
Cds_Views_Info.CDSName AS CDSName,
cast( Cds_Views_Info.CdsViewType as vdmviewtype ) AS CdsViewType,
Cds_Views_Info.ApplicationComponent AS ApplicationComponent,
Cds_Views_Info.ApplicationComponentName AS ApplicationComponentName,
Cds_Views_Info.CDSViewPackage AS CDSViewPackage,
Cds_Views_Info.CDSViewSourceSystem AS CDSViewSourceSystem,
case when CDSAnalyticType.AnnotationValue = 'true' then 'QUERY' when CDSDataCategory.AnnotationValue = '#DIMENSION' then 'DIMENSION' when CDSDataCategory.AnnotationValue = '#CUBE' then 'CUBE' when CDSDataCategory.AnnotationValue = '#TEXT' then 'TEXT' when CDSDataCategory.AnnotationValue = '#FACT' then 'FACT' when CDSDataCategory.AnnotationValue = '#AGGREGATIONLEVEL' then 'AGGREGATIONLEVEL' when CDSDataCategory.AnnotationValue = '#HIERARCHY' then 'HIERARCHY' else CDSDataCategory.AnnotationValue end as CDSViewCategory AS AnnotationValueendasCDSViewCategory,
cast(Cds_Views_Info.CDSOriginKey as abap.char( 10 )) AS CDSOriginKey,
SupportCapabilities.SupportedCapability AS SupportedCapability,
SupportCapabilities.NumberOfCapabilities AS NumberOfCapabilities,
CDSModelingPattern.AnnotationValue AS ModelingPattern,
Cds_Views_Info._CdsSupportedCapabilities AS _CdsSupportedCapabilities,
Cds_Views_Info._CDSAppCompText AS _CDSAppCompText,
Cds_Views_Info._CdsFavorite AS _CdsFavorite,
Cds_Views_Info._CdsTagCount AS _CdsTagCount,
Cds_Views_Info._Text AS _Text,
Cds_Views_Info.SourceType AS SourceType
FROM Cds_Views_Info
LEFT OUTER JOIN Cds_View_Annotation_Position AS CDSAnalyticType ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN Cds_View_Annotation_Position AS CDSDataCategory ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN Cds_View_Annotation_Position AS CDSPrivate ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN ARS_APIS_RELEASED_C1_OR_GROUPS AS Cds_Release_Status ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN dd02b ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN CDS_SUPPORTED_CAPABILITIES AS SupportCapabilities ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN Cds_View_Annotation_Position AS CDSModelingPattern ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN vdm_browsertag AS _CdsViewUserTag ON DDLSourceName = _CdsViewUserTag.ddlsourcename AND _CdsViewUserTag.username = $session.user -- association [0..*]
LEFT OUTER JOIN Cds_View_Parameter AS _CdsViewParameter ON CDSName = _CdsViewParameter.CDSName -- association [0..*]
LEFT OUTER JOIN Vb_Core_Cds_Definition AS _CdsDefinition ON CDSName = _CdsDefinition.SQLViewName -- association [1..*]
LEFT OUTER JOIN Vb_Core_Cds_Annotation AS _CdsViewAnnotation ON CDSName = _CdsViewAnnotation.CDSName -- association [0..*]
LEFT OUTER JOIN VB_CDS_CROSSREFERENCE AS _CdsViewCrossreference ON CDSName = _CdsViewCrossreference.ObjectDDLSourceName -- association [1..*]
LEFT OUTER JOIN Cds_Editors_Text AS _EditorText ON CDSOriginKey = _EditorText.CDSOrigin AND _EditorText.Language = $session.system_language -- association [0..1]
LEFT OUTER JOIN report_chips AS _AnalyticalQueryPublished ON DDLSourceName = _AnalyticalQueryPublished.ddlsourcename -- association [0..*]
;
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