public class DefaultCentralPurchaseContractServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<CentralPurchaseContractServiceBatch,CentralPurchaseContractServiceBatchChangeSet> implements CentralPurchaseContractServiceBatchChangeSet
CentralPurchaseContractServiceBatchChangeSet
interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
CentralPurchaseContractService
.Modifier and Type | Method and Description |
---|---|
CentralPurchaseContractServiceBatchChangeSet |
createCentralPurchaseContract(CentralPurchaseContract centralPurchaseContract)
Create a new
CentralPurchaseContract entity and save it to the S/4HANA system. |
protected DefaultCentralPurchaseContractServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultCentralPurchaseContractServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<CentralPurchaseContractServiceBatch,CentralPurchaseContractServiceBatchChangeSet>
@Nonnull public CentralPurchaseContractServiceBatchChangeSet createCentralPurchaseContract(@Nonnull CentralPurchaseContract centralPurchaseContract)
CentralPurchaseContract
entity and save it to the S/4HANA system.createCentralPurchaseContract
in interface CentralPurchaseContractServiceBatchChangeSet
centralPurchaseContract
- CentralPurchaseContract
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2020 SAP SE. All rights reserved.