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. |
PurchaseContractServiceBatchChangeSet |
createPurchaseContractItem(PurchaseContractItem purchaseContractItem)
Create a new
PurchaseContractItem entity and save it to the S/4HANA system. |
PurchaseContractServiceBatchChangeSet |
createValAddedSrvcMM(ValAddedSrvcMM valAddedSrvcMM)
Create a new
ValAddedSrvcMM entity and save it to the S/4HANA system. |
PurchaseContractServiceBatchChangeSet |
deleteValAddedSrvcMM(ValAddedSrvcMM valAddedSrvcMM)
Deletes an existing
ValAddedSrvcMM entity in the S/4HANA system. |
protected DefaultPurchaseContractServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
PurchaseContractServiceBatchChangeSet |
updateValAddedSrvcMM(ValAddedSrvcMM valAddedSrvcMM)
Update an existing
ValAddedSrvcMM entity and save it to the S/4HANA system. |
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.@Nonnull public PurchaseContractServiceBatchChangeSet createPurchaseContractItem(@Nonnull PurchaseContractItem purchaseContractItem)
PurchaseContractItem
entity and save it to the S/4HANA system.createPurchaseContractItem
in interface PurchaseContractServiceBatchChangeSet
purchaseContractItem
- PurchaseContractItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PurchaseContractServiceBatchChangeSet createValAddedSrvcMM(@Nonnull ValAddedSrvcMM valAddedSrvcMM)
ValAddedSrvcMM
entity and save it to the S/4HANA system.createValAddedSrvcMM
in interface PurchaseContractServiceBatchChangeSet
valAddedSrvcMM
- ValAddedSrvcMM
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PurchaseContractServiceBatchChangeSet updateValAddedSrvcMM(@Nonnull ValAddedSrvcMM valAddedSrvcMM)
ValAddedSrvcMM
entity and save it to the S/4HANA system.updateValAddedSrvcMM
in interface PurchaseContractServiceBatchChangeSet
valAddedSrvcMM
- ValAddedSrvcMM
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public PurchaseContractServiceBatchChangeSet deleteValAddedSrvcMM(@Nonnull ValAddedSrvcMM valAddedSrvcMM)
ValAddedSrvcMM
entity in the S/4HANA system.deleteValAddedSrvcMM
in interface PurchaseContractServiceBatchChangeSet
valAddedSrvcMM
- ValAddedSrvcMM
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.