Interface SupplierActivityServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<SupplierActivityServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SupplierActivityServiceBatch>
- All Known Implementing Classes:
DefaultSupplierActivityServiceBatchChangeSet
public interface SupplierActivityServiceBatchChangeSet
extends FluentHelperBatchChangeSet<SupplierActivityServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<SupplierActivityServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
SupplierActivityService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSuplrActyDescription(SuplrActyDescription suplrActyDescription) Create a newSuplrActyDescriptionentity and save it to the S/4HANA system.createSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant) Create a newSuplrActyParticipantentity and save it to the S/4HANA system.createSuplrActySupplier(SuplrActySupplier suplrActySupplier) Create a newSuplrActySupplierentity and save it to the S/4HANA system.createSupplierActivity(SupplierActivity supplierActivity) Create a newSupplierActivityentity and save it to the S/4HANA system.deleteSuplrActyDescription(SuplrActyDescription suplrActyDescription) Deletes an existingSuplrActyDescriptionentity in the S/4HANA system.deleteSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant) Deletes an existingSuplrActyParticipantentity in the S/4HANA system.deleteSuplrActySupplier(SuplrActySupplier suplrActySupplier) Deletes an existingSuplrActySupplierentity in the S/4HANA system.deleteSupplierActivity(SupplierActivity supplierActivity) Deletes an existingSupplierActivityentity in the S/4HANA system.updateSuplrActyDescription(SuplrActyDescription suplrActyDescription) Update an existingSuplrActyDescriptionentity and save it to the S/4HANA system.updateSuplrActyParticipant(SuplrActyParticipant suplrActyParticipant) Update an existingSuplrActyParticipantentity and save it to the S/4HANA system.updateSuplrActyPurchaserResp(SuplrActyPurchaserResp suplrActyPurchaserResp) Update an existingSuplrActyPurchaserRespentity and save it to the S/4HANA system.updateSuplrActySupplier(SuplrActySupplier suplrActySupplier) Update an existingSuplrActySupplierentity and save it to the S/4HANA system.updateSupplierActivity(SupplierActivity supplierActivity) Update an existingSupplierActivityentity 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
-
createSuplrActyDescription
@Nonnull SupplierActivityServiceBatchChangeSet createSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription) Create a newSuplrActyDescriptionentity and save it to the S/4HANA system.- Parameters:
suplrActyDescription-SuplrActyDescriptionentity 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.
-
updateSuplrActyDescription
@Nonnull SupplierActivityServiceBatchChangeSet updateSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription) Update an existingSuplrActyDescriptionentity and save it to the S/4HANA system.- Parameters:
suplrActyDescription-SuplrActyDescriptionentity 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.
-
deleteSuplrActyDescription
@Nonnull SupplierActivityServiceBatchChangeSet deleteSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription) Deletes an existingSuplrActyDescriptionentity in the S/4HANA system.- Parameters:
suplrActyDescription-SuplrActyDescriptionentity 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.
-
createSuplrActyParticipant
@Nonnull SupplierActivityServiceBatchChangeSet createSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant) Create a newSuplrActyParticipantentity and save it to the S/4HANA system.- Parameters:
suplrActyParticipant-SuplrActyParticipantentity 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.
-
updateSuplrActyParticipant
@Nonnull SupplierActivityServiceBatchChangeSet updateSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant) Update an existingSuplrActyParticipantentity and save it to the S/4HANA system.- Parameters:
suplrActyParticipant-SuplrActyParticipantentity 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.
-
deleteSuplrActyParticipant
@Nonnull SupplierActivityServiceBatchChangeSet deleteSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant) Deletes an existingSuplrActyParticipantentity in the S/4HANA system.- Parameters:
suplrActyParticipant-SuplrActyParticipantentity 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.
-
updateSuplrActyPurchaserResp
@Nonnull SupplierActivityServiceBatchChangeSet updateSuplrActyPurchaserResp(@Nonnull SuplrActyPurchaserResp suplrActyPurchaserResp) Update an existingSuplrActyPurchaserRespentity and save it to the S/4HANA system.- Parameters:
suplrActyPurchaserResp-SuplrActyPurchaserRespentity 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.
-
createSuplrActySupplier
@Nonnull SupplierActivityServiceBatchChangeSet createSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier) Create a newSuplrActySupplierentity and save it to the S/4HANA system.- Parameters:
suplrActySupplier-SuplrActySupplierentity 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.
-
updateSuplrActySupplier
@Nonnull SupplierActivityServiceBatchChangeSet updateSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier) Update an existingSuplrActySupplierentity and save it to the S/4HANA system.- Parameters:
suplrActySupplier-SuplrActySupplierentity 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.
-
deleteSuplrActySupplier
@Nonnull SupplierActivityServiceBatchChangeSet deleteSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier) Deletes an existingSuplrActySupplierentity in the S/4HANA system.- Parameters:
suplrActySupplier-SuplrActySupplierentity 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.
-
createSupplierActivity
@Nonnull SupplierActivityServiceBatchChangeSet createSupplierActivity(@Nonnull SupplierActivity supplierActivity) Create a newSupplierActivityentity and save it to the S/4HANA system.- Parameters:
supplierActivity-SupplierActivityentity 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.
-
updateSupplierActivity
@Nonnull SupplierActivityServiceBatchChangeSet updateSupplierActivity(@Nonnull SupplierActivity supplierActivity) Update an existingSupplierActivityentity and save it to the S/4HANA system.- Parameters:
supplierActivity-SupplierActivityentity 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.
-
deleteSupplierActivity
@Nonnull SupplierActivityServiceBatchChangeSet deleteSupplierActivity(@Nonnull SupplierActivity supplierActivity) Deletes an existingSupplierActivityentity in the S/4HANA system.- Parameters:
supplierActivity-SupplierActivityentity 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.
-