public interface MaintenanceOrderOperationConfirmationService extends BatchService<MaintenanceOrderOperationConfirmationServiceBatch>
This synchronous inbound service enables you to create new maintenance order confirmations and cancel confirmations that are already posted. You can display and use this data, for example, in an external application. The API is based on the OData V2 protocol..
Reference: SAP API Business Hub
OData Service: | API_MAINTORDERCONFIRMATION |
API Version: | 1.0.0 |
Minimum ERP Version: | 2208 |
Communication Scenario: | Plant Maintenance Execution Integration(SAP_COM_0398) |
Scope Items: | Reactive Maintenance(OHH), Proactive Maintenance(OHI), PSM: Preventive Maintenance(OJ2), Improvement Maintenance(OVT), Operational and Overhead Maintenance(OWM), Preventive Maintenance(BJ2), Service Order Management and Monitoring(3D2), Service Contract Management(3MO), In-House Repair(3XK), Service Order Processing with SAP Field Service Management(49X), Service Quotation(4GA), Corrective Maintenance(BH1), Emergency Maintenance(BH2), Reactive Maintenance(4HH), Proactive Maintenance(4HI), Improvement Maintenance(4VT), Operational and Overhead Maintenance(4WM) |
Business Object: | MaintenanceOrderConfirmation |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
CancelMaintOrderConfirmationFluentHelper |
cancelMaintOrderConfirmation(String maintOrderConf,
String maintOrderConfCntrValue)
Creates a fluent helper for the CancelMaintOrderConfirmation OData function import.
|
LongTextCreateFluentHelper |
createLongText(LongText longText)
Create a new
LongText entity and save it to the S/4HANA system. |
MaintOrderConfirmationCreateFluentHelper |
createMaintOrderConfirmation(MaintOrderConfirmation maintOrderConfirmation)
Create a new
MaintOrderConfirmation entity and save it to the S/4HANA system. |
LongTextFluentHelper |
getAllLongText()
Fetch multiple
LongText entities. |
MaintOrderConfirmationFluentHelper |
getAllMaintOrderConfirmation()
Fetch multiple
MaintOrderConfirmation entities. |
LongTextByKeyFluentHelper |
getLongTextByKey(String maintOrderConf,
String maintOrderConfCntrValue)
Fetch a single
LongText entity using key fields. |
MaintOrderConfirmationByKeyFluentHelper |
getMaintOrderConfirmationByKey(String maintOrderConf,
String maintOrderConfCntrValue)
Fetch a single
MaintOrderConfirmation entity using key fields. |
MaintenanceOrderOperationConfirmationService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull MaintenanceOrderOperationConfirmationService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull MaintOrderConfirmationFluentHelper getAllMaintOrderConfirmation()
MaintOrderConfirmation
entities.MaintOrderConfirmation
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull MaintOrderConfirmationByKeyFluentHelper getMaintOrderConfirmationByKey(String maintOrderConf, String maintOrderConfCntrValue)
MaintOrderConfirmation
entity using key fields.maintOrderConf
- Completion confirmation number for the operation
Constraints: Not nullable, Maximum length: 10
maintOrderConfCntrValue
- Confirmation counter
Constraints: Not nullable, Maximum length: 8
MaintOrderConfirmation
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull MaintOrderConfirmationCreateFluentHelper createMaintOrderConfirmation(@Nonnull MaintOrderConfirmation maintOrderConfirmation)
MaintOrderConfirmation
entity and save it to the S/4HANA system.maintOrderConfirmation
- MaintOrderConfirmation
entity object that will be created in the S/4HANA system.MaintOrderConfirmation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull LongTextFluentHelper getAllLongText()
LongText
entities.LongText
entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull LongTextByKeyFluentHelper getLongTextByKey(String maintOrderConf, String maintOrderConfCntrValue)
LongText
entity using key fields.maintOrderConf
- Completion confirmation number for the operation
Constraints: Not nullable, Maximum length: 10
maintOrderConfCntrValue
- Confirmation counter
Constraints: Not nullable, Maximum length: 8
LongText
entity using key fields. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull LongTextCreateFluentHelper createLongText(@Nonnull LongText longText)
LongText
entity and save it to the S/4HANA system.@Nonnull CancelMaintOrderConfirmationFluentHelper cancelMaintOrderConfirmation(@Nonnull String maintOrderConf, @Nonnull String maintOrderConfCntrValue)
Creates a fluent helper for the CancelMaintOrderConfirmation OData function import.
maintOrderConf
- Confirmation
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: MaintOrderConf
maintOrderConfCntrValue
- Counter
Constraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: MaintOrderConfCntrValue
execute
method on the fluent helper object.Copyright © 2022 SAP SE. All rights reserved.