A_MaintenanceItemText

DDL: A_MAINTENANCEITEMTEXT Type: view_entity CONSUMPTION Package: VDM_EAM_MAINTENANCEITEM

Maintenance Item Long Text

A_MaintenanceItemText is a Consumption CDS View that provides data about "Maintenance Item Long Text" in SAP S/4HANA. It reads from 1 data source (R_MaintenanceItemTextTP) and exposes 3 fields with key fields MaintenanceItem, Language. It is exposed through 2 OData services (API_MAINTENANCEITEM, API_MAINTENANCEPLAN). Part of development package VDM_EAM_MAINTENANCEITEM.

Data Sources (1)

SourceAliasJoin Type
R_MaintenanceItemTextTP R_MaintenanceItemTextTP projection

Annotations (8)

NameValueLevelField
EndUserText.label Maintenance Item Long Text view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view

OData Services (2)

ServiceBindingVersionContractRelease
API_MAINTENANCEITEM API_MAINTENANCEITEM V2 C2 C1
API_MAINTENANCEPLAN API_MAINTENANCEPLAN V2 C2 C1

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceItem MaintenanceItem
KEY Language Language
MaintenanceItemLongText MaintenanceItemLongText
@EndUserText.label: 'Maintenance Item Long Text'
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel: {
   usageType.serviceQuality: #C,
   usageType.sizeCategory: #L,
   usageType.dataClass: #MIXED
}

define view entity A_MaintenanceItemText
  as projection on R_MaintenanceItemTextTP
{

  key    MaintenanceItem,
  key    Language,
         MaintenanceItemLongText,

         /* Associations */
         _MaintenanceItem : redirected to parent A_MaintenanceItem

}