I_MaintenanceItemReasonTextTP

DDL: I_MAINTENANCEITEMREASONTEXTTP Type: view_entity TRANSACTIONAL Package: VDM_EAM_MAINTENANCEITEM

Maintenance Item Reason Long Text - TP

I_MaintenanceItemReasonTextTP is a Transactional CDS View that provides data about "Maintenance Item Reason Long Text - TP" in SAP S/4HANA. It reads from 1 data source (R_MaintenanceItemReasonTextTP) and exposes 7 fields with key fields MaintenanceItem, NmbrOfMaintComplianceItems, Language. Part of development package VDM_EAM_MAINTENANCEITEM.

Data Sources (1)

SourceAliasJoin Type
R_MaintenanceItemReasonTextTP R_MaintenanceItemReasonTextTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Maintenance Item Reason Long Text - TP view
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT 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 (7)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceItem MaintenanceItem
KEY NmbrOfMaintComplianceItems NmbrOfMaintComplianceItems
KEY Language Language
TextObjectKey TextObjectKey
TextObjectCategory TextObjectCategory
TextObjectType TextObjectType
PlainLongText PlainLongText
@EndUserText.label: 'Maintenance Item Reason Long Text - TP'
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
   dataCategory: #TEXT, 
   modelingPattern:       #TRANSACTIONAL_PROJECTED_ENTITY,
   supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
   usageType: {
     serviceQuality: #C,
     sizeCategory:   #XL,
     dataClass:      #TRANSACTIONAL
   },
   semanticKey: ['MaintenanceItem' , 'NmbrOfMaintComplianceItems', 'Language']
 }
@VDM: {
  lifecycle.contract.type: #PUBLIC_LOCAL_API,
  viewType: #TRANSACTIONAL
}

define view entity I_MaintenanceItemReasonTextTP
  as projection on R_MaintenanceItemReasonTextTP as MaintenanceItemReasonText{
  key  MaintenanceItem,
  key  NmbrOfMaintComplianceItems,
       @Semantics.language: true
  key  Language,

       TextObjectKey,
       TextObjectCategory,
       TextObjectType,
       @Semantics.text: true
       PlainLongText,

       -- Associations --
       _MaintenanceItem       : redirected to  I_MaintenanceItemTP_2, 
       _MaintenanceItemReason : redirected to parent I_MaintenanceItemReasonTP
 }