public interface ProcessOrderServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<ProcessOrderServiceBatch>
ProcessOrderService
.Modifier and Type | Method and Description |
---|---|
ProcessOrderServiceBatchChangeSet |
createFunctionMessage(FunctionMessage functionMessage)
Create a new
FunctionMessage entity and save it to the S/4HANA system. |
ProcessOrderServiceBatchChangeSet |
createProcessOrder(ProcessOrder processOrder)
Create a new
ProcessOrder
entity and save it to the S/4HANA system. |
ProcessOrderServiceBatchChangeSet |
deleteFunctionMessage(FunctionMessage functionMessage)
Deletes an existing
FunctionMessage entity in the S/4HANA system. |
ProcessOrderServiceBatchChangeSet |
updateFunctionMessage(FunctionMessage functionMessage)
Update an existing
FunctionMessage entity and save it to the S/4HANA system. |
ProcessOrderServiceBatchChangeSet |
updateProcessOrder(ProcessOrder processOrder)
Update an existing
ProcessOrder entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull ProcessOrderServiceBatchChangeSet createFunctionMessage(@Nonnull FunctionMessage functionMessage)
FunctionMessage
entity and save it to the S/4HANA system.functionMessage
- FunctionMessage
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProcessOrderServiceBatchChangeSet updateFunctionMessage(@Nonnull FunctionMessage functionMessage)
FunctionMessage
entity and save it to the S/4HANA system.functionMessage
- FunctionMessage
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProcessOrderServiceBatchChangeSet deleteFunctionMessage(@Nonnull FunctionMessage functionMessage)
FunctionMessage
entity in the S/4HANA system.functionMessage
- FunctionMessage
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProcessOrderServiceBatchChangeSet createProcessOrder(@Nonnull ProcessOrder processOrder)
ProcessOrder
entity and save it to the S/4HANA system.processOrder
- ProcessOrder
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ProcessOrderServiceBatchChangeSet updateProcessOrder(@Nonnull ProcessOrder processOrder)
ProcessOrder
entity and save it to the S/4HANA system.processOrder
- ProcessOrder
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.