public class DefaultPurchaseContractServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<PurchaseContractServiceBatch,PurchaseContractServiceBatchChangeSet> implements PurchaseContractServiceBatchChangeSet
PurchaseContractServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
PurchaseContractService
.Modifier and Type | Method and Description |
---|---|
PurchaseContractServiceBatchChangeSet |
createPurchaseContract(PurchaseContract purchaseContract)
Create a new
PurchaseContract entity and save it to the S/4HANA system. |
protected DefaultPurchaseContractServiceBatchChangeSet |
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 DefaultPurchaseContractServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<PurchaseContractServiceBatch,PurchaseContractServiceBatchChangeSet>
@Nonnull public PurchaseContractServiceBatchChangeSet createPurchaseContract(@Nonnull PurchaseContract purchaseContract)
PurchaseContract
entity and save it to the S/4HANA system.createPurchaseContract
in interface PurchaseContractServiceBatchChangeSet
purchaseContract
- PurchaseContract
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.