C_MaintJobWorkItemChecklist
C_MaintJobWorkItemChecklist is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (R_MaintJobWorkItemChecklist) and exposes 18 fields with key fields MaintenanceOrder, InspectionLot, MaintenanceOrderOperation. It is exposed through 1 OData service (UI_MAINTENANCEJOB_MANAGE). It is used in 1 Fiori application: Perform Maintenance Jobs.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_MaintJobWorkItemChecklist | WorkItemChecklist | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_MAINTENANCEJOB_MANAGE | UI_MAINTENANCEJOB_MANAGE | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5104A | Perform Maintenance Jobs | Transactional | Perform Maintenance Jobs app will help Maintenance Technician to see the list with all work items assigned to the him/her or to his/her team, several features like Assignment of an operation, Time recording for the Operations, create partial or final confirmations and the ability to display and change the malfunction information are possible with the app. The maintenance technician can post and return the planned components and can also record the measurement document. |
Perform Maintenance Jobs
Business Role: Maintenance Technician
Technician records actual work, remaining work, confirmation text, and final confirmation for self as well as for team members working on the job.
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceOrder | MaintenanceOrder | ||
| KEY | InspectionLot | InspectionLot | ||
| KEY | MaintenanceOrderOperation | MaintenanceOrderOperation | ||
| MaintenanceBusinessSubobject | MaintenanceBusinessSubobject | |||
| Plant | Plant | |||
| TechnicalObject | TechnicalObject | |||
| TechObjIsEquipOrFuncnlLoc | TechObjIsEquipOrFuncnlLoc | |||
| MainChecklistIsDeactivated | MainChecklistIsDeactivated | |||
| InspCharAcceptedCount | InspCharAcceptedCount | |||
| InspCharOpenCount | InspCharOpenCount | |||
| InspCharRejectedCount | InspCharRejectedCount | |||
| InspectionLotText | InspectionLotText | |||
| PlantName | PlantName | |||
| TechnicalObjectDescription | ||||
| TechnicalObjectLabel | ||||
| InspLotUsageDecisionValuation | _InspLotUsageDecision | InspLotUsageDecisionValuation | ||
| _MaintenanceOrderOperation | _MaintenanceOrderOperation | |||
| _InspectionLotAggregate | _InspectionLotAggregate |
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #TRANSACTIONAL}
@AccessControl.authorizationCheck : #MANDATORY
@Metadata.allowExtensions: true
@VDM: {
viewType: #CONSUMPTION
}
define view entity C_MaintJobWorkItemChecklist
as select from R_MaintJobWorkItemChecklist as WorkItemChecklist
{
key MaintenanceOrder,
key InspectionLot,
key MaintenanceOrderOperation,
MaintenanceBusinessSubobject,
Plant,
@UI.hidden: true
TechnicalObject,
TechObjIsEquipOrFuncnlLoc,
MainChecklistIsDeactivated,
InspCharAcceptedCount,
InspCharOpenCount,
InspCharRejectedCount,
InspectionLotText,
PlantName,
_TechnicalObject._TechnicalObjectText[1: Language = $session.system_language ].TechnicalObjectDescription,
@ObjectModel.text.element: ['TechnicalObjectDescription']
cast (_TechnicalObject.TechnicalObjectLabel as eams_tech_obj_alpha_conv preserving type) as TechnicalObjectLabel,
_InspLotUsageDecision.InspLotUsageDecisionValuation,
_MaintenanceOrderOperation,
_InspectionLotAggregate
}
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