I_MaintNotifLongTextTP

DDL: I_MAINTNOTIFLONGTEXTTP SQL: IMAINTNOTIFLTXTP Type: view TRANSACTIONAL

PM: Maintenance Notification Long Text

I_MaintNotifLongTextTP is a Transactional CDS View that provides data about "PM: Maintenance Notification Long Text" in SAP S/4HANA. It reads from 1 data source (I_MaintNotifLongText) and exposes 11 fields with key field MaintenanceNotification. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_MaintNotifLongText Document from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_MaintNotificationTP _MaintNotificationTP _MaintNotificationTP.MaintenanceNotification = $projection.MaintenanceNotification

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IMAINTNOTIFLTXTP view
EndUserText.label PM: Maintenance Notification Long Text view
ObjectModel.writeDraftPersistence MAINTNOTIFLTXT_D view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceNotification I_MaintNotifLongText MaintenanceNotification
TextObjectKey I_MaintNotifLongText TextObjectKey
Language I_MaintNotifLongText Language
TextObjectCategory I_MaintNotifLongText TextObjectCategory
TextObjectType I_MaintNotifLongText TextObjectType
MaintNotificationLongText I_MaintNotifLongText MaintNotificationLongText
MaintNotifLongTextForEdit I_MaintNotifLongText MaintNotifLongTextForEdit
LongTextIsNotChangeable I_MaintNotifLongText LongTextIsNotChangeable
_MaintNotificationTP _MaintNotificationTP
_Language _Language
_LongTextIsNotChangeable _LongTextIsNotChangeable
@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":""
}
}*/