C_MaintJobWorkItemUnplndCompTP
Consumption layer unplanned components
C_MaintJobWorkItemUnplndCompTP is a Consumption CDS View that provides data about "Consumption layer unplanned components" in SAP S/4HANA. It reads from 1 data source (R_MaintJobWorkItemUnplndCompTP) and exposes 27 fields with key fields MaintenanceOrder, MaterialDocument, MaterialDocumentItem, MaterialDocumentYear. 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_MaintJobWorkItemUnplndCompTP | R_MaintJobWorkItemUnplndCompTP | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Consumption layer unplanned components | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.updateEnabled | true | 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 (27)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceOrder | MaintenanceOrder | ||
| KEY | MaterialDocument | MaterialDocument | ||
| KEY | MaterialDocumentItem | MaterialDocumentItem | ||
| KEY | MaterialDocumentYear | MaterialDocumentYear | ||
| Material | Material | |||
| MaterialName | MaterialName | |||
| Product | Product | |||
| Plant | Plant | |||
| MaintenancePlanningPlant | MaintenancePlanningPlant | |||
| StorageLocation | StorageLocation | |||
| MaterialBaseUnit | MaterialBaseUnit | |||
| QuantityInBaseUnit | QuantityInBaseUnit | |||
| ValuationType | ValuationType | |||
| SerialNumber | SerialNumber | |||
| Reservation | Reservation | |||
| SerialNumberProcedure | SerialNumberProcedure | |||
| SerialNumberProfile | SerialNumberProfile | |||
| SerialNumberUsageInAssignment | SerialNumberUsageInAssignment | |||
| InventoryValuationCategory | InventoryValuationCategory | |||
| IsMarkedForDeletion | IsMarkedForDeletion | |||
| TechnicalObject | TechnicalObject | |||
| TechObjIsEquipOrFuncnlLoc | TechObjIsEquipOrFuncnlLoc | |||
| MaintenanceOrderType | MaintenanceOrderType | |||
| MaterialDocumentItemText | MaterialDocumentItemText | |||
| AccountingIndicatorCode | ||||
| AccountingIndicatorCodeName | ||||
| ProductType | ProductType |
@EndUserText.label: 'Consumption layer unplanned components'
@AccessControl.authorizationCheck: #CHECK
@Metadata.allowExtensions: true
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #TRANSACTIONAL}
@VDM: {
viewType: #CONSUMPTION
}
@ObjectModel.updateEnabled:true
define view entity C_MaintJobWorkItemUnplndCompTP
as select from R_MaintJobWorkItemUnplndCompTP
{
key MaintenanceOrder,
key MaterialDocument,
key MaterialDocumentItem,
key MaterialDocumentYear,
@ObjectModel.text.element: [ 'MaterialName' ]
Material,
@Semantics.text: true
MaterialName,
Product,
Plant,
MaintenancePlanningPlant,
StorageLocation,
MaterialBaseUnit,
QuantityInBaseUnit,
ValuationType,
SerialNumber,
Reservation,
SerialNumberProcedure,
SerialNumberProfile,
SerialNumberUsageInAssignment,
InventoryValuationCategory,
IsMarkedForDeletion ,
TechnicalObject,
TechObjIsEquipOrFuncnlLoc,
MaintenanceOrderType,
MaterialDocumentItemText,
@ObjectModel.text.element: [ 'AccountingIndicatorCodeName' ]
@ObjectModel.sort.enabled : false
@ObjectModel.filter.enabled : false
@ObjectModel: { virtualElement: true, virtualElementCalculatedBy: 'ABAP:CL_EAM_UNPLNDCOMP_ACCTGIND_EXT' }
cast ( '' as bemot ) as AccountingIndicatorCode,
@Semantics.text: true
@ObjectModel: { virtualElement: true, virtualElementCalculatedBy: 'ABAP:CL_EAM_UNPLNDCOMP_ACCTGIND_EXT' }
cast ( '' as bemot_txt ) as AccountingIndicatorCodeName,
@Consumption.valueHelpDefinition: [
{ entity : { name: 'I_ProductTypeVH', element: 'ProductType' }
}]
@Consumption.filter : {
multipleSelections : true
}
ProductType
}
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