FSM_I_MaintenanceOrderConfirm
Maintenance Order Confirmation
FSM_I_MaintenanceOrderConfirm is a CDS View that provides data about "Maintenance Order Confirmation" in SAP S/4HANA. It reads from 1 data source (I_MaintenanceOrderConfirmation) and exposes 5 fields with key fields MaintOrderConf, MaintOrderConfCntrValue, MaterialDocument. It has 1 association to related views. It is exposed through 1 OData service (API_FSMMAINTENANCEORDERCONFIRM). Part of development package EAM_FSM_MAINTORDERCONFIRMATION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintenanceOrderConfirmation | I_MaintenanceOrderConfirmation | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_MaintenanceOrderConfirmation | _MaintenanceOrderConfirm | $projection.MaintOrderConf = _MaintenanceOrderConfirm.MaintOrderConf and $projection.MaintOrderConfCntrValue = _MaintenanceOrderConfirm.MaintOrderConfCntrValue |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| EndUserText.label | Maintenance Order Confirmation | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| OData.entityType.name | FSMMaintenanceOrderConf_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_FSMMAINTENANCEORDERCONFIRM | API_FSMMAINTENANCEORDERCONFIRM | V4 | C2 | NOT_RELEASED |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintOrderConf | MaintOrderConf | ||
| KEY | MaintOrderConfCntrValue | MaintOrderConfCntrValue | ||
| KEY | MaterialDocument | MaterialDocument | ||
| MaintOrdExternalId | MaintenanceOrder | |||
| _MaintenanceOrderConfirm | _MaintenanceOrderConfirm |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@EndUserText.label: 'Maintenance Order Confirmation'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
//@VDM.viewType:#TRANSACTIONAL
//@VDM.lifecycle.contract.type:#NONE
@OData.entityType.name:'FSMMaintenanceOrderConf_Type'
define root view entity FSM_I_MaintenanceOrderConfirm
as select from I_MaintenanceOrderConfirmation
association [1..1] to I_MaintenanceOrderConfirmation as _MaintenanceOrderConfirm on $projection.MaintOrderConf = _MaintenanceOrderConfirm.MaintOrderConf
and $projection.MaintOrderConfCntrValue = _MaintenanceOrderConfirm.MaintOrderConfCntrValue
{
//Maintenance Order Confirmation
key MaintOrderConf,
//Maintenance Order Confirmation Counter
key MaintOrderConfCntrValue,
//Material Document
key MaterialDocument,
//Maintenance Order
MaintenanceOrder as MaintOrdExternalId,
//Association
_MaintenanceOrderConfirm
}
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