Vb_Core_Cds_Annotation
View Browser Core CDS Annotations
Vb_Core_Cds_Annotation is a CDS View that provides data about "View Browser Core CDS Annotations" in SAP S/4HANA. It reads from 1 data source (Cds_View_Annotation_Position) and exposes 5 fields with key fields CDSName, AnnotationName. It has 1 association to related views. Part of development package S_DICT_VB.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| Cds_View_Annotation_Position | Cds_View_Annotation_Position | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | Cds_View_Annotation_Position | _CdsViewNextAnno | $projection.CDSName = _CdsViewNextAnno.CDSName and $projection.ActualPosition = _CdsViewNextAnno.ChangedPosition |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VBCORECDSANNO | view | |
| EndUserText.label | View Browser Core CDS Annotations | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CDSName | Cds_View_Annotation_Position | CDSName | |
| KEY | AnnotationName | Cds_View_Annotation_Position | AnnotationName | |
| AnnotationValue | Cds_View_Annotation_Position | AnnotationValue | ||
| ActualPosition | Cds_View_Annotation_Position | ActualPosition | ||
| _CdsViewNextAnno | _CdsViewNextAnno |
@AbapCatalog.sqlViewName: 'VBCORECDSANNO'
@EndUserText.label: 'View Browser Core CDS Annotations'
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view Vb_Core_Cds_Annotation as select from Cds_View_Annotation_Position
/*+[hideWarning] { "IDS" : [ "CARDINALITY_CHECK" ] } */
association [1..1] to Cds_View_Annotation_Position as _CdsViewNextAnno
on $projection.CDSName = _CdsViewNextAnno.CDSName and $projection.ActualPosition = _CdsViewNextAnno.ChangedPosition {
key Cds_View_Annotation_Position.CDSName,
key Cds_View_Annotation_Position.AnnotationName,
Cds_View_Annotation_Position.AnnotationValue,
Cds_View_Annotation_Position.ActualPosition,
_CdsViewNextAnno
}
Learn More
- 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 Annotations — A Complete Guide
- 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