Cds_View_Annotation_Position
CDS View Header Annotations
Cds_View_Annotation_Position is a CDS View that provides data about "CDS View Header Annotations" in SAP S/4HANA. It reads from 1 data source (ddheadanno) and exposes 5 fields with key fields CDSName, AnnotationName. Part of development package S_DICT_VB.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ddheadanno | ddheadanno | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.sqlViewName | CDSVIEWANNOPOS | view | |
| EndUserText.label | CDS View Header 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 | strucobjn | ||
| KEY | AnnotationName | name | ||
| AnnotationValue | value | |||
| ActualPosition | position | |||
| ChangedPosition |
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'CDSVIEWANNOPOS'
@EndUserText.label: 'CDS View Header Annotations'
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view Cds_View_Annotation_Position
as select from ddheadanno {
key strucobjn as CDSName,
key name as AnnotationName,
value as AnnotationValue,
position as ActualPosition,
position - 1 as ChangedPosition
};
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