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.
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 | Unique ID |
| objectid | sgbt_nte_cont | objectid | Object Value | |
| notetype | sgbt_nte_cont | notetype | Topic | |
| langu | sgbt_nte_cont | langu | Primary lang. | |
| title | sgbt_nte_cont | title | View Title | |
| mimetype | sgbt_nte_cont | mimetype | MIMETYPE | |
| length | sgbt_nte_cont | length | Text Length | |
| creator | sgbt_nte_cont | creator | User ID | |
| created | sgbt_nte_cont | created | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | |
| changer | sgbt_nte_cont | changer | Last Changed By | |
| changed | sgbt_nte_cont | changed | Time Stamp | |
| content | sgbt_nte_cont | content | Trusted Site Content | |
| _attr | _attr |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view Sgbt_Nte_Cds_Cont.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: V_NTE_CDS_CONT
CREATE VIEW Sgbt_Nte_Cds_Cont AS
SELECT
NoteContent.noteid AS noteid,
NoteContent.objectid AS objectid,
NoteContent.notetype AS notetype,
NoteContent.langu AS langu,
NoteContent.title AS title,
NoteContent.mimetype AS mimetype,
NoteContent.length AS length,
NoteContent.creator AS creator,
NoteContent.created AS created,
NoteContent.changer AS changer,
NoteContent.changed AS changed,
NoteContent.content AS content
FROM sgbt_nte_cont AS NoteContent
LEFT OUTER JOIN sgbt_nte_cds_attr AS _attr ON noteid = _attr.Noteid -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA