I_MaintNotificationItemTP
Maint. Notification Item /w Tech. Obj.
I_MaintNotificationItemTP is a Transactional CDS View that provides data about "Maint. Notification Item /w Tech. Obj." in SAP S/4HANA. It reads from 1 data source (I_MaintNotifItemTechObj) and exposes 23 fields with key fields MaintenanceNotification, MaintenanceNotificationItem. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintNotifItemTechObj | Document | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MaintNotificationCauseTP | _MaintNotificationCauseTP | _MaintNotificationCauseTP.MaintenanceNotification = $projection.MaintenanceNotification and _MaintNotificationCauseTP.MaintenanceNotificationItem = $projection.MaintenanceNotificationItem |
| [1..1] | I_MaintNotificationTP | _MaintNotificationTP | _MaintNotificationTP.MaintenanceNotification = $projection.MaintenanceNotification |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | INOTIFITTECTP | view | |
| EndUserText.label | Maint. Notification Item /w Tech. Obj. | view | |
| ObjectModel.writeDraftPersistence | MAINTNOTIFITEM_D | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.deleteEnabled | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view |
Fields (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceNotification | I_MaintNotifItemTechObj | MaintenanceNotification | |
| KEY | MaintenanceNotificationItem | I_MaintNotifItemTechObj | MaintenanceNotificationItem | |
| MaintNotificationItemForEdit | I_MaintNotifItemTechObj | MaintenanceNotificationItem | ||
| MaintNotifItemText | I_MaintNotifItemTechObj | MaintNotifItemText | ||
| MaintNotifDamageCodeCatalog | I_MaintNotifItemTechObj | MaintNotifDamageCodeCatalog | ||
| MaintNotificationDamageCode | I_MaintNotifItemTechObj | MaintNotificationDamageCode | ||
| MaintNotifDamageCodeGroup | I_MaintNotifItemTechObj | MaintNotifDamageCodeGroup | ||
| MaintNotifObjPrtCode | I_MaintNotifItemTechObj | MaintNotifObjPrtCode | ||
| MaintNotifObjPrtCodeGroup | I_MaintNotifItemTechObj | MaintNotifObjPrtCodeGroup | ||
| MaintNotifObjPrtCodeCatalog | I_MaintNotifItemTechObj | MaintNotifObjPrtCodeCatalog | ||
| IsDeleted | I_MaintNotifItemTechObj | IsDeleted | ||
| _MaintNotificationCauseTP | _MaintNotificationCauseTP | |||
| _MaintNotificationTP | _MaintNotificationTP | |||
| _IsDeleted | _IsDeleted | |||
| _MaintenanceNotification | _MaintenanceNotification | |||
| _MaintenanceNotificationTask | _MaintenanceNotificationTask | |||
| _MaintNotifDamageCodeCatalog | _MaintNotifDamageCodeCatalog | |||
| _MaintNotifDamageCodeGroup | _MaintNotifDamageCodeGroup | |||
| _MaintNotificationActivity | _MaintNotificationActivity | |||
| _MaintNotificationDamageCode | _MaintNotificationDamageCode | |||
| _MaintNotifObjPrtCode | _MaintNotifObjPrtCode | |||
| _MaintNotifObjPrtCodeCatalog | _MaintNotifObjPrtCodeCatalog | |||
| _MaintNotifObjPrtCodeGroup | _MaintNotifObjPrtCodeGroup |
@AbapCatalog.sqlViewName: 'INOTIFITTECTP'
@EndUserText.label: 'Maint. Notification Item /w Tech. Obj.'
@ObjectModel.writeDraftPersistence: 'MAINTNOTIFITEM_D'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.createEnabled: true
@ObjectModel.updateEnabled: true
@ObjectModel.deleteEnabled: true
@ObjectModel.semanticKey: ['MaintenanceNotification','MaintenanceNotificationItem']
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #XL
define view I_MaintNotificationItemTP
as select from I_MaintNotifItemTechObj as Document
association [0..*] to I_MaintNotificationCauseTP as _MaintNotificationCauseTP
on _MaintNotificationCauseTP.MaintenanceNotification = $projection.MaintenanceNotification
and _MaintNotificationCauseTP.MaintenanceNotificationItem = $projection.MaintenanceNotificationItem
association [1..1] to I_MaintNotificationTP as _MaintNotificationTP
on _MaintNotificationTP.MaintenanceNotification = $projection.MaintenanceNotification
{
key Document.MaintenanceNotification, // added
key Document.MaintenanceNotificationItem, // added
Document.MaintenanceNotificationItem as MaintNotificationItemForEdit,
Document.MaintNotifItemText,
Document.MaintNotifDamageCodeCatalog,
Document.MaintNotificationDamageCode,
Document.MaintNotifDamageCodeGroup,
Document.MaintNotifObjPrtCode,
Document.MaintNotifObjPrtCodeGroup,
Document.MaintNotifObjPrtCodeCatalog,
Document.IsDeleted,
@ObjectModel.association.type: [ #TO_COMPOSITION_CHILD ]
_MaintNotificationCauseTP,
@ObjectModel.association.type: [ #TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT ]
_MaintNotificationTP,
_IsDeleted,
_MaintenanceNotification,
_MaintenanceNotificationTask,
_MaintNotifDamageCodeCatalog,
_MaintNotifDamageCodeGroup,
_MaintNotificationActivity,
_MaintNotificationDamageCode,
_MaintNotifObjPrtCode,
_MaintNotifObjPrtCodeCatalog,
_MaintNotifObjPrtCodeGroup
} where Document.IsDeleted != 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTNOTIFITEMTECHOBJ"
],
"ASSOCIATED":
[
"I_INDICATOR",
"I_INSPECTIONCATALOG",
"I_INSPECTIONCODE",
"I_INSPECTIONCODEGROUP",
"I_MAINTENANCENOTIFICATION",
"I_MAINTENANCENOTIFICATIONTASK",
"I_MAINTNOTIFICATIONACTIVITY",
"I_MAINTNOTIFICATIONCAUSETP",
"I_MAINTNOTIFICATIONTP"
],
"BASE":
[
"I_MAINTNOTIFITEMTECHOBJ"
],
"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