Interface CentralPurchaseContractServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<CentralPurchaseContractServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CentralPurchaseContractServiceBatch>
- All Known Implementing Classes:
DefaultCentralPurchaseContractServiceBatchChangeSet
public interface CentralPurchaseContractServiceBatchChangeSet
extends FluentHelperBatchChangeSet<CentralPurchaseContractServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<CentralPurchaseContractServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
CentralPurchaseContractService.-
Method Summary
Modifier and TypeMethodDescriptioncreateCentralPurchaseContract(CentralPurchaseContract centralPurchaseContract) Create a newCentralPurchaseContractentity 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
-
createCentralPurchaseContract
@Nonnull CentralPurchaseContractServiceBatchChangeSet createCentralPurchaseContract(@Nonnull CentralPurchaseContract centralPurchaseContract) Create a newCentralPurchaseContractentity and save it to the S/4HANA system.- Parameters:
centralPurchaseContract-CentralPurchaseContractentity 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.
-