Rsodp_Abap_Cds_Headanno

DDL: RSODP_ABAP_CDS_HEADANNO SQL: RSODPABAPCDSVWHA Type: view

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)

SourceAliasJoin Type
ddheadanno ddheadanno from

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}
}*/