I_CDSEntityHeaderAnnotation
CDS-Header Annotations
I_CDSEntityHeaderAnnotation is a Basic CDS View that provides data about "CDS-Header Annotations" in SAP S/4HANA. It reads from 1 data source (ddheadanno) and exposes 4 fields with key fields CDSView, CDSViewAnnotationName, CDSViewAnnotationPosValue.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ddheadanno | ddheadanno | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICDSHDRANNO | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | CDS-Header Annotations | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #META | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CDSView | strucobjn | ||
| KEY | CDSViewAnnotationName | name | ||
| KEY | CDSViewAnnotationPosValue | position | ||
| CDSViewAnnotationValue | value |
@AbapCatalog.sqlViewName: 'ICDSHDRANNO'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CDS-Header Annotations'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #META
define view I_CDSEntityHeaderAnnotation as select from ddheadanno
{
key strucobjn as CDSView,
key name as CDSViewAnnotationName,
key position as CDSViewAnnotationPosValue,
value as CDSViewAnnotationValue
} where value !=''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DDHEADANNO"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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