I_MaintenanceItemCauseTextTP

DDL: I_MAINTENANCEITEMCAUSETEXTTP Type: view_entity TRANSACTIONAL

Maintenance Item Cause Long Text - TP

I_MaintenanceItemCauseTextTP is a Transactional CDS View that provides data about "Maintenance Item Cause Long Text - TP" in SAP S/4HANA. It reads from 1 data source (R_MaintenanceItemCauseTextTP) and exposes 7 fields with key fields MaintenanceItem, NmbrOfMaintComplianceItems, Language.

Data Sources (1)

SourceAliasJoin Type
R_MaintenanceItemCauseTextTP R_MaintenanceItemCauseTextTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Maintenance Item Cause 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 Cause 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_MaintenanceItemCauseTextTP
 as projection on R_MaintenanceItemCauseTextTP as MaintenanceItemCauseText {

  key  MaintenanceItem,
  key  NmbrOfMaintComplianceItems,
       @Semantics.language:true
  key  Language,
       TextObjectKey,
       TextObjectCategory,
       TextObjectType,
       @Semantics.text: true
       PlainLongText,


       /* Local Association */
       _MaintenanceItem      : redirected to I_MaintenanceItemTP_2,
       _MaintenanceItemCause : redirected to parent I_MaintenanceItemCauseTP
}