Interface ProcessOrderConfirmationV2ServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ProcessOrderConfirmationV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProcessOrderConfirmationV2ServiceBatch>
- All Known Implementing Classes:
DefaultProcessOrderConfirmationV2ServiceBatchChangeSet
public interface ProcessOrderConfirmationV2ServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ProcessOrderConfirmationV2ServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ProcessOrderConfirmationV2ServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ProcessOrderConfirmationV2Service.-
Method Summary
Modifier and TypeMethodDescriptioncreateProcOrdConf2(ProcOrdConf2 procOrdConf2) Create a newProcOrdConf2entity and save it to the S/4HANA system.createProcOrdConfMatlDocItm(ProcOrdConfMatlDocItm procOrdConfMatlDocItm) Create a newProcOrdConfMatlDocItmentity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createProcOrdConf2
@Nonnull ProcessOrderConfirmationV2ServiceBatchChangeSet createProcOrdConf2(@Nonnull ProcOrdConf2 procOrdConf2) Create a newProcOrdConf2entity and save it to the S/4HANA system.- Parameters:
procOrdConf2-ProcOrdConf2entity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createProcOrdConfMatlDocItm
@Nonnull ProcessOrderConfirmationV2ServiceBatchChangeSet createProcOrdConfMatlDocItm(@Nonnull ProcOrdConfMatlDocItm procOrdConfMatlDocItm) Create a newProcOrdConfMatlDocItmentity and save it to the S/4HANA system.- Parameters:
procOrdConfMatlDocItm-ProcOrdConfMatlDocItmentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-