public interface BillOfMaterialsServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<BillOfMaterialsServiceBatch>
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. |
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. |
endChangeSet
@Nonnull BillOfMaterialsServiceBatchChangeSet createBillOfMaterial(@Nonnull BillOfMaterial billOfMaterial)
BillOfMaterial
entity and save it to the S/4HANA system.billOfMaterial
- BillOfMaterial
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BillOfMaterialsServiceBatchChangeSet updateBillOfMaterial(@Nonnull BillOfMaterial billOfMaterial)
BillOfMaterial
entity and save it to the S/4HANA system.billOfMaterial
- BillOfMaterial
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BillOfMaterialsServiceBatchChangeSet createBillOfMaterialItem(@Nonnull BillOfMaterialItem billOfMaterialItem)
BillOfMaterialItem
entity and save it to the S/4HANA system.billOfMaterialItem
- BillOfMaterialItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BillOfMaterialsServiceBatchChangeSet updateBillOfMaterialItem(@Nonnull BillOfMaterialItem billOfMaterialItem)
BillOfMaterialItem
entity and save it to the S/4HANA system.billOfMaterialItem
- BillOfMaterialItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.