I_MaintNotifLongTextTP
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. Part of development package ODATA_EAM_MALFUNCTION_MANAGE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintNotifLongText | Document | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_MaintNotificationTP | _MaintNotificationTP | _MaintNotificationTP.MaintenanceNotification = $projection.MaintenanceNotification |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA