I_NOTEBASIC

CDS View

Notiz zum zugeordneten Objekt

I_NOTEBASIC is a CDS View in S/4HANA. Notiz zum zugeordneten Objekt. It contains 5 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_ServiceEntrySheetItemNote view_entity inner COMPOSITE Service Entry Sheet Item Note
I_ServiceEntrySheetNote view_entity inner COMPOSITE Service Entry Sheet Note
I_TaxPayableNote view_entity from BASIC Tax Payable Note
P_PurgDocNoteBasic view_entity from COMPOSITE Purchasing Document Note

Fields (5)

KeyField CDS FieldsUsed in Views
KEY NoteBasicUUID NoteBasicUUID 2
NoteBasicContent NoteBasicContent 2
NoteBasicLanguage NoteBasicLanguage 2
NoteBasicObjectNodeType NoteBasicObjectNodeType 2
NoteBasicType NoteBasicType 2
@AbapCatalog.sqlViewName: 'VINOTEBASIC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Notiz zum zugeordneten Objekt'
@VDM.viewType: #BASIC
define view I_NOTEBASIC
  as select from sgbt_nte_cont
  association [1..*] to I_NOTEBASICATTRIBUTE as _notebasicattribute on _notebasicattribute.NoteBasicUUID = $projection.NoteBasicUUID
{
  key noteid         as NoteBasicUUID,
      objectnodetype as NoteBasicObjectNodeType,
      objectid       as NoteBasicObject,
      notetype       as NoteBasicType,
      langu          as NoteBasicLanguage,
      title          as NoteBasicTitle,
      mimetype       as NoteBasicMIMEType,
      length         as NoteBasicLength,
      creator        as NoteBasicCreatedByUser,
      created        as NoteBasicCreationDateTime,
      changer        as NoteBasicChangedByUser,
      changed        as NoteBasicChangeDateTime,
      content        as NoteBasicContent,
      _notebasicattribute
}