I_NOTEBASICTP
Interface-View für die Notizen
I_NOTEBASICTP is a CDS View in S/4HANA. Interface-View für die Notizen. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_NoteBasic | view_entity | projection | CONSUMPTION | Notizen |
| C_NoteBasicTP | view_entity | projection | CONSUMPTION | Konsumenten-View für die Notizen |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.privilegedAssociations: [ '_LastChangedByUser', '_CreatedByUser' ]
@EndUserText.label: 'Interface-View für die Notizen'
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #NONE,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel:{
sapObjectNodeType.name: 'NoteBasic'
}
define root view entity I_NoteBasicTP
provider contract transactional_interface
as projection on R_NoteBasicTP as NoteBasic
{
key NoteBasicUUID,
NoteBasicObjectNodeType,
NoteBasicObject,
NoteBasicType,
NoteBasicLanguage,
NoteBasicTitle,
NoteBasicMIMEType,
NoteBasicLength,
NoteBasicCreatedByUser,
NoteBasicCreationDateTime,
NoteBasicLastChangedByUser,
NoteBasicLastChangeDateTime,
NoteBasicContent,
/* helper fields */
NoteBasicObjectNodeTypeUpper,
/* Associations */
_Language,
_LastChangedByUser,
_CreatedByUser,
_NoteBasicType
}