Interface BillOfMaterialsV2ServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<BillOfMaterialsV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<BillOfMaterialsV2ServiceBatch>
- All Known Implementing Classes:
DefaultBillOfMaterialsV2ServiceBatchChangeSet
public interface BillOfMaterialsV2ServiceBatchChangeSet
extends FluentHelperBatchChangeSet<BillOfMaterialsV2ServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<BillOfMaterialsV2ServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
BillOfMaterialsV2Service.-
Method Summary
Modifier and TypeMethodDescriptioncreateMaterialBOM(MaterialBOM materialBOM) Create a newMaterialBOMentity and save it to the S/4HANA system.createMaterialBOMItem(MaterialBOMItem materialBOMItem) Create a newMaterialBOMItementity and save it to the S/4HANA system.createMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) Create a newMaterialBOMSubItementity and save it to the S/4HANA system.deleteMaterialBOM(MaterialBOM materialBOM) Deletes an existingMaterialBOMentity in the S/4HANA system.deleteMaterialBOMItem(MaterialBOMItem materialBOMItem) Deletes an existingMaterialBOMItementity in the S/4HANA system.deleteMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) Deletes an existingMaterialBOMSubItementity in the S/4HANA system.deleteMBOMItmObjDpnAssignment(MBOMItmObjDpnAssignment mBOMItmObjDpnAssignment) Deletes an existingMBOMItmObjDpnAssignmententity in the S/4HANA system.updateMaterialBOM(MaterialBOM materialBOM) Update an existingMaterialBOMentity and save it to the S/4HANA system.updateMaterialBOMItem(MaterialBOMItem materialBOMItem) Update an existingMaterialBOMItementity and save it to the S/4HANA system.updateMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) Update an existingMaterialBOMSubItementity and save it to the S/4HANA system.updateMBOMItmObjDpnAssignment(MBOMItmObjDpnAssignment mBOMItmObjDpnAssignment) Update an existingMBOMItmObjDpnAssignmententity 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
-
createMaterialBOMItem
@Nonnull BillOfMaterialsV2ServiceBatchChangeSet createMaterialBOMItem(@Nonnull MaterialBOMItem materialBOMItem) Create a newMaterialBOMItementity and save it to the S/4HANA system.- Parameters:
materialBOMItem-MaterialBOMItementity 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.
-
updateMaterialBOMItem
@Nonnull BillOfMaterialsV2ServiceBatchChangeSet updateMaterialBOMItem(@Nonnull MaterialBOMItem materialBOMItem) Update an existingMaterialBOMItementity and save it to the S/4HANA system.- Parameters:
materialBOMItem-MaterialBOMItementity 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.
-
deleteMaterialBOMItem
@Nonnull BillOfMaterialsV2ServiceBatchChangeSet deleteMaterialBOMItem(@Nonnull MaterialBOMItem materialBOMItem) Deletes an existingMaterialBOMItementity in the S/4HANA system.- Parameters:
materialBOMItem-MaterialBOMItementity 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.
-
createMaterialBOMSubItem
@Nonnull BillOfMaterialsV2ServiceBatchChangeSet createMaterialBOMSubItem(@Nonnull MaterialBOMSubItem materialBOMSubItem) Create a newMaterialBOMSubItementity and save it to the S/4HANA system.- Parameters:
materialBOMSubItem-MaterialBOMSubItementity 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.
-
updateMaterialBOMSubItem
@Nonnull BillOfMaterialsV2ServiceBatchChangeSet updateMaterialBOMSubItem(@Nonnull MaterialBOMSubItem materialBOMSubItem) Update an existingMaterialBOMSubItementity and save it to the S/4HANA system.- Parameters:
materialBOMSubItem-MaterialBOMSubItementity 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.
-
deleteMaterialBOMSubItem
@Nonnull BillOfMaterialsV2ServiceBatchChangeSet deleteMaterialBOMSubItem(@Nonnull MaterialBOMSubItem materialBOMSubItem) Deletes an existingMaterialBOMSubItementity in the S/4HANA system.- Parameters:
materialBOMSubItem-MaterialBOMSubItementity 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.
-
createMaterialBOM
Create a newMaterialBOMentity and save it to the S/4HANA system.- Parameters:
materialBOM-MaterialBOMentity 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.
-
updateMaterialBOM
Update an existingMaterialBOMentity and save it to the S/4HANA system.- Parameters:
materialBOM-MaterialBOMentity 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.
-
deleteMaterialBOM
Deletes an existingMaterialBOMentity in the S/4HANA system.- Parameters:
materialBOM-MaterialBOMentity 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.
-
updateMBOMItmObjDpnAssignment
@Nonnull BillOfMaterialsV2ServiceBatchChangeSet updateMBOMItmObjDpnAssignment(@Nonnull MBOMItmObjDpnAssignment mBOMItmObjDpnAssignment) Update an existingMBOMItmObjDpnAssignmententity and save it to the S/4HANA system.- Parameters:
mBOMItmObjDpnAssignment-MBOMItmObjDpnAssignmententity 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.
-
deleteMBOMItmObjDpnAssignment
@Nonnull BillOfMaterialsV2ServiceBatchChangeSet deleteMBOMItmObjDpnAssignment(@Nonnull MBOMItmObjDpnAssignment mBOMItmObjDpnAssignment) Deletes an existingMBOMItmObjDpnAssignmententity in the S/4HANA system.- Parameters:
mBOMItmObjDpnAssignment-MBOMItmObjDpnAssignmententity 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.
-