C_MaintenanceItemCauseTextTP

DDL: C_MAINTENANCEITEMCAUSETEXTTP Type: view_entity CONSUMPTION

Maintenance Item Cause Long Text

C_MaintenanceItemCauseTextTP is a Consumption CDS View that provides data about "Maintenance Item Cause Long Text" in SAP S/4HANA. It reads from 1 data source (R_MaintenanceItemCauseTextTP) and exposes 4 fields with key fields MaintenanceItem, NmbrOfMaintComplianceItems, Language. It is exposed through 1 OData service (UI_MAINTENANCEITEM). It is used in 1 Fiori application: Manage Maintenance Items.

Data Sources (1)

SourceAliasJoin Type
R_MaintenanceItemCauseTextTP R_MaintenanceItemCauseTextTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Maintenance Item Cause 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

OData Services (1)

ServiceBindingVersionContractRelease
UI_MAINTENANCEITEM UI_MAINTENANCEITEM V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F5356 Manage Maintenance Items Transactional An application to Manage Maintenance Items, provides and comprehensive Maintenance Item view, create new Maintenance Item, edit existing Maintenance Item.

Manage Maintenance Items

Business Role: Maintenance Planner

With the Manage Maintenance Items app, you as a maintenance planner can manage maintenance items. You can create maintenance items, decide how to evaluate final due date for a maintenance item, assign maintenance item to a maintenance plan, view details of a maintenance item, view status of an equipment or a functional location within a maintenance item, and so on.

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceItem MaintenanceItem
KEY NmbrOfMaintComplianceItems NmbrOfMaintComplianceItems
KEY Language Language
PlainLongText PlainLongText
@EndUserText.label: 'Maintenance Item Cause 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_MaintenanceItemCauseTextTP
  as projection on R_MaintenanceItemCauseTextTP
{

  key MaintenanceItem,
  key NmbrOfMaintComplianceItems,
  key Language,
      PlainLongText,

      -- Associations --
      _MaintenanceItemCause : redirected to parent C_MaintenanceItemCauseTP,
      _MaintenanceItem      : redirected to C_MaintenanceItemTP
}