I_NoteBasicType

DDL: I_NOTEBASICTYPE Type: view_entity Package: S_GBT_NTE_REUSE_RAP

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)

SourceAliasJoin Type
R_NoteBasicType R_NoteBasicType from

Annotations (2)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Interface-View für die Notiztypen view

Fields (9)

KeyFieldSource TableSource FieldDescription
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
}