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. 12 CDS views read from this table.

CDS Views using this table (12)

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_CDSVIEWS_COUNT_FINAL_QUERY view inner Final Count of Query
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
QB_V2_V3_QUERY view inner Get direct base objects
Vb_Core_Cds_Annotation view from View Browser Core CDS Annotations
Vb_Core_Cdsviews view left_outer View Browser Core CDS Views
Vb_Core_Cdsviews_Extn view left_outer View Browser Core CDS Views With Extn

Fields (4)

KeyField CDS FieldsUsed in Views
KEY AnnotationName AnnotationName 3
KEY CDSName CDSName 3
ActualPosition ActualPosition 2
AnnotationValue AnnotationValue,ModelingPattern 5
@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
};