C_MaintenanceItemReasonTextTP

DDL: C_MAINTENANCEITEMREASONTEXTTP Type: view_entity CONSUMPTION Package: VDM_EAM_MAINTENANCEITEM

Maintenance Item Reason Long Text

C_MaintenanceItemReasonTextTP is a Consumption CDS View that provides data about "Maintenance Item Reason Long Text" in SAP S/4HANA. It reads from 1 data source (R_MaintenanceItemReasonTextTP) and exposes 4 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 (9)

NameValueLevelField
EndUserText.label Maintenance Item Reason Long Text view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.modelingPattern #TRANSACTIONAL_PROJECTED_ENTITY view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceItem MaintenanceItem
KEY NmbrOfMaintComplianceItems NmbrOfMaintComplianceItems
KEY Language Language
PlainLongText PlainLongText
@EndUserText.label: 'Maintenance Item Reason Long Text'
@AccessControl.authorizationCheck: #CHECK

@VDM.viewType: #CONSUMPTION
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]

@ObjectModel: {
    usageType.serviceQuality: #C,
    usageType.sizeCategory: #L,
    usageType.dataClass: #MASTER,
    modelingPattern: #TRANSACTIONAL_PROJECTED_ENTITY,
    supportedCapabilities: [ #TRANSACTIONAL_PROVIDER ]
}

@Metadata.ignorePropagatedAnnotations: true

@Metadata.allowExtensions: true

define view entity C_MaintenanceItemReasonTextTP
  as projection on R_MaintenanceItemReasonTextTP
{

  key  MaintenanceItem,
  key  NmbrOfMaintComplianceItems,
  key  Language,
       PlainLongText,

       -- Associations --
       _MaintenanceItem       : redirected to C_MaintenanceItemTP,
       _MaintenanceItemReason : redirected to parent C_MaintenanceItemReasonTP
}