I_MaintenanceItemTextTP

DDL: I_MAINTENANCEITEMTEXTTP Type: view_entity TRANSACTIONAL Package: VDM_EAM_MAINTENANCEITEM

Maintenance Item Long Text - TP

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

Data Sources (1)

SourceAliasJoin Type
R_MaintenanceItemTextTP R_MaintenanceItemTextTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Maintenance Item 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 (10)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceItem MaintenanceItem
KEY Language Language
TextObjectKey TextObjectKey
TextObjectCategory TextObjectCategory
TextObjectType TextObjectType
MaintenanceItemLongText MaintenanceItemLongText
_Language _Language
_LongText _LongText
_TextObjectCategory _TextObjectCategory
_TextObjectType _TextObjectType
@EndUserText.label: 'Maintenance Item 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' , 'Language']
 }
@VDM: {
  lifecycle.contract.type: #PUBLIC_LOCAL_API,
  viewType: #TRANSACTIONAL
}

define view entity I_MaintenanceItemTextTP
  as projection on R_MaintenanceItemTextTP as MaintenanceItemText {
  key MaintenanceItem,
      @Semantics.language: true
  key Language,
      TextObjectKey,
      TextObjectCategory,
      TextObjectType,
      @Semantics.text: true
      MaintenanceItemLongText,

      /* Associations */
      _Language,
      _LongText,
      _TextObjectCategory,
      _TextObjectType,
      /* Local Associations */
      _MaintenanceItem : redirected to parent I_MaintenanceItemTP_2

}