Rsodp_Abap_Cds_Headanno
ABAP CDS: Header Annotations
Rsodp_Abap_Cds_Headanno is a CDS View that provides data about "ABAP CDS: Header Annotations" in SAP S/4HANA. It reads from 1 data source (ddheadanno) and exposes 3 fields with key fields strucobjn, name.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ddheadanno | ddheadanno | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | RSODPABAPCDSVWHA | view | |
| ClientHandling.type | #CLIENT_INDEPENDENT | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #SINGLE | view | |
| EndUserText.label | ABAP CDS: Header Annotations | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | strucobjn | strucobjn | ||
| KEY | name | name | ||
| value | value |
@AbapCatalog.sqlViewName: 'RSODPABAPCDSVWHA'
@ClientHandling.type: #CLIENT_INDEPENDENT
@AccessControl.authorizationCheck: #NOT_ALLOWED
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.buffering: { status: #ACTIVE, type: #SINGLE }
@EndUserText.label: 'ABAP CDS: Header Annotations'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view Rsodp_Abap_Cds_Headanno as select from ddheadanno {
key strucobjn,
key name,
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