Class DefaultRecipeHeaderAndFormulaServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<RecipeHeaderAndFormulaServiceBatch,RecipeHeaderAndFormulaServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.batch.DefaultRecipeHeaderAndFormulaServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<RecipeHeaderAndFormulaServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<RecipeHeaderAndFormulaServiceBatch>,RecipeHeaderAndFormulaServiceBatchChangeSet
public class DefaultRecipeHeaderAndFormulaServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<RecipeHeaderAndFormulaServiceBatch,RecipeHeaderAndFormulaServiceBatchChangeSet>
implements RecipeHeaderAndFormulaServiceBatchChangeSet
Implementation of the
RecipeHeaderAndFormulaServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
RecipeHeaderAndFormulaService.-
Method Summary
Modifier and TypeMethodDescriptioncreateRecipe(Recipe recipe) Create a newRecipeentity and save it to the S/4HANA system.createRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem) Create a newRecipeFormulaItementity and save it to the S/4HANA system.createRecipeProcessElement(RecipeProcessElement recipeProcessElement) Create a newRecipeProcessElemententity and save it to the S/4HANA system.createRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Create a newRecipeProcessElementTextentity and save it to the S/4HANA system.createRecipeProcessEquipRqmt(RecipeProcessEquipRqmt recipeProcessEquipRqmt) Create a newRecipeProcessEquipRqmtentity and save it to the S/4HANA system.createRecipeProcessEquipRqmtText(RecipeProcessEquipRqmtText recipeProcessEquipRqmtText) Create a newRecipeProcessEquipRqmtTextentity and save it to the S/4HANA system.createRecipeProcessParamValue(RecipeProcessParamValue recipeProcessParamValue) Create a newRecipeProcessParamValueentity and save it to the S/4HANA system.createRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt) Create a newRecipeProcessParamValueTxtentity and save it to the S/4HANA system.createRecipeText(RecipeText recipeText) Create a newRecipeTextentity and save it to the S/4HANA system.deleteRecipe(Recipe recipe) Deletes an existingRecipeentity in the S/4HANA system.deleteRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem) Deletes an existingRecipeFormulaItementity in the S/4HANA system.deleteRecipeProcessElement(RecipeProcessElement recipeProcessElement) Deletes an existingRecipeProcessElemententity in the S/4HANA system.deleteRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Deletes an existingRecipeProcessElementTextentity in the S/4HANA system.deleteRecipeProcessEquipRqmt(RecipeProcessEquipRqmt recipeProcessEquipRqmt) Deletes an existingRecipeProcessEquipRqmtentity in the S/4HANA system.deleteRecipeProcessEquipRqmtText(RecipeProcessEquipRqmtText recipeProcessEquipRqmtText) Deletes an existingRecipeProcessEquipRqmtTextentity in the S/4HANA system.deleteRecipeProcessParamValue(RecipeProcessParamValue recipeProcessParamValue) Deletes an existingRecipeProcessParamValueentity in the S/4HANA system.deleteRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt) Deletes an existingRecipeProcessParamValueTxtentity in the S/4HANA system.deleteRecipeText(RecipeText recipeText) Deletes an existingRecipeTextentity in the S/4HANA system.getThis()updateRecipe(Recipe recipe) Update an existingRecipeentity and save it to the S/4HANA system.updateRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem) Update an existingRecipeFormulaItementity and save it to the S/4HANA system.updateRecipeProcessElement(RecipeProcessElement recipeProcessElement) Update an existingRecipeProcessElemententity and save it to the S/4HANA system.updateRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Update an existingRecipeProcessElementTextentity and save it to the S/4HANA system.updateRecipeProcessEquipRqmt(RecipeProcessEquipRqmt recipeProcessEquipRqmt) Update an existingRecipeProcessEquipRqmtentity and save it to the S/4HANA system.updateRecipeProcessEquipRqmtText(RecipeProcessEquipRqmtText recipeProcessEquipRqmtText) Update an existingRecipeProcessEquipRqmtTextentity and save it to the S/4HANA system.updateRecipeProcessParamValue(RecipeProcessParamValue recipeProcessParamValue) Update an existingRecipeProcessParamValueentity and save it to the S/4HANA system.updateRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt) Update an existingRecipeProcessParamValueTxtentity and save it to the S/4HANA system.updateRecipeText(RecipeText recipeText) Update an existingRecipeTextentity and save it to the S/4HANA system.Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
addFunctionImport, addRequest, addRequest, addRequest, addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
getThis
-
createRecipe
Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetCreate a newRecipeentity and save it to the S/4HANA system.- Specified by:
createRecipein interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipe-Recipeentity 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.
-
updateRecipe
Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetUpdate an existingRecipeentity and save it to the S/4HANA system.- Specified by:
updateRecipein interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipe-Recipeentity 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.
-
deleteRecipe
Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetDeletes an existingRecipeentity in the S/4HANA system.- Specified by:
deleteRecipein interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipe-Recipeentity 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.
-
createRecipeFormulaItem
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeFormulaItem(@Nonnull RecipeFormulaItem recipeFormulaItem) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetCreate a newRecipeFormulaItementity and save it to the S/4HANA system.- Specified by:
createRecipeFormulaItemin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeFormulaItem-RecipeFormulaItementity 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.
-
updateRecipeFormulaItem
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeFormulaItem(@Nonnull RecipeFormulaItem recipeFormulaItem) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetUpdate an existingRecipeFormulaItementity and save it to the S/4HANA system.- Specified by:
updateRecipeFormulaItemin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeFormulaItem-RecipeFormulaItementity 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.
-
deleteRecipeFormulaItem
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeFormulaItem(@Nonnull RecipeFormulaItem recipeFormulaItem) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetDeletes an existingRecipeFormulaItementity in the S/4HANA system.- Specified by:
deleteRecipeFormulaItemin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeFormulaItem-RecipeFormulaItementity 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.
-
createRecipeProcessElement
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeProcessElement(@Nonnull RecipeProcessElement recipeProcessElement) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetCreate a newRecipeProcessElemententity and save it to the S/4HANA system.- Specified by:
createRecipeProcessElementin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessElement-RecipeProcessElemententity 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.
-
updateRecipeProcessElement
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeProcessElement(@Nonnull RecipeProcessElement recipeProcessElement) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetUpdate an existingRecipeProcessElemententity and save it to the S/4HANA system.- Specified by:
updateRecipeProcessElementin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessElement-RecipeProcessElemententity 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.
-
deleteRecipeProcessElement
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeProcessElement(@Nonnull RecipeProcessElement recipeProcessElement) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetDeletes an existingRecipeProcessElemententity in the S/4HANA system.- Specified by:
deleteRecipeProcessElementin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessElement-RecipeProcessElemententity 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.
-
createRecipeProcessElementText
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeProcessElementText(@Nonnull RecipeProcessElementText recipeProcessElementText) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetCreate a newRecipeProcessElementTextentity and save it to the S/4HANA system.- Specified by:
createRecipeProcessElementTextin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessElementText-RecipeProcessElementTextentity 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.
-
updateRecipeProcessElementText
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeProcessElementText(@Nonnull RecipeProcessElementText recipeProcessElementText) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetUpdate an existingRecipeProcessElementTextentity and save it to the S/4HANA system.- Specified by:
updateRecipeProcessElementTextin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessElementText-RecipeProcessElementTextentity 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.
-
deleteRecipeProcessElementText
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeProcessElementText(@Nonnull RecipeProcessElementText recipeProcessElementText) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetDeletes an existingRecipeProcessElementTextentity in the S/4HANA system.- Specified by:
deleteRecipeProcessElementTextin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessElementText-RecipeProcessElementTextentity 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.
-
createRecipeProcessEquipRqmt
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeProcessEquipRqmt(@Nonnull RecipeProcessEquipRqmt recipeProcessEquipRqmt) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetCreate a newRecipeProcessEquipRqmtentity and save it to the S/4HANA system.- Specified by:
createRecipeProcessEquipRqmtin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessEquipRqmt-RecipeProcessEquipRqmtentity 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.
-
updateRecipeProcessEquipRqmt
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeProcessEquipRqmt(@Nonnull RecipeProcessEquipRqmt recipeProcessEquipRqmt) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetUpdate an existingRecipeProcessEquipRqmtentity and save it to the S/4HANA system.- Specified by:
updateRecipeProcessEquipRqmtin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessEquipRqmt-RecipeProcessEquipRqmtentity 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.
-
deleteRecipeProcessEquipRqmt
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeProcessEquipRqmt(@Nonnull RecipeProcessEquipRqmt recipeProcessEquipRqmt) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetDeletes an existingRecipeProcessEquipRqmtentity in the S/4HANA system.- Specified by:
deleteRecipeProcessEquipRqmtin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessEquipRqmt-RecipeProcessEquipRqmtentity 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.
-
createRecipeProcessEquipRqmtText
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeProcessEquipRqmtText(@Nonnull RecipeProcessEquipRqmtText recipeProcessEquipRqmtText) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetCreate a newRecipeProcessEquipRqmtTextentity and save it to the S/4HANA system.- Specified by:
createRecipeProcessEquipRqmtTextin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessEquipRqmtText-RecipeProcessEquipRqmtTextentity 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.
-
updateRecipeProcessEquipRqmtText
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeProcessEquipRqmtText(@Nonnull RecipeProcessEquipRqmtText recipeProcessEquipRqmtText) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetUpdate an existingRecipeProcessEquipRqmtTextentity and save it to the S/4HANA system.- Specified by:
updateRecipeProcessEquipRqmtTextin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessEquipRqmtText-RecipeProcessEquipRqmtTextentity 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.
-
deleteRecipeProcessEquipRqmtText
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeProcessEquipRqmtText(@Nonnull RecipeProcessEquipRqmtText recipeProcessEquipRqmtText) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetDeletes an existingRecipeProcessEquipRqmtTextentity in the S/4HANA system.- Specified by:
deleteRecipeProcessEquipRqmtTextin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessEquipRqmtText-RecipeProcessEquipRqmtTextentity 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.
-
createRecipeProcessParamValue
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeProcessParamValue(@Nonnull RecipeProcessParamValue recipeProcessParamValue) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetCreate a newRecipeProcessParamValueentity and save it to the S/4HANA system.- Specified by:
createRecipeProcessParamValuein interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessParamValue-RecipeProcessParamValueentity 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.
-
updateRecipeProcessParamValue
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeProcessParamValue(@Nonnull RecipeProcessParamValue recipeProcessParamValue) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetUpdate an existingRecipeProcessParamValueentity and save it to the S/4HANA system.- Specified by:
updateRecipeProcessParamValuein interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessParamValue-RecipeProcessParamValueentity 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.
-
deleteRecipeProcessParamValue
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeProcessParamValue(@Nonnull RecipeProcessParamValue recipeProcessParamValue) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetDeletes an existingRecipeProcessParamValueentity in the S/4HANA system.- Specified by:
deleteRecipeProcessParamValuein interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessParamValue-RecipeProcessParamValueentity 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.
-
createRecipeProcessParamValueTxt
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeProcessParamValueTxt(@Nonnull RecipeProcessParamValueTxt recipeProcessParamValueTxt) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetCreate a newRecipeProcessParamValueTxtentity and save it to the S/4HANA system.- Specified by:
createRecipeProcessParamValueTxtin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessParamValueTxt-RecipeProcessParamValueTxtentity 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.
-
updateRecipeProcessParamValueTxt
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeProcessParamValueTxt(@Nonnull RecipeProcessParamValueTxt recipeProcessParamValueTxt) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetUpdate an existingRecipeProcessParamValueTxtentity and save it to the S/4HANA system.- Specified by:
updateRecipeProcessParamValueTxtin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessParamValueTxt-RecipeProcessParamValueTxtentity 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.
-
deleteRecipeProcessParamValueTxt
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeProcessParamValueTxt(@Nonnull RecipeProcessParamValueTxt recipeProcessParamValueTxt) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetDeletes an existingRecipeProcessParamValueTxtentity in the S/4HANA system.- Specified by:
deleteRecipeProcessParamValueTxtin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeProcessParamValueTxt-RecipeProcessParamValueTxtentity 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.
-
createRecipeText
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet createRecipeText(@Nonnull RecipeText recipeText) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetCreate a newRecipeTextentity and save it to the S/4HANA system.- Specified by:
createRecipeTextin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeText-RecipeTextentity 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.
-
updateRecipeText
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet updateRecipeText(@Nonnull RecipeText recipeText) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetUpdate an existingRecipeTextentity and save it to the S/4HANA system.- Specified by:
updateRecipeTextin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeText-RecipeTextentity 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.
-
deleteRecipeText
@Nonnull public RecipeHeaderAndFormulaServiceBatchChangeSet deleteRecipeText(@Nonnull RecipeText recipeText) Description copied from interface:RecipeHeaderAndFormulaServiceBatchChangeSetDeletes an existingRecipeTextentity in the S/4HANA system.- Specified by:
deleteRecipeTextin interfaceRecipeHeaderAndFormulaServiceBatchChangeSet- Parameters:
recipeText-RecipeTextentity 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.
-