I_NoteBasicType
Interface-View für die Notiztypen
I_NoteBasicType is a CDS View that provides data about "Interface-View für die Notiztypen" in SAP S/4HANA. It reads from 1 data source (R_NoteBasicType) and exposes 9 fields with key fields NoteBasicObjectNodeType, NoteBasicType. Part of development package S_GBT_NTE_REUSE_RAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_NoteBasicType | R_NoteBasicType | from |
Annotations (2)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Interface-View für die Notiztypen | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | NoteBasicObjectNodeType | NoteBasicObjectNodeType | ||
| KEY | NoteBasicType | NoteBasicType | ||
| NoteBasicTypeLanguageDependent | NoteBasicTypeLanguageDependent | |||
| NoteBasicTypeMaximumLength | NoteBasicTypeMaximumLength | |||
| NoteBasicTypeMultipleNotes | NoteBasicTypeMultipleNotes | |||
| NoteBasicTypeHideTitle | NoteBasicTypeHideTitle | |||
| NoteBasicTypeTextPlain | NoteBasicTypeTextPlain | |||
| NoteBasicAssignment | NoteBasicAssignment | |||
| _NoteBasicTypeText | _NoteBasicTypeText |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Interface-View für die Notiztypen'
define view entity I_NoteBasicType
as select from R_NoteBasicType
{
key NoteBasicObjectNodeType,
key NoteBasicType,
NoteBasicTypeLanguageDependent,
NoteBasicTypeMaximumLength,
NoteBasicTypeMultipleNotes,
NoteBasicTypeHideTitle,
NoteBasicTypeTextPlain,
NoteBasicAssignment,
/* Associations */
_NoteBasicTypeText
}
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