I_MaintNotifLongText
PM: Maintenance Notification Long Text
I_MaintNotifLongText is a Composite CDS View that provides data about "PM: Maintenance Notification Long Text" in SAP S/4HANA. It reads from 1 data source (I_MaintenanceNotification) and exposes 11 fields with key field MaintenanceNotification. It has 6 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintenanceNotification | I_MaintenanceNotification | from |
Associations (6)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_TextObject | _TextObjectInSessionLanguage | _TextObjectInSessionLanguage.TextObjectKey = $projection.MaintenanceNotification and _TextObjectInSessionLanguage.TextObjectType = 'LTXT' and _TextObjectInSessionLanguage.TextObjectCategory = 'QMEL' and _TextObjectInSessionLanguage.Language = $session.system_language |
| [0..1] | I_TextObject | _TextObjectInNotifLanguage | _TextObjectInNotifLanguage.TextObjectKey = $projection.MaintenanceNotification and _TextObjectInNotifLanguage.TextObjectType = 'LTXT' and _TextObjectInNotifLanguage.TextObjectCategory = 'QMEL' and _TextObjectInNotifLanguage.Language = I_MaintenanceNotification.LongTextLanguage |
| [1..1] | I_MaintenanceNotification | _MaintenanceNotification | $projection.MaintenanceNotification = _MaintenanceNotification.MaintenanceNotification |
| [0..1] | I_Language | _Language | _Language.Language = $projection.Language |
| [0..1] | I_Indicator | _LongTextIsNotChangeable | $projection.LongTextIsNotChangeable = _LongTextIsNotChangeable.IndicatorValue |
| [0..1] | I_TextObjectPlainLongText | _TextObjectPlainLongText | _TextObjectPlainLongText.TextObjectKey = $projection.MaintenanceNotification and _TextObjectPlainLongText.TextObjectType = 'LTXT' and _TextObjectPlainLongText.TextObjectCategory = 'QMEL' and _TextObjectPlainLongText.Language = $projection.Language |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMAINTNOTIFLTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | PM: Maintenance Notification Long Text | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceNotification | MaintenanceNotification | ||
| TextObjectKey | ||||
| TextObjectCategory | ||||
| TextObjectType | ||||
| MaintNotificationLongText | ||||
| MaintNotifLongTextForEdit | ||||
| LongTextIsNotChangeable | ||||
| _MaintenanceNotification | _MaintenanceNotification | |||
| _Language | _Language | |||
| _LongTextIsNotChangeable | _LongTextIsNotChangeable | |||
| _TextObjectPlainLongText | _TextObjectPlainLongText |
@AbapCatalog.sqlViewName: 'IMAINTNOTIFLTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'PM: Maintenance Notification Long Text'
@ObjectModel.semanticKey: [ 'MaintenanceNotification' ]
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
define view I_MaintNotifLongText
as select from I_MaintenanceNotification
association [0..1] to I_TextObject as _TextObjectInSessionLanguage on _TextObjectInSessionLanguage.TextObjectKey = $projection.MaintenanceNotification
and _TextObjectInSessionLanguage.TextObjectType = 'LTXT'
and _TextObjectInSessionLanguage.TextObjectCategory = 'QMEL'
and _TextObjectInSessionLanguage.Language = $session.system_language
association [0..1] to I_TextObject as _TextObjectInNotifLanguage on _TextObjectInNotifLanguage.TextObjectKey = $projection.MaintenanceNotification
and _TextObjectInNotifLanguage.TextObjectType = 'LTXT'
and _TextObjectInNotifLanguage.TextObjectCategory = 'QMEL'
and _TextObjectInNotifLanguage.Language = I_MaintenanceNotification.LongTextLanguage
association [1..1] to I_MaintenanceNotification as _MaintenanceNotification on $projection.MaintenanceNotification = _MaintenanceNotification.MaintenanceNotification
association [0..1] to I_Language as _Language on _Language.Language = $projection.Language
association [0..1] to I_Indicator as _LongTextIsNotChangeable on $projection.LongTextIsNotChangeable = _LongTextIsNotChangeable.IndicatorValue
association [0..1] to I_TextObjectPlainLongText as _TextObjectPlainLongText on _TextObjectPlainLongText.TextObjectKey = $projection.MaintenanceNotification
and _TextObjectPlainLongText.TextObjectType = 'LTXT'
and _TextObjectPlainLongText.TextObjectCategory = 'QMEL'
and _TextObjectPlainLongText.Language = $projection.Language
{
// @ObjectModel.foreignKey.association: '_MaintNotificationTechObj'
key MaintenanceNotification,
cast( MaintenanceNotification as tdobname ) as TextObjectKey,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
cast( coalesce( _TextObjectInSessionLanguage.Language,
_TextObjectInNotifLanguage.Language ) as spras preserving type ) as Language,
cast( 'QMEL' as tdobject ) as TextObjectCategory,
cast( 'LTXT' as tdid preserving type ) as TextObjectType,
@Semantics.text: true
@UI.multiLineText: true
cast('' as eams_ltext ) as MaintNotificationLongText,
@Semantics.text: true
@UI.multiLineText: true
cast('' as eams_ltext ) as MaintNotifLongTextForEdit,
@ObjectModel.foreignKey.association: '_LongTextIsNotChangeable'
// cast( _MaintenanceNotification._PMNotificationType.LongTextIsNotChangeable as boole_d ) as LongTextIsNotChangeable,
cast( _PMNotificationType.LongTextIsNotChangeable as boole_d ) as LongTextIsNotChangeable,
_MaintenanceNotification,
_Language,
_LongTextIsNotChangeable,
_TextObjectPlainLongText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTENANCENOTIFICATION",
"I_PMNOTIFICATIONTYPE",
"I_TEXTOBJECT"
],
"ASSOCIATED":
[
"I_INDICATOR",
"I_LANGUAGE",
"I_MAINTENANCENOTIFICATION",
"I_TEXTOBJECT",
"I_TEXTOBJECTPLAINLONGTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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