Interface BatchServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<BatchServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<BatchServiceBatch>
- All Known Implementing Classes:
DefaultBatchServiceBatchChangeSet
public interface BatchServiceBatchChangeSet
extends FluentHelperBatchChangeSet<BatchServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<BatchServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
BatchService.-
Method Summary
Modifier and TypeMethodDescriptioncreateBatch(Batch batch) Create a newBatchentity and save it to the S/4HANA system.createBatchCharc(BatchCharc batchCharc) Create a newBatchCharcentity and save it to the S/4HANA system.createBatchCharcValue(BatchCharcValue batchCharcValue) Create a newBatchCharcValueentity and save it to the S/4HANA system.createBatchClass(BatchClass batchClass) Create a newBatchClassentity and save it to the S/4HANA system.deleteBatchCharcValue(BatchCharcValue batchCharcValue) Deletes an existingBatchCharcValueentity in the S/4HANA system.deleteBatchClass(BatchClass batchClass) Deletes an existingBatchClassentity in the S/4HANA system.deleteBatchText(BatchText batchText) Deletes an existingBatchTextentity in the S/4HANA system.updateBatch(Batch batch) Update an existingBatchentity and save it to the S/4HANA system.updateBatchCharcValue(BatchCharcValue batchCharcValue) Update an existingBatchCharcValueentity and save it to the S/4HANA system.updateBatchPlant(BatchPlant batchPlant) Update an existingBatchPlantentity and save it to the S/4HANA system.updateBatchText(BatchText batchText) Update an existingBatchTextentity 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
-
createBatch
Create a newBatchentity and save it to the S/4HANA system.- Parameters:
batch-Batchentity 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.
-
updateBatch
Update an existingBatchentity and save it to the S/4HANA system.- Parameters:
batch-Batchentity 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.
-
createBatchCharc
Create a newBatchCharcentity and save it to the S/4HANA system.- Parameters:
batchCharc-BatchCharcentity 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.
-
createBatchCharcValue
Create a newBatchCharcValueentity and save it to the S/4HANA system.- Parameters:
batchCharcValue-BatchCharcValueentity 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.
-
updateBatchCharcValue
Update an existingBatchCharcValueentity and save it to the S/4HANA system.- Parameters:
batchCharcValue-BatchCharcValueentity 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.
-
deleteBatchCharcValue
Deletes an existingBatchCharcValueentity in the S/4HANA system.- Parameters:
batchCharcValue-BatchCharcValueentity 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.
-
createBatchClass
Create a newBatchClassentity and save it to the S/4HANA system.- Parameters:
batchClass-BatchClassentity 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.
-
deleteBatchClass
Deletes an existingBatchClassentity in the S/4HANA system.- Parameters:
batchClass-BatchClassentity 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.
-
updateBatchPlant
Update an existingBatchPlantentity and save it to the S/4HANA system.- Parameters:
batchPlant-BatchPlantentity 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.
-
updateBatchText
Update an existingBatchTextentity and save it to the S/4HANA system.- Parameters:
batchText-BatchTextentity 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.
-
deleteBatchText
Deletes an existingBatchTextentity in the S/4HANA system.- Parameters:
batchText-BatchTextentity 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.
-