Interface ProductionOrderConfirmationV2ServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ProductionOrderConfirmationV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProductionOrderConfirmationV2ServiceBatch>
- All Known Implementing Classes:
DefaultProductionOrderConfirmationV2ServiceBatchChangeSet
public interface ProductionOrderConfirmationV2ServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ProductionOrderConfirmationV2ServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ProductionOrderConfirmationV2ServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ProductionOrderConfirmationV2Service.-
Method Summary
Modifier and TypeMethodDescriptioncreateProdnOrdConf2(ProdnOrdConf2 prodnOrdConf2) Create a newProdnOrdConf2entity and save it to the S/4HANA system.createProdnOrdConfMatlDocItm(ProdnOrdConfMatlDocItm prodnOrdConfMatlDocItm) Create a newProdnOrdConfMatlDocItmentity 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
-
createProdnOrdConfMatlDocItm
@Nonnull ProductionOrderConfirmationV2ServiceBatchChangeSet createProdnOrdConfMatlDocItm(@Nonnull ProdnOrdConfMatlDocItm prodnOrdConfMatlDocItm) Create a newProdnOrdConfMatlDocItmentity and save it to the S/4HANA system.- Parameters:
prodnOrdConfMatlDocItm-ProdnOrdConfMatlDocItmentity 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.
-
createProdnOrdConf2
@Nonnull ProductionOrderConfirmationV2ServiceBatchChangeSet createProdnOrdConf2(@Nonnull ProdnOrdConf2 prodnOrdConf2) Create a newProdnOrdConf2entity and save it to the S/4HANA system.- Parameters:
prodnOrdConf2-ProdnOrdConf2entity 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.
-