Interface RecipeHeaderAndFormulaService

All Superinterfaces:
BatchService<RecipeHeaderAndFormulaServiceBatch>
All Known Implementing Classes:
DefaultRecipeHeaderAndFormulaService

@Deprecated public interface RecipeHeaderAndFormulaService extends BatchService<RecipeHeaderAndFormulaServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

The service contains information belonging to the recipe header, such as status, validity, and creation date, as well as formula data, including a list of ingredients with their quantities. Details of the recipe process, like process elements, process parameters, and equipment requirements are also available in the service. You can also read all classification data pertaining to a recipe..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_RECIPE
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Product Lifecycle Management - Recipe Development Integration(SAP_COM_0136)
Scope Items: Specification Management for Recipes(1QA), Formulation - Recipe Development(1QC)
Authentication Methods: x509
Business Object: Recipe
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull RecipeHeaderAndFormulaService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • getAllRecipe

      @Nonnull RecipeFluentHelper getAllRecipe()
      Deprecated.
      Fetch multiple Recipe entities.
      Returns:
      A fluent helper to fetch multiple Recipe entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeByKey

      @Nonnull RecipeByKeyFluentHelper getRecipeByKey(UUID recipeUUID)
      Deprecated.
      Fetch a single Recipe entity using key fields.
      Parameters:
      recipeUUID - Common Recipe GUID

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single Recipe entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createRecipe

      @Nonnull RecipeCreateFluentHelper createRecipe(@Nonnull Recipe recipe)
      Deprecated.
      Create a new Recipe entity and save it to the S/4HANA system.
      Parameters:
      recipe - Recipe entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new Recipe entity. To perform execution, call the execute method on the fluent helper object.
    • updateRecipe

      @Nonnull RecipeUpdateFluentHelper updateRecipe(@Nonnull Recipe recipe)
      Deprecated.
      Update an existing Recipe entity and save it to the S/4HANA system.
      Parameters:
      recipe - Recipe entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing Recipe entity. To perform execution, call the execute method on the fluent helper object.
    • deleteRecipe

      @Nonnull RecipeDeleteFluentHelper deleteRecipe(@Nonnull Recipe recipe)
      Deprecated.
      Deletes an existing Recipe entity in the S/4HANA system.
      Parameters:
      recipe - Recipe entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing Recipe entity. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeCharc

      @Nonnull RecipeCharcFluentHelper getAllRecipeCharc()
      Deprecated.
      Fetch multiple RecipeCharc entities.
      Returns:
      A fluent helper to fetch multiple RecipeCharc entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeCharcByKey

      @Nonnull RecipeCharcByKeyFluentHelper getRecipeCharcByKey(UUID recipeUUID, String charcInternalID, String classType)
      Deprecated.
      Fetch a single RecipeCharc entity using key fields.
      Parameters:
      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      recipeUUID - Common Recipe GUID

      Constraints: Not nullable

      classType - Class Type

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single RecipeCharc entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeCharcValue

      @Nonnull RecipeCharcValueFluentHelper getAllRecipeCharcValue()
      Deprecated.
      Fetch multiple RecipeCharcValue entities.
      Returns:
      A fluent helper to fetch multiple RecipeCharcValue entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeCharcValueByKey

      @Nonnull RecipeCharcValueByKeyFluentHelper getRecipeCharcValueByKey(UUID recipeUUID, String classType, String charcInternalID, String charcValuePositionNumber)
      Deprecated.
      Fetch a single RecipeCharcValue entity using key fields.
      Parameters:
      charcValuePositionNumber - Characteristic value counter

      Constraints: Not nullable, Maximum length: 3

      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      recipeUUID - Common Recipe GUID

      Constraints: Not nullable

      classType - Class Type

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single RecipeCharcValue entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeClass

      @Nonnull RecipeClassFluentHelper getAllRecipeClass()
      Deprecated.
      Fetch multiple RecipeClass entities.
      Returns:
      A fluent helper to fetch multiple RecipeClass entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeClassByKey

      @Nonnull RecipeClassByKeyFluentHelper getRecipeClassByKey(UUID recipeUUID, String classInternalID)
      Deprecated.
      Fetch a single RecipeClass entity using key fields.
      Parameters:
      recipeUUID - Common Recipe GUID

      Constraints: Not nullable

      classInternalID - Internal Class Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single RecipeClass entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeClassCharc

      @Nonnull RecipeClassCharcFluentHelper getAllRecipeClassCharc()
      Deprecated.
      Fetch multiple RecipeClassCharc entities.
      Returns:
      A fluent helper to fetch multiple RecipeClassCharc entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeClassCharcByKey

      @Nonnull RecipeClassCharcByKeyFluentHelper getRecipeClassCharcByKey(UUID recipeUUID, String classInternalID, String charcInternalID)
      Deprecated.
      Fetch a single RecipeClassCharc entity using key fields.
      Parameters:
      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      recipeUUID - Common Recipe GUID

      Constraints: Not nullable

      classInternalID - Internal Class Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single RecipeClassCharc entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeFormulaItem

      @Nonnull RecipeFormulaItemFluentHelper getAllRecipeFormulaItem()
      Deprecated.
      Fetch multiple RecipeFormulaItem entities.
      Returns:
      A fluent helper to fetch multiple RecipeFormulaItem entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeFormulaItemByKey

      @Nonnull RecipeFormulaItemByKeyFluentHelper getRecipeFormulaItemByKey(UUID rcpFmlaItemUUID)
      Deprecated.
      Fetch a single RecipeFormulaItem entity using key fields.
      Parameters:
      rcpFmlaItemUUID - Formula Item GUID

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single RecipeFormulaItem entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createRecipeFormulaItem

      @Nonnull RecipeFormulaItemCreateFluentHelper createRecipeFormulaItem(@Nonnull RecipeFormulaItem recipeFormulaItem)
      Deprecated.
      Create a new RecipeFormulaItem entity and save it to the S/4HANA system.
      Parameters:
      recipeFormulaItem - RecipeFormulaItem entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new RecipeFormulaItem entity. To perform execution, call the execute method on the fluent helper object.
    • updateRecipeFormulaItem

      @Nonnull RecipeFormulaItemUpdateFluentHelper updateRecipeFormulaItem(@Nonnull RecipeFormulaItem recipeFormulaItem)
      Deprecated.
      Update an existing RecipeFormulaItem entity and save it to the S/4HANA system.
      Parameters:
      recipeFormulaItem - RecipeFormulaItem entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing RecipeFormulaItem entity. To perform execution, call the execute method on the fluent helper object.
    • deleteRecipeFormulaItem

      @Nonnull RecipeFormulaItemDeleteFluentHelper deleteRecipeFormulaItem(@Nonnull RecipeFormulaItem recipeFormulaItem)
      Deprecated.
      Deletes an existing RecipeFormulaItem entity in the S/4HANA system.
      Parameters:
      recipeFormulaItem - RecipeFormulaItem entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing RecipeFormulaItem entity. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeProcessElement

      @Nonnull RecipeProcessElementFluentHelper getAllRecipeProcessElement()
      Deprecated.
      Fetch multiple RecipeProcessElement entities.
      Returns:
      A fluent helper to fetch multiple RecipeProcessElement entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeProcessElementByKey

      @Nonnull RecipeProcessElementByKeyFluentHelper getRecipeProcessElementByKey(UUID recipeProcessElementUUID)
      Deprecated.
      Fetch a single RecipeProcessElement entity using key fields.
      Parameters:
      recipeProcessElementUUID - Process Element GUID

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single RecipeProcessElement entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createRecipeProcessElement

      @Nonnull RecipeProcessElementCreateFluentHelper createRecipeProcessElement(@Nonnull RecipeProcessElement recipeProcessElement)
      Deprecated.
      Create a new RecipeProcessElement entity and save it to the S/4HANA system.
      Parameters:
      recipeProcessElement - RecipeProcessElement entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new RecipeProcessElement entity. To perform execution, call the execute method on the fluent helper object.
    • updateRecipeProcessElement

      @Nonnull RecipeProcessElementUpdateFluentHelper updateRecipeProcessElement(@Nonnull RecipeProcessElement recipeProcessElement)
      Deprecated.
      Update an existing RecipeProcessElement entity and save it to the S/4HANA system.
      Parameters:
      recipeProcessElement - RecipeProcessElement entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing RecipeProcessElement entity. To perform execution, call the execute method on the fluent helper object.
    • deleteRecipeProcessElement

      @Nonnull RecipeProcessElementDeleteFluentHelper deleteRecipeProcessElement(@Nonnull RecipeProcessElement recipeProcessElement)
      Deprecated.
      Deletes an existing RecipeProcessElement entity in the S/4HANA system.
      Parameters:
      recipeProcessElement - RecipeProcessElement entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing RecipeProcessElement entity. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeProcessElementText

      @Nonnull RecipeProcessElementTextFluentHelper getAllRecipeProcessElementText()
      Deprecated.
      Fetch multiple RecipeProcessElementText entities.
      Returns:
      A fluent helper to fetch multiple RecipeProcessElementText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeProcessElementTextByKey

      @Nonnull RecipeProcessElementTextByKeyFluentHelper getRecipeProcessElementTextByKey(UUID recipeProcessElementUUID, String language)
      Deprecated.
      Fetch a single RecipeProcessElementText entity using key fields.
      Parameters:
      recipeProcessElementUUID - Process Element GUID

      Constraints: Not nullable

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single RecipeProcessElementText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createRecipeProcessElementText

      @Nonnull RecipeProcessElementTextCreateFluentHelper createRecipeProcessElementText(@Nonnull RecipeProcessElementText recipeProcessElementText)
      Deprecated.
      Create a new RecipeProcessElementText entity and save it to the S/4HANA system.
      Parameters:
      recipeProcessElementText - RecipeProcessElementText entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new RecipeProcessElementText entity. To perform execution, call the execute method on the fluent helper object.
    • updateRecipeProcessElementText

      @Nonnull RecipeProcessElementTextUpdateFluentHelper updateRecipeProcessElementText(@Nonnull RecipeProcessElementText recipeProcessElementText)
      Deprecated.
      Update an existing RecipeProcessElementText entity and save it to the S/4HANA system.
      Parameters:
      recipeProcessElementText - RecipeProcessElementText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing RecipeProcessElementText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteRecipeProcessElementText

      @Nonnull RecipeProcessElementTextDeleteFluentHelper deleteRecipeProcessElementText(@Nonnull RecipeProcessElementText recipeProcessElementText)
      Deprecated.
      Deletes an existing RecipeProcessElementText entity in the S/4HANA system.
      Parameters:
      recipeProcessElementText - RecipeProcessElementText entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing RecipeProcessElementText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeProcessEquipRqmt

      @Nonnull RecipeProcessEquipRqmtFluentHelper getAllRecipeProcessEquipRqmt()
      Deprecated.
      Fetch multiple RecipeProcessEquipRqmt entities.
      Returns:
      A fluent helper to fetch multiple RecipeProcessEquipRqmt entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeProcessEquipRqmtByKey

      @Nonnull RecipeProcessEquipRqmtByKeyFluentHelper getRecipeProcessEquipRqmtByKey(UUID recipeProcessEquipRqmtUUID)
      Deprecated.
      Fetch a single RecipeProcessEquipRqmt entity using key fields.
      Parameters:
      recipeProcessEquipRqmtUUID - Equipment Requirement GUID

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single RecipeProcessEquipRqmt entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createRecipeProcessEquipRqmt

      @Nonnull RecipeProcessEquipRqmtCreateFluentHelper createRecipeProcessEquipRqmt(@Nonnull RecipeProcessEquipRqmt recipeProcessEquipRqmt)
      Deprecated.
      Create a new RecipeProcessEquipRqmt entity and save it to the S/4HANA system.
      Parameters:
      recipeProcessEquipRqmt - RecipeProcessEquipRqmt entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new RecipeProcessEquipRqmt entity. To perform execution, call the execute method on the fluent helper object.
    • updateRecipeProcessEquipRqmt

      @Nonnull RecipeProcessEquipRqmtUpdateFluentHelper updateRecipeProcessEquipRqmt(@Nonnull RecipeProcessEquipRqmt recipeProcessEquipRqmt)
      Deprecated.
      Update an existing RecipeProcessEquipRqmt entity and save it to the S/4HANA system.
      Parameters:
      recipeProcessEquipRqmt - RecipeProcessEquipRqmt entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing RecipeProcessEquipRqmt entity. To perform execution, call the execute method on the fluent helper object.
    • deleteRecipeProcessEquipRqmt

      @Nonnull RecipeProcessEquipRqmtDeleteFluentHelper deleteRecipeProcessEquipRqmt(@Nonnull RecipeProcessEquipRqmt recipeProcessEquipRqmt)
      Deprecated.
      Deletes an existing RecipeProcessEquipRqmt entity in the S/4HANA system.
      Parameters:
      recipeProcessEquipRqmt - RecipeProcessEquipRqmt entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing RecipeProcessEquipRqmt entity. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeProcessEquipRqmtText

      @Nonnull RecipeProcessEquipRqmtTextFluentHelper getAllRecipeProcessEquipRqmtText()
      Deprecated.
      Fetch multiple RecipeProcessEquipRqmtText entities.
      Returns:
      A fluent helper to fetch multiple RecipeProcessEquipRqmtText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeProcessEquipRqmtTextByKey

      @Nonnull RecipeProcessEquipRqmtTextByKeyFluentHelper getRecipeProcessEquipRqmtTextByKey(UUID recipeProcessEquipRqmtUUID, String language)
      Deprecated.
      Fetch a single RecipeProcessEquipRqmtText entity using key fields.
      Parameters:
      recipeProcessEquipRqmtUUID - Equipment Requirement GUID

      Constraints: Not nullable

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single RecipeProcessEquipRqmtText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createRecipeProcessEquipRqmtText

      @Nonnull RecipeProcessEquipRqmtTextCreateFluentHelper createRecipeProcessEquipRqmtText(@Nonnull RecipeProcessEquipRqmtText recipeProcessEquipRqmtText)
      Deprecated.
      Create a new RecipeProcessEquipRqmtText entity and save it to the S/4HANA system.
      Parameters:
      recipeProcessEquipRqmtText - RecipeProcessEquipRqmtText entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new RecipeProcessEquipRqmtText entity. To perform execution, call the execute method on the fluent helper object.
    • updateRecipeProcessEquipRqmtText

      @Nonnull RecipeProcessEquipRqmtTextUpdateFluentHelper updateRecipeProcessEquipRqmtText(@Nonnull RecipeProcessEquipRqmtText recipeProcessEquipRqmtText)
      Deprecated.
      Update an existing RecipeProcessEquipRqmtText entity and save it to the S/4HANA system.
      Parameters:
      recipeProcessEquipRqmtText - RecipeProcessEquipRqmtText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing RecipeProcessEquipRqmtText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteRecipeProcessEquipRqmtText

      @Nonnull RecipeProcessEquipRqmtTextDeleteFluentHelper deleteRecipeProcessEquipRqmtText(@Nonnull RecipeProcessEquipRqmtText recipeProcessEquipRqmtText)
      Deprecated.
      Deletes an existing RecipeProcessEquipRqmtText entity in the S/4HANA system.
      Parameters:
      recipeProcessEquipRqmtText - RecipeProcessEquipRqmtText entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing RecipeProcessEquipRqmtText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeProcessParam

      @Nonnull RecipeProcessParamFluentHelper getAllRecipeProcessParam()
      Deprecated.
      Fetch multiple RecipeProcessParam entities.
      Returns:
      A fluent helper to fetch multiple RecipeProcessParam entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeProcessParamByKey

      @Nonnull RecipeProcessParamByKeyFluentHelper getRecipeProcessParamByKey(UUID recipeProcessParamUUID)
      Deprecated.
      Fetch a single RecipeProcessParam entity using key fields.
      Parameters:
      recipeProcessParamUUID - Process Parameter Master Data Key

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single RecipeProcessParam entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeProcessParamText

      @Nonnull RecipeProcessParamTextFluentHelper getAllRecipeProcessParamText()
      Deprecated.
      Fetch multiple RecipeProcessParamText entities.
      Returns:
      A fluent helper to fetch multiple RecipeProcessParamText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeProcessParamTextByKey

      @Nonnull RecipeProcessParamTextByKeyFluentHelper getRecipeProcessParamTextByKey(UUID recipeProcessParamUUID, String language)
      Deprecated.
      Fetch a single RecipeProcessParamText entity using key fields.
      Parameters:
      recipeProcessParamUUID - Process Parameter Master Data Key

      Constraints: Not nullable

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single RecipeProcessParamText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeProcessParamValue

      @Nonnull RecipeProcessParamValueFluentHelper getAllRecipeProcessParamValue()
      Deprecated.
      Fetch multiple RecipeProcessParamValue entities.
      Returns:
      A fluent helper to fetch multiple RecipeProcessParamValue entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeProcessParamValueByKey

      @Nonnull RecipeProcessParamValueByKeyFluentHelper getRecipeProcessParamValueByKey(UUID recipeProcessParamValUUID)
      Deprecated.
      Fetch a single RecipeProcessParamValue entity using key fields.
      Parameters:
      recipeProcessParamValUUID - Process Parameter Value Key

      Constraints: Not nullable

      Returns:
      A fluent helper to fetch a single RecipeProcessParamValue entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createRecipeProcessParamValue

      @Nonnull RecipeProcessParamValueCreateFluentHelper createRecipeProcessParamValue(@Nonnull RecipeProcessParamValue recipeProcessParamValue)
      Deprecated.
      Create a new RecipeProcessParamValue entity and save it to the S/4HANA system.
      Parameters:
      recipeProcessParamValue - RecipeProcessParamValue entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new RecipeProcessParamValue entity. To perform execution, call the execute method on the fluent helper object.
    • updateRecipeProcessParamValue

      @Nonnull RecipeProcessParamValueUpdateFluentHelper updateRecipeProcessParamValue(@Nonnull RecipeProcessParamValue recipeProcessParamValue)
      Deprecated.
      Update an existing RecipeProcessParamValue entity and save it to the S/4HANA system.
      Parameters:
      recipeProcessParamValue - RecipeProcessParamValue entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing RecipeProcessParamValue entity. To perform execution, call the execute method on the fluent helper object.
    • deleteRecipeProcessParamValue

      @Nonnull RecipeProcessParamValueDeleteFluentHelper deleteRecipeProcessParamValue(@Nonnull RecipeProcessParamValue recipeProcessParamValue)
      Deprecated.
      Deletes an existing RecipeProcessParamValue entity in the S/4HANA system.
      Parameters:
      recipeProcessParamValue - RecipeProcessParamValue entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing RecipeProcessParamValue entity. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeProcessParamValueTxt

      @Nonnull RecipeProcessParamValueTxtFluentHelper getAllRecipeProcessParamValueTxt()
      Deprecated.
      Fetch multiple RecipeProcessParamValueTxt entities.
      Returns:
      A fluent helper to fetch multiple RecipeProcessParamValueTxt entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeProcessParamValueTxtByKey

      @Nonnull RecipeProcessParamValueTxtByKeyFluentHelper getRecipeProcessParamValueTxtByKey(UUID recipeProcessParamValUUID, String language)
      Deprecated.
      Fetch a single RecipeProcessParamValueTxt entity using key fields.
      Parameters:
      recipeProcessParamValUUID - Process Parameter Value Key

      Constraints: Not nullable

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single RecipeProcessParamValueTxt entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createRecipeProcessParamValueTxt

      @Nonnull RecipeProcessParamValueTxtCreateFluentHelper createRecipeProcessParamValueTxt(@Nonnull RecipeProcessParamValueTxt recipeProcessParamValueTxt)
      Deprecated.
      Create a new RecipeProcessParamValueTxt entity and save it to the S/4HANA system.
      Parameters:
      recipeProcessParamValueTxt - RecipeProcessParamValueTxt entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new RecipeProcessParamValueTxt entity. To perform execution, call the execute method on the fluent helper object.
    • updateRecipeProcessParamValueTxt

      @Nonnull RecipeProcessParamValueTxtUpdateFluentHelper updateRecipeProcessParamValueTxt(@Nonnull RecipeProcessParamValueTxt recipeProcessParamValueTxt)
      Deprecated.
      Update an existing RecipeProcessParamValueTxt entity and save it to the S/4HANA system.
      Parameters:
      recipeProcessParamValueTxt - RecipeProcessParamValueTxt entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing RecipeProcessParamValueTxt entity. To perform execution, call the execute method on the fluent helper object.
    • deleteRecipeProcessParamValueTxt

      @Nonnull RecipeProcessParamValueTxtDeleteFluentHelper deleteRecipeProcessParamValueTxt(@Nonnull RecipeProcessParamValueTxt recipeProcessParamValueTxt)
      Deprecated.
      Deletes an existing RecipeProcessParamValueTxt entity in the S/4HANA system.
      Parameters:
      recipeProcessParamValueTxt - RecipeProcessParamValueTxt entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing RecipeProcessParamValueTxt entity. To perform execution, call the execute method on the fluent helper object.
    • getAllRecipeText

      @Nonnull RecipeTextFluentHelper getAllRecipeText()
      Deprecated.
      Fetch multiple RecipeText entities.
      Returns:
      A fluent helper to fetch multiple RecipeText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecipeTextByKey

      @Nonnull RecipeTextByKeyFluentHelper getRecipeTextByKey(UUID recipeUUID, String language)
      Deprecated.
      Fetch a single RecipeText entity using key fields.
      Parameters:
      recipeUUID - Common Recipe GUID

      Constraints: Not nullable

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single RecipeText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createRecipeText

      @Nonnull RecipeTextCreateFluentHelper createRecipeText(@Nonnull RecipeText recipeText)
      Deprecated.
      Create a new RecipeText entity and save it to the S/4HANA system.
      Parameters:
      recipeText - RecipeText entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new RecipeText entity. To perform execution, call the execute method on the fluent helper object.
    • updateRecipeText

      @Nonnull RecipeTextUpdateFluentHelper updateRecipeText(@Nonnull RecipeText recipeText)
      Deprecated.
      Update an existing RecipeText entity and save it to the S/4HANA system.
      Parameters:
      recipeText - RecipeText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing RecipeText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteRecipeText

      @Nonnull RecipeTextDeleteFluentHelper deleteRecipeText(@Nonnull RecipeText recipeText)
      Deprecated.
      Deletes an existing RecipeText entity in the S/4HANA system.
      Parameters:
      recipeText - RecipeText entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing RecipeText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllRecProcEquipRqmtCharc

      @Nonnull RecProcEquipRqmtCharcFluentHelper getAllRecProcEquipRqmtCharc()
      Deprecated.
      Fetch multiple RecProcEquipRqmtCharc entities.
      Returns:
      A fluent helper to fetch multiple RecProcEquipRqmtCharc entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecProcEquipRqmtCharcByKey

      @Nonnull RecProcEquipRqmtCharcByKeyFluentHelper getRecProcEquipRqmtCharcByKey(UUID recipeProcessEquipRqmtUUID, String charcInternalID, String classType)
      Deprecated.
      Fetch a single RecProcEquipRqmtCharc entity using key fields.
      Parameters:
      recipeProcessEquipRqmtUUID - Equipment Requirement GUID

      Constraints: Not nullable

      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      classType - Class Type

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single RecProcEquipRqmtCharc entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecProcEquipRqmtCharcValue

      @Nonnull RecProcEquipRqmtCharcValueFluentHelper getAllRecProcEquipRqmtCharcValue()
      Deprecated.
      Fetch multiple RecProcEquipRqmtCharcValue entities.
      Returns:
      A fluent helper to fetch multiple RecProcEquipRqmtCharcValue entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecProcEquipRqmtCharcValueByKey

      @Nonnull RecProcEquipRqmtCharcValueByKeyFluentHelper getRecProcEquipRqmtCharcValueByKey(UUID recipeProcessEquipRqmtUUID, String classType, String charcInternalID, String charcValuePositionNumber)
      Deprecated.
      Fetch a single RecProcEquipRqmtCharcValue entity using key fields.
      Parameters:
      recipeProcessEquipRqmtUUID - Equipment Requirement GUID

      Constraints: Not nullable

      charcValuePositionNumber - Characteristic value counter

      Constraints: Not nullable, Maximum length: 3

      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      classType - Class Type

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single RecProcEquipRqmtCharcValue entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecProcEquipRqmtClass

      @Nonnull RecProcEquipRqmtClassFluentHelper getAllRecProcEquipRqmtClass()
      Deprecated.
      Fetch multiple RecProcEquipRqmtClass entities.
      Returns:
      A fluent helper to fetch multiple RecProcEquipRqmtClass entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecProcEquipRqmtClassByKey

      @Nonnull RecProcEquipRqmtClassByKeyFluentHelper getRecProcEquipRqmtClassByKey(UUID recipeProcessEquipRqmtUUID, String classInternalID)
      Deprecated.
      Fetch a single RecProcEquipRqmtClass entity using key fields.
      Parameters:
      recipeProcessEquipRqmtUUID - Equipment Requirement GUID

      Constraints: Not nullable

      classInternalID - Internal Class Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single RecProcEquipRqmtClass entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecProcEquipRqmtClassCharc

      @Nonnull RecProcEquipRqmtClassCharcFluentHelper getAllRecProcEquipRqmtClassCharc()
      Deprecated.
      Fetch multiple RecProcEquipRqmtClassCharc entities.
      Returns:
      A fluent helper to fetch multiple RecProcEquipRqmtClassCharc entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecProcEquipRqmtClassCharcByKey

      @Nonnull RecProcEquipRqmtClassCharcByKeyFluentHelper getRecProcEquipRqmtClassCharcByKey(UUID recipeProcessEquipRqmtUUID, String classInternalID, String charcInternalID)
      Deprecated.
      Fetch a single RecProcEquipRqmtClassCharc entity using key fields.
      Parameters:
      recipeProcessEquipRqmtUUID - Equipment Requirement GUID

      Constraints: Not nullable

      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      classInternalID - Internal Class Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single RecProcEquipRqmtClassCharc entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecProcParamValCharc

      @Nonnull RecProcParamValCharcFluentHelper getAllRecProcParamValCharc()
      Deprecated.
      Fetch multiple RecProcParamValCharc entities.
      Returns:
      A fluent helper to fetch multiple RecProcParamValCharc entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecProcParamValCharcByKey

      @Nonnull RecProcParamValCharcByKeyFluentHelper getRecProcParamValCharcByKey(UUID recipeProcessParamValUUID, String charcInternalID, String classType)
      Deprecated.
      Fetch a single RecProcParamValCharc entity using key fields.
      Parameters:
      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      recipeProcessParamValUUID - Process Parameter Value Key

      Constraints: Not nullable

      classType - Class Type

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single RecProcParamValCharc entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecProcParamValCharcValue

      @Nonnull RecProcParamValCharcValueFluentHelper getAllRecProcParamValCharcValue()
      Deprecated.
      Fetch multiple RecProcParamValCharcValue entities.
      Returns:
      A fluent helper to fetch multiple RecProcParamValCharcValue entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecProcParamValCharcValueByKey

      @Nonnull RecProcParamValCharcValueByKeyFluentHelper getRecProcParamValCharcValueByKey(UUID recipeProcessParamValUUID, String classType, String charcInternalID, String charcValuePositionNumber)
      Deprecated.
      Fetch a single RecProcParamValCharcValue entity using key fields.
      Parameters:
      charcValuePositionNumber - Characteristic value counter

      Constraints: Not nullable, Maximum length: 3

      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      recipeProcessParamValUUID - Process Parameter Value Key

      Constraints: Not nullable

      classType - Class Type

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single RecProcParamValCharcValue entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecProcParamValClass

      @Nonnull RecProcParamValClassFluentHelper getAllRecProcParamValClass()
      Deprecated.
      Fetch multiple RecProcParamValClass entities.
      Returns:
      A fluent helper to fetch multiple RecProcParamValClass entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecProcParamValClassByKey

      @Nonnull RecProcParamValClassByKeyFluentHelper getRecProcParamValClassByKey(UUID recipeProcessParamValUUID, String classInternalID)
      Deprecated.
      Fetch a single RecProcParamValClass entity using key fields.
      Parameters:
      recipeProcessParamValUUID - Process Parameter Value Key

      Constraints: Not nullable

      classInternalID - Internal Class Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single RecProcParamValClass entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllRecProcParamValClassCharc

      @Nonnull RecProcParamValClassCharcFluentHelper getAllRecProcParamValClassCharc()
      Deprecated.
      Fetch multiple RecProcParamValClassCharc entities.
      Returns:
      A fluent helper to fetch multiple RecProcParamValClassCharc entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getRecProcParamValClassCharcByKey

      @Nonnull RecProcParamValClassCharcByKeyFluentHelper getRecProcParamValClassCharcByKey(UUID recipeProcessParamValUUID, String classInternalID, String charcInternalID)
      Deprecated.
      Fetch a single RecProcParamValClassCharc entity using key fields.
      Parameters:
      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      recipeProcessParamValUUID - Process Parameter Value Key

      Constraints: Not nullable

      classInternalID - Internal Class Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single RecProcParamValClassCharc entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.