C_MaintItemReasonTextTP_2
Maintenance Item Reason Long Text
C_MaintItemReasonTextTP_2 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. It is exposed through 1 OData service (UI_MAINTENANCEITEM). It is used in 1 Fiori application: Manage Maintenance Items. Part of development package VDM_EAM_MAINTENANCEITEM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_MaintenanceItemReasonTextTP | R_MaintenanceItemReasonTextTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Maintenance Item Reason Long Text | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_QUERY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_MAINTENANCEITEM | UI_MAINTENANCEITEM | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceItem | MaintenanceItem | ||
| KEY | NmbrOfMaintComplianceItems | NmbrOfMaintComplianceItems | ||
| KEY | Language | Language | ||
| PlainLongText | PlainLongText |
@EndUserText.label: 'Maintenance Item Reason Long Text'
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #CONSUMPTION
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel: {
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
usageType.dataClass: #MASTER,
dataCategory: #TEXT,
modelingPattern: #TRANSACTIONAL_QUERY,
supportedCapabilities: [ #TRANSACTIONAL_PROVIDER ]
}
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions: true
define view entity C_MaintItemReasonTextTP_2
as projection on R_MaintenanceItemReasonTextTP
{
key MaintenanceItem,
key NmbrOfMaintComplianceItems,
@Semantics.language: true
key Language,
@Semantics.text: true
PlainLongText,
-- Associations --
_MaintenanceItem : redirected to C_MaintenanceItemTP_2,
_MaintenanceItemReason : redirected to parent C_MaintenanceItemReasonTP_2
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA