Interface MaintenanceOrderOperationConfirmationService
- All Superinterfaces:
BatchService<MaintenanceOrderOperationConfirmationServiceBatch>
- All Known Implementing Classes:
DefaultMaintenanceOrderOperationConfirmationService
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 Business Accelerator Hub
Details:
| OData Service: | API_MAINTORDERCONFIRMATION |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Plant Maintenance Execution Integration(SAP_COM_0398) |
| Scope Items: | Service Order Management and Monitoring(3D2), Service Contract Management(3MO), In-House Repair(3XK), Reactive Maintenance(4HH), Proactive Maintenance(4HI), Improvement Maintenance(4VT), Operational and Overhead Maintenance(4WM), Corrective Maintenance(BH1), Emergency Maintenance(BH2), Preventive Maintenance(BJ2), Reactive Maintenance(OHH), Proactive Maintenance(OHI), PSM: Preventive Maintenance(OJ2), Improvement Maintenance(OVT), Operational and Overhead Maintenance(OWM), Service Order Processing with SAP Field Service Management(49X), Service Quotation(4GA) |
| Authentication Methods: | x509 |
| Business Object: | MaintenanceOrderConfirmation |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncancelMaintOrderConfirmation(String maintOrderConf, String maintOrderConfCntrValue) Deprecated.Creates a fluent helper for the CancelMaintOrderConfirmation OData function import.createLongText(LongText longText) Deprecated.Create a newLongTextentity and save it to the S/4HANA system.createMaintOrderConfirmation(MaintOrderConfirmation maintOrderConfirmation) Deprecated.Create a newMaintOrderConfirmationentity and save it to the S/4HANA system.Deprecated.Fetch multipleLongTextentities.Deprecated.Fetch multipleMaintOrderConfirmationentities.getLongTextByKey(String maintOrderConf, String maintOrderConfCntrValue) Deprecated.Fetch a singleLongTextentity using key fields.getMaintOrderConfirmationByKey(String maintOrderConf, String maintOrderConfCntrValue) Deprecated.Fetch a singleMaintOrderConfirmationentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllMaintOrderConfirmation
Deprecated.Fetch multipleMaintOrderConfirmationentities.- Returns:
- A fluent helper to fetch multiple
MaintOrderConfirmationentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getMaintOrderConfirmationByKey
@Nonnull MaintOrderConfirmationByKeyFluentHelper getMaintOrderConfirmationByKey(String maintOrderConf, String maintOrderConfCntrValue) Deprecated.Fetch a singleMaintOrderConfirmationentity using key fields.- Parameters:
maintOrderConf- Completion confirmation number for the operationConstraints: Not nullable, Maximum length: 10
maintOrderConfCntrValue- Confirmation counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
MaintOrderConfirmationentity 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 theexecutemethod on the fluent helper object.
-
createMaintOrderConfirmation
@Nonnull MaintOrderConfirmationCreateFluentHelper createMaintOrderConfirmation(@Nonnull MaintOrderConfirmation maintOrderConfirmation) Deprecated.Create a newMaintOrderConfirmationentity and save it to the S/4HANA system.- Parameters:
maintOrderConfirmation-MaintOrderConfirmationentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MaintOrderConfirmationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLongText
Deprecated.Fetch multipleLongTextentities.- Returns:
- A fluent helper to fetch multiple
LongTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getLongTextByKey
@Nonnull LongTextByKeyFluentHelper getLongTextByKey(String maintOrderConf, String maintOrderConfCntrValue) Deprecated.Fetch a singleLongTextentity using key fields.- Parameters:
maintOrderConf- Completion confirmation number for the operationConstraints: Not nullable, Maximum length: 10
maintOrderConfCntrValue- Confirmation counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
LongTextentity 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 theexecutemethod on the fluent helper object.
-
createLongText
Deprecated.Create a newLongTextentity and save it to the S/4HANA system. -
cancelMaintOrderConfirmation
@Nonnull CancelMaintOrderConfirmationFluentHelper cancelMaintOrderConfirmation(@Nonnull String maintOrderConf, @Nonnull String maintOrderConfCntrValue) Deprecated.Creates a fluent helper for the CancelMaintOrderConfirmation OData function import.
- Parameters:
maintOrderConf- ConfirmationConstraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: MaintOrderConf
maintOrderConfCntrValue- CounterConstraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: MaintOrderConfCntrValue
- Returns:
- A fluent helper object that will execute the CancelMaintOrderConfirmation OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-