I_MAINTNOTIFLONGTEXTTP

CDS View

PM: Maintenance Notification Long Text

I_MAINTNOTIFLONGTEXTTP is a CDS View in S/4HANA. PM: Maintenance Notification Long Text. It contains 8 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_MaintNotifLongTextTP view from CONSUMPTION Maintenance Notification Long Text

Fields (8)

KeyField CDS FieldsUsed in Views
KEY MaintenanceNotification MaintenanceNotification 1
Language Language 1
LongTextIsNotChangeable LongTextIsNotChangeable 1
MaintNotificationLongText MaintNotificationLongText 1
MaintNotifLongTextForEdit MaintNotifLongTextForEdit 1
TextObjectCategory TextObjectCategory 1
TextObjectKey TextObjectKey 1
TextObjectType TextObjectType 1
@AbapCatalog.sqlViewName: 'IMAINTNOTIFLTXTP'
@EndUserText.label: 'PM: Maintenance Notification Long Text'
@ObjectModel.writeDraftPersistence: 'MAINTNOTIFLTXT_D' 
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #('TRANSACTIONAL_DATA')

@ObjectModel.createEnabled: true
@ObjectModel.updateEnabled: true
@ObjectModel.deleteEnabled: true
@ObjectModel.semanticKey: ['MaintenanceNotification']

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L


define view I_MaintNotifLongTextTP
  as select from I_MaintNotifLongText as Document

  association [1..1] to I_MaintNotificationTP as _MaintNotificationTP on _MaintNotificationTP.MaintenanceNotification = $projection.MaintenanceNotification

{
  key Document.MaintenanceNotification,

      Document.TextObjectKey,

      Document.Language,

      Document.TextObjectCategory,

      Document.TextObjectType,
      
      @ObjectModel.virtualElement
      @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_EAM_MALFUNC_NOTIF_LTXT_EXIT'
      @ObjectModel.readOnly
      Document.MaintNotificationLongText,

      @ObjectModel.readOnly: #('EXTERNAL_CALCULATION')
      Document.MaintNotifLongTextForEdit,

      Document.LongTextIsNotChangeable,

      @ObjectModel.association.type: [ #TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT ]
      _MaintNotificationTP,
      _Language,
      _LongTextIsNotChangeable
} 
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTNOTIFLONGTEXT"
],
"ASSOCIATED":
[
"I_INDICATOR",
"I_LANGUAGE",
"I_MAINTNOTIFICATIONTP"
],
"BASE":
[
"I_MAINTNOTIFLONGTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/