Interface MaintenanceBillOfMaterialServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<MaintenanceBillOfMaterialServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MaintenanceBillOfMaterialServiceBatch>
- All Known Implementing Classes:
DefaultMaintenanceBillOfMaterialServiceBatchChangeSet
public interface MaintenanceBillOfMaterialServiceBatchChangeSet
extends FluentHelperBatchChangeSet<MaintenanceBillOfMaterialServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<MaintenanceBillOfMaterialServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
MaintenanceBillOfMaterialService.-
Method Summary
Modifier and TypeMethodDescriptioncreateBOMItem(BOMItem bOMItem) Create a newBOMItementity and save it to the S/4HANA system.createMaintBOMHeader(MaintBOMHeader maintBOMHeader) Create a newMaintBOMHeaderentity and save it to the S/4HANA system.deleteBOMItem(BOMItem bOMItem) Deletes an existingBOMItementity in the S/4HANA system.deleteMaintBOMHeader(MaintBOMHeader maintBOMHeader) Deletes an existingMaintBOMHeaderentity in the S/4HANA system.updateBOMItem(BOMItem bOMItem) Update an existingBOMItementity and save it to the S/4HANA system.updateMaintBOMHeader(MaintBOMHeader maintBOMHeader) Update an existingMaintBOMHeaderentity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createBOMItem
Create a newBOMItementity and save it to the S/4HANA system.- Parameters:
bOMItem-BOMItementity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateBOMItem
Update an existingBOMItementity and save it to the S/4HANA system.- Parameters:
bOMItem-BOMItementity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteBOMItem
Deletes an existingBOMItementity in the S/4HANA system.- Parameters:
bOMItem-BOMItementity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createMaintBOMHeader
@Nonnull MaintenanceBillOfMaterialServiceBatchChangeSet createMaintBOMHeader(@Nonnull MaintBOMHeader maintBOMHeader) Create a newMaintBOMHeaderentity and save it to the S/4HANA system.- Parameters:
maintBOMHeader-MaintBOMHeaderentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateMaintBOMHeader
@Nonnull MaintenanceBillOfMaterialServiceBatchChangeSet updateMaintBOMHeader(@Nonnull MaintBOMHeader maintBOMHeader) Update an existingMaintBOMHeaderentity and save it to the S/4HANA system.- Parameters:
maintBOMHeader-MaintBOMHeaderentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteMaintBOMHeader
@Nonnull MaintenanceBillOfMaterialServiceBatchChangeSet deleteMaintBOMHeader(@Nonnull MaintBOMHeader maintBOMHeader) Deletes an existingMaintBOMHeaderentity in the S/4HANA system.- Parameters:
maintBOMHeader-MaintBOMHeaderentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-