CDS_VIEW_ANNOTATION

CDS View

CDS View Annotation

CDS_VIEW_ANNOTATION is a CDS View in S/4HANA. CDS View Annotation. It contains 2 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
Cds_View_All view left_outer All CDS Views with Analytic/Non-Analytic categorization
Cds_View_Cubes view inner All Analytical Cubes
CDS_VIEW_NONCUBES view inner All Analytical Non-Cubes
QB_CDS_ANALYTICS_DATACATEGORY view inner Show all Data Category for Analytics
QB_CDS_VIEW_CUBES view from Cube CDS
QB_CDS_VIEW_NONCUBES view from All Analytical Non Cubes

Fields (2)

KeyField CDS FieldsUsed in Views
AnnotationName AnnotationName 1
AnnotationValue AnnotationValue 1
@AbapCatalog.sqlViewName: 'CDSVIEWANNO'
@EndUserText.label: 'CDS View Annotation'
@ObjectModel.usageType.serviceQuality:  #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view Cds_View_Annotation as select from Cds_View_Annotation_Position 
association [1..1] to Cds_View_Annotation_Position as _CdsViewAnno on $projection.CDSName = _CdsViewAnno.CDSName and $projection.ActualPosition = _CdsViewAnno.ChangedPosition {
    key Cds_View_Annotation_Position.CDSName,    
    key Cds_View_Annotation_Position.AnnotationName,
    Cds_View_Annotation_Position.AnnotationValue,
    Cds_View_Annotation_Position.ActualPosition,
    _CdsViewAnno.AnnotationName as NextAnnotationName
}  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"CDS_VIEW_ANNOTATION_POSITION"
],
"ASSOCIATED":
[
"CDS_VIEW_ANNOTATION_POSITION"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/