public class DefaultBillOfMaterialsServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<BillOfMaterialsServiceBatch,BillOfMaterialsServiceBatchChangeSet> implements BillOfMaterialsServiceBatchChangeSet
BillOfMaterialsServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
BillOfMaterialsService
.Modifier and Type | Method and Description |
---|---|
BillOfMaterialsServiceBatchChangeSet |
createBillOfMaterial(BillOfMaterial billOfMaterial)
Create a new
BillOfMaterial entity and save it to the S/4HANA system. |
BillOfMaterialsServiceBatchChangeSet |
createBillOfMaterialItem(BillOfMaterialItem billOfMaterialItem)
Create a new
BillOfMaterialItem entity and save it to the S/4HANA system. |
protected DefaultBillOfMaterialsServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
BillOfMaterialsServiceBatchChangeSet |
updateBillOfMaterial(BillOfMaterial billOfMaterial)
Update an existing
BillOfMaterial entity and save it to the S/4HANA system. |
BillOfMaterialsServiceBatchChangeSet |
updateBillOfMaterialItem(BillOfMaterialItem billOfMaterialItem)
Update an existing
BillOfMaterialItem 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 DefaultBillOfMaterialsServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<BillOfMaterialsServiceBatch,BillOfMaterialsServiceBatchChangeSet>
@Nonnull public BillOfMaterialsServiceBatchChangeSet createBillOfMaterial(@Nonnull BillOfMaterial billOfMaterial)
BillOfMaterial
entity and save it to the S/4HANA system.createBillOfMaterial
in interface BillOfMaterialsServiceBatchChangeSet
billOfMaterial
- BillOfMaterial
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public BillOfMaterialsServiceBatchChangeSet updateBillOfMaterial(@Nonnull BillOfMaterial billOfMaterial)
BillOfMaterial
entity and save it to the S/4HANA system.updateBillOfMaterial
in interface BillOfMaterialsServiceBatchChangeSet
billOfMaterial
- BillOfMaterial
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public BillOfMaterialsServiceBatchChangeSet createBillOfMaterialItem(@Nonnull BillOfMaterialItem billOfMaterialItem)
BillOfMaterialItem
entity and save it to the S/4HANA system.createBillOfMaterialItem
in interface BillOfMaterialsServiceBatchChangeSet
billOfMaterialItem
- BillOfMaterialItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public BillOfMaterialsServiceBatchChangeSet updateBillOfMaterialItem(@Nonnull BillOfMaterialItem billOfMaterialItem)
BillOfMaterialItem
entity and save it to the S/4HANA system.updateBillOfMaterialItem
in interface BillOfMaterialsServiceBatchChangeSet
billOfMaterialItem
- BillOfMaterialItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.