I_NOTEBASICATTRIBUTE
Attribut einer Notiz
I_NOTEBASICATTRIBUTE is a Basic CDS View that provides data about "Attribut einer Notiz" in SAP S/4HANA. It reads from 1 data source (sgbt_nte_attr) and exposes 4 fields with key field NoteBasicAttributeUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sgbt_nte_attr | sgbt_nte_attr | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VINOTEBASICATTR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Attribut einer Notiz | view | |
| VDM.viewType | #BASIC | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | NoteBasicAttributeUUID | attrid | ||
| NoteBasicUUID | noteid | |||
| NoteBasicAttributePosition | attrposition | |||
| NoteBasicAttributeValue | attrvalue |
@AbapCatalog.sqlViewName: 'VINOTEBASICATTR'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Attribut einer Notiz'
@VDM.viewType: #BASIC
define view I_NOTEBASICATTRIBUTE
as select from sgbt_nte_attr
{
key attrid as NoteBasicAttributeUUID,
noteid as NoteBasicUUID,
attrposition as NoteBasicAttributePosition,
attrvalue as NoteBasicAttributeValue
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SGBT_NTE_ATTR"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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