Sgbt_Nte_Cds_Cont

DDL: SGBT_NTE_CDS_CONT SQL: V_NTE_CDS_CONT Type: view BASIC

CDS View für Notizen am Anwendungsobjekt

Sgbt_Nte_Cds_Cont is a Basic CDS View that provides data about "CDS View für Notizen am Anwendungsobjekt" in SAP S/4HANA. It reads from 1 data source (sgbt_nte_cont) and exposes 13 fields with key field noteid. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
sgbt_nte_cont NoteContent from

Associations (1)

CardinalityTargetAliasCondition
[0..*] sgbt_nte_cds_attr _attr $projection.noteid = _attr.Noteid

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName V_NTE_CDS_CONT view
ClientDependent true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label CDS View für Notizen am Anwendungsobjekt view
VDM.viewType #BASIC view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY noteid sgbt_nte_cont noteid
objectid sgbt_nte_cont objectid
notetype sgbt_nte_cont notetype
langu sgbt_nte_cont langu
title sgbt_nte_cont title
mimetype sgbt_nte_cont mimetype
length sgbt_nte_cont length
creator sgbt_nte_cont creator
created sgbt_nte_cont created
changer sgbt_nte_cont changer
changed sgbt_nte_cont changed
content sgbt_nte_cont content
_attr _attr
@AbapCatalog.sqlViewName: 'V_NTE_CDS_CONT'
@ClientDependent: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CDS View für Notizen am Anwendungsobjekt'
@VDM.viewType: #BASIC

define view Sgbt_Nte_Cds_Cont
  as select from sgbt_nte_cont as NoteContent
  association [0..*] to sgbt_nte_cds_attr as _attr on $projection.noteid = _attr.Noteid
{
  key NoteContent.noteid,
      NoteContent.objectnodetype,
      NoteContent.objectid,
      NoteContent.notetype,
      NoteContent.langu,
      NoteContent.title,
      NoteContent.mimetype,
      NoteContent.length,
      NoteContent.creator,
      NoteContent.created,
      NoteContent.changer,
      NoteContent.changed,
      NoteContent.content,
      _attr
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SGBT_NTE_CONT"
],
"ASSOCIATED":
[
"SGBT_NTE_CDS_ATTR"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/