Vb_Core_Cds_Definition
View Browser Core CDS Definition
Vb_Core_Cds_Definition is a CDS View that provides data about "View Browser Core CDS Definition" in SAP S/4HANA. It reads from 1 data source (Dictionary_Definition) and exposes 9 fields with key fields SQLViewName, FieldName. It has 1 association to related views. Part of development package S_DICT_VB.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| Dictionary_Definition | Dictionary_Definition | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | Data_Element_Text | _Text | $projection.DataElement = _Text.DataElement |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VBCORECDSDEF | view | |
| EndUserText.label | View Browser Core CDS Definition | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SQLViewName | Dictionary_Definition | ObjectName | |
| KEY | FieldName | Dictionary_Definition | FieldName | |
| DataElement | DataElement | |||
| DataType | Dictionary_Definition | DataType | ||
| FieldPosition | FieldPosition | |||
| ElementType | ElementType | |||
| Length | Length | |||
| _Text | _Text | |||
| ExtensionCDSView | Dictionary_Definition | ExtensionCDSView |
@AbapCatalog.sqlViewName: 'VBCORECDSDEF'
@EndUserText.label: 'View Browser Core CDS Definition'
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view Vb_Core_Cds_Definition as select from Dictionary_Definition
association [0..*] to Data_Element_Text as _Text on $projection.DataElement = _Text.DataElement {
key Dictionary_Definition.ObjectName as SQLViewName, // ObjectName is CDSName now after CDS2.0 changes in Dictionary_Definition
key Dictionary_Definition.FieldName,
fieldname_raw,
DataElement,
Dictionary_Definition.DataType,
FieldPosition,
ElementType,
Length,
_Text,
Dictionary_Definition.ExtensionCDSView
}
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