I_MaintNotificationItemTP_2
Maintenance Notification Item TP
I_MaintNotificationItemTP_2 is a Transactional CDS View that provides data about "Maintenance Notification Item TP" in SAP S/4HANA. It reads from 1 data source (R_MaintNotificationItemTP) and exposes 15 fields with key fields MaintenanceNotification, MaintenanceNotificationItem. Part of development package RAP_EAM_NTF.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_MaintNotificationItemTP | R_MaintNotificationItemTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Maintenance Notification Item TP | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_PROJECTED_ENTITY | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceNotification | MaintenanceNotification | ||
| KEY | MaintenanceNotificationItem | MaintenanceNotificationItem | ||
| MaintNotifItemText | MaintNotifItemText | |||
| MaintNotifDamageCodeGroup | MaintNotifDamageCodeGroup | |||
| MaintNotificationDamageCode | MaintNotificationDamageCode | |||
| MaintNotifDamageCodeCatalog | MaintNotifDamageCodeCatalog | |||
| MaintNotifObjPrtCodeGroup | MaintNotifObjPrtCodeGroup | |||
| MaintNotifObjPrtCode | MaintNotifObjPrtCode | |||
| MaintNotifObjPrtCodeCatalog | MaintNotifObjPrtCodeCatalog | |||
| IsDeleted | IsDeleted | |||
| _MaintNotifDamageCodeGroup | _MaintNotifDamageCodeGroup | |||
| _MaintNotifObjPrtCodeGroup | _MaintNotifObjPrtCodeGroup | |||
| _MaintNotificationDamageCode | _MaintNotificationDamageCode | |||
| _MaintNotifObjPrtCode | _MaintNotifObjPrtCode | |||
| _MaintenanceNotification | _MaintenanceNotification |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Maintenance Notification Item TP'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
modelingPattern: #TRANSACTIONAL_PROJECTED_ENTITY,
supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
usageType: {
serviceQuality: #C,
sizeCategory: #XL,
dataClass: #TRANSACTIONAL
},
semanticKey: ['MaintenanceNotificationItem']
}
@VDM: {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #TRANSACTIONAL
}
define view entity I_MaintNotificationItemTP_2 as projection on R_MaintNotificationItemTP as MaintNotifItem
{
// Maintenance Notification
key MaintenanceNotification,
// Maintenance Notification Item
key MaintenanceNotificationItem,
// Damage Description
MaintNotifItemText,
// Damage Code Group
MaintNotifDamageCodeGroup,
// Damage Code
MaintNotificationDamageCode,
@Consumption: { hidden: true }
// Damage Code Catalog
MaintNotifDamageCodeCatalog,
// Object Part Code Group
MaintNotifObjPrtCodeGroup,
// Object Part Code
MaintNotifObjPrtCode,
@Consumption: { hidden: true }
// Object Part Code Catalog
MaintNotifObjPrtCodeCatalog,
@Semantics.booleanIndicator: true
IsDeleted,
// Association
_MaintNotifDamageCodeGroup,
_MaintNotifObjPrtCodeGroup,
_MaintNotificationDamageCode,
_MaintNotifObjPrtCode,
_MaintenanceNotification,
// _IsDeleted,
//parent
_Notif : redirected to parent I_MaintenanceNotificationTP_2,
// Child
_ItemCause : redirected to composition child I_MaintNotificationItemCauseTP,
_ItemActivity : redirected to composition child I_MaintNotifItemActivityTP
}
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