Sgbt_Nte_Cds_Cont
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. Part of development package S_GBT_NTE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sgbt_nte_cont | NoteContent | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | sgbt_nte_cds_attr | _attr | $projection.noteid = _attr.Noteid |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA