C_MaintItemObjectListItemTP_2
Maintenance Item Object List Item
C_MaintItemObjectListItemTP_2 is a Consumption CDS View that provides data about "Maintenance Item Object List Item" in SAP S/4HANA. It reads from 1 data source (R_MaintItemObjectListItemTP) and exposes 44 fields with key fields MaintenanceItem, MaintenanceItemObjectList, MaintenanceObjectListItem. 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_MaintItemObjectListItemTP | R_MaintItemObjectListItemTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Maintenance Item Object List Item | 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.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 (44)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceItem | MaintenanceItem | MaintItem | |
| KEY | MaintenanceItemObjectList | MaintenanceItemObjectList | Object list | |
| KEY | MaintenanceObjectListItem | MaintenanceObjectListItem | Object counters | |
| MaintenanceObjectListUsageCode | MaintenanceObjectListUsageCode | |||
| Equipment | Equipment | Equipment check | ||
| EquipmentName | ||||
| FunctionalLocation | FunctionalLocation | Object ID | ||
| FunctionalLocationLabelName | FunctionalLocationLabelName | Functional Loc. | ||
| FunctionalLocationName | ||||
| TechnicalObjectLabel | TechnicalObjectLabel | Tech. Object | ||
| TechObjIsEquipOrFuncnlLoc | TechObjIsEquipOrFuncnlLoc | Tech. Obj. Type | ||
| TechObjIsEquipOrFuncnlLocDesc | ||||
| MaintItemReferenceObjectType | MaintItemReferenceObjectType | Object Type | ||
| MaintItemRefObjTypeForService | MaintItemRefObjTypeForService | Object Type for Service | ||
| MaintItemRefObjectTypeDesc | ||||
| MaintItemRefObjTypeForSrvcDesc | ||||
| MaintenanceNotification | MaintenanceNotification | Notification | ||
| Assembly | Assembly | Assembly | ||
| AssemblyName | ||||
| MaintObjectLocAcctAssgmtNmbr | MaintObjectLocAcctAssgmtNmbr | Loc/AccAssmt | ||
| Material | Material | Vehicle Model | ||
| MaterialName | ||||
| SerialNumber | SerialNumber | Serial Number | ||
| UniqueItemIdentifier | UniqueItemIdentifier | UII | ||
| CreationDate | CreationDate | Time Stamp | ||
| MaintObjectListItemSequence | MaintObjectListItemSequence | Sort field | ||
| MaintObjListEntryIsProcessed | MaintObjListEntryIsProcessed | Checkbox | ||
| ServiceReferenceProduct | ServiceReferenceProduct | Product | ||
| MaintenancePlanCallObject | MaintenancePlanCallObject | |||
| MaintenancePlanningPlant | MaintenancePlanningPlant | Planning Plant | ||
| MaintenancePlannerGroup | MaintenancePlannerGroup | Planner Group | ||
| MaintenancePlant | MaintenancePlant | Plant | ||
| ControllingArea | ControllingArea | Controlling Area | ||
| CostCenter | CostCenter | Cost Center | ||
| SuperordinateEquipment | Superordinate Equipment | |||
| virtualUICT_EquipmentVHIsActiveboole_d | ||||
| virtualUICT_FuncLocVHIsActiveboole_d | ||||
| virtualUICT_AssemblyVHIsActiveboole_d | ||||
| virtualUICT_ProductVHIsActiveboole_d | ||||
| _Equipment | _Equipment | |||
| _EquipmentText | _EquipmentText | |||
| _FunctionalLocation | _FunctionalLocation | |||
| _TechObjIsEquipOrFuncnlLocDesc | _TechObjIsEquipOrFuncnlLocDesc | |||
| _Product | _Product |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view C_MaintItemObjectListItemTP_2.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW C_MaintItemObjectListItemTP_2 AS
SELECT
MaintenanceItem,
MaintenanceItemObjectList,
MaintenanceObjectListItem,
MaintenanceObjectListUsageCode,
Equipment,
_EquipmentText[1:Language = $session.system_language].EquipmentName AS EquipmentName,
FunctionalLocation,
FunctionalLocationLabelName,
_FunctionalLocationText[1:Language = $session.system_language].FunctionalLocationName AS FunctionalLocationName,
TechnicalObjectLabel,
TechObjIsEquipOrFuncnlLoc,
_TechObjIsEquipOrFuncnlLocDesc[1: Language = $session.system_language ].TechObjIsEquipOrFuncnlLocDesc AS TechObjIsEquipOrFuncnlLocDesc,
MaintItemReferenceObjectType,
MaintItemRefObjTypeForService,
_ReferenceObjectTypeText[1: Language = $session.system_language ].MaintItemRefObjectTypeDesc AS MaintItemRefObjectTypeDesc,
_RefObjectTypeForSrvcText[1: Language = $session.system_language ].MaintItemRefObjTypeForSrvcDesc AS MaintItemRefObjTypeForSrvcDesc,
MaintenanceNotification,
Assembly,
_Assembly._Text[1:Language = $session.system_language].MaterialName AS AssemblyName,
MaintObjectLocAcctAssgmtNmbr,
Material,
_Product._Text[1: Language = $session.system_language].ProductName AS MaterialName,
SerialNumber,
UniqueItemIdentifier,
CreationDate,
MaintObjectListItemSequence,
MaintObjListEntryIsProcessed,
ServiceReferenceProduct,
MaintenancePlanCallObject,
MaintenancePlanningPlant,
MaintenancePlannerGroup,
MaintenancePlant,
ControllingArea,
CostCenter,
_Equipment._CurrentTimeSegment.SuperordinateEquipment AS SuperordinateEquipment,
virtual UICT_EquipmentVHIsActive : boole_d AS virtualUICT_EquipmentVHIsActiveboole_d,
virtual UICT_FuncLocVHIsActive : boole_d AS virtualUICT_FuncLocVHIsActiveboole_d,
virtual UICT_AssemblyVHIsActive : boole_d AS virtualUICT_AssemblyVHIsActiveboole_d,
virtual UICT_ProductVHIsActive : boole_d AS virtualUICT_ProductVHIsActiveboole_d
FROM R_MaintItemObjectListItemTP
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA