CDS_VIEW_ANNOTATION_POSITION

CDS View

CDS View Header Annotations

CDS_VIEW_ANNOTATION_POSITION is a CDS View in S/4HANA. CDS View Header Annotations. It contains 4 fields. 9 CDS views read from this table.

CDS Views using this table (9)

ViewTypeJoinVDMDescription
CDS_ALL_SUPPORTED_CAPABILITIES view from Supported capabilities for CDS views
CDS_SUPPORTED_CAPABILITIES view from Supported capabilities for CDS views
Cds_View_Annotation view from CDS View Annotation
Cds_view_annotation_query view from CDS View Header Annotations
QB_CORE_CDSVIEWS_U view inner Que ry Browser Core CDS Views
QB_QUERY_PDS view inner Get direct base objects
QB_RELEASED_QUERIES view from Released Analytical Queries
Vb_Core_Cds_Annotation view from View Browser Core CDS Annotations
Vb_Core_Cdsviews view left_outer View Browser Core CDS Views

Fields (4)

KeyField CDS FieldsUsed in Views
KEY AnnotationName AnnotationName 3
KEY CDSName CDSName 3
ActualPosition ActualPosition 2
AnnotationValue AnnotationValue,ModelingPattern 4
@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
};    
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DDHEADANNO"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/