@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultRecipeHeaderAndFormulaService") public class DefaultRecipeHeaderAndFormulaService extends Object implements RecipeHeaderAndFormulaService
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..
Reference: SAP API Business Hub
OData Service: | API_RECIPE |
API Version: | 1 |
Communication Scenario: | Product Lifecycle Management - Recipe Development Integration (SAP_COM_0136) |
Scope Items: | Specification Management for Recipes (1QA), Formulation - Recipe Development (1QC) |
Authentication Methods: | Basic, x509 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultRecipeHeaderAndFormulaService()
Creates a service using
RecipeHeaderAndFormulaService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultRecipeHeaderAndFormulaService()
RecipeHeaderAndFormulaService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultRecipeHeaderAndFormulaService withServicePath(@Nonnull String servicePath)
RecipeHeaderAndFormulaService
withServicePath
in interface RecipeHeaderAndFormulaService
servicePath
- Service path that will override the default.@Nonnull public DefaultRecipeHeaderAndFormulaServiceBatch batch()
batch
in interface BatchService<RecipeHeaderAndFormulaServiceBatch>
@Nonnull public RecipeFluentHelper getAllRecipe()
RecipeHeaderAndFormulaService
Recipe
entities.getAllRecipe
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeByKeyFluentHelper getRecipeByKey(UUID recipeUUID)
RecipeHeaderAndFormulaService
Recipe
entity using key fields.getRecipeByKey
in interface RecipeHeaderAndFormulaService
recipeUUID
- Common Recipe GUID
Constraints: Not nullable
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.@Nonnull public RecipeCreateFluentHelper createRecipe(@Nonnull Recipe recipe)
RecipeHeaderAndFormulaService
Recipe
entity and save it to the S/4HANA system.createRecipe
in interface RecipeHeaderAndFormulaService
recipe
- Recipe
entity object that will be created in the S/4HANA system.Recipe
entity.
To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeUpdateFluentHelper updateRecipe(@Nonnull Recipe recipe)
RecipeHeaderAndFormulaService
Recipe
entity and save it to the S/4HANA system.updateRecipe
in interface RecipeHeaderAndFormulaService
recipe
- Recipe
entity object that will be updated in the S/4HANA system.Recipe
entity.
To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeDeleteFluentHelper deleteRecipe(@Nonnull Recipe recipe)
RecipeHeaderAndFormulaService
Recipe
entity in the S/4HANA system.deleteRecipe
in interface RecipeHeaderAndFormulaService
recipe
- Recipe
entity object that will be deleted in the S/4HANA system.Recipe
entity.
To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeCharcFluentHelper getAllRecipeCharc()
RecipeHeaderAndFormulaService
RecipeCharc
entities.getAllRecipeCharc
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeCharcByKeyFluentHelper getRecipeCharcByKey(UUID recipeUUID, String charcInternalID, String classType)
RecipeHeaderAndFormulaService
RecipeCharc
entity using key fields.getRecipeCharcByKey
in interface RecipeHeaderAndFormulaService
recipeUUID
- Common Recipe GUID
Constraints: Not nullable
charcInternalID
- Internal characteristic number without conversion routine
Constraints: Not nullable, Maximum length: 10
classType
- Uniquely identifies the class type
Constraints: Not nullable, Maximum length: 3
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.@Nonnull public RecipeCharcValueFluentHelper getAllRecipeCharcValue()
RecipeHeaderAndFormulaService
RecipeCharcValue
entities.getAllRecipeCharcValue
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeCharcValueByKeyFluentHelper getRecipeCharcValueByKey(UUID recipeUUID, String classType, String charcInternalID, String charcValuePositionNumber)
RecipeHeaderAndFormulaService
RecipeCharcValue
entity using key fields.getRecipeCharcValueByKey
in interface RecipeHeaderAndFormulaService
recipeUUID
- Common Recipe GUID
Constraints: Not nullable
classType
- Uniquely identifies the class type
Constraints: Not nullable, Maximum length: 3
charcInternalID
- Internal characteristic number without conversion routine
Constraints: Not nullable, Maximum length: 10
charcValuePositionNumber
- Characteristic value counter
Constraints: Not nullable, Maximum length: 3
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.@Nonnull public RecipeClassFluentHelper getAllRecipeClass()
RecipeHeaderAndFormulaService
RecipeClass
entities.getAllRecipeClass
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeClassByKeyFluentHelper getRecipeClassByKey(UUID recipeUUID, String classInternalID)
RecipeHeaderAndFormulaService
RecipeClass
entity using key fields.getRecipeClassByKey
in interface RecipeHeaderAndFormulaService
recipeUUID
- Common Recipe GUID
Constraints: Not nullable
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
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.@Nonnull public RecipeClassCharcFluentHelper getAllRecipeClassCharc()
RecipeHeaderAndFormulaService
RecipeClassCharc
entities.getAllRecipeClassCharc
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeClassCharcByKeyFluentHelper getRecipeClassCharcByKey(UUID recipeUUID, String classInternalID, String charcInternalID)
RecipeHeaderAndFormulaService
RecipeClassCharc
entity using key fields.getRecipeClassCharcByKey
in interface RecipeHeaderAndFormulaService
recipeUUID
- Common Recipe GUID
Constraints: Not nullable
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
charcInternalID
- Internal characteristic number without conversion routine
Constraints: Not nullable, Maximum length: 10
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.@Nonnull public RecipeFormulaItemFluentHelper getAllRecipeFormulaItem()
RecipeHeaderAndFormulaService
RecipeFormulaItem
entities.getAllRecipeFormulaItem
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeFormulaItemByKeyFluentHelper getRecipeFormulaItemByKey(UUID rcpFmlaItemUUID)
RecipeHeaderAndFormulaService
RecipeFormulaItem
entity using key fields.getRecipeFormulaItemByKey
in interface RecipeHeaderAndFormulaService
rcpFmlaItemUUID
- Formula Item GUID
Constraints: Not nullable
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.@Nonnull public RecipeFormulaItemCreateFluentHelper createRecipeFormulaItem(@Nonnull RecipeFormulaItem recipeFormulaItem)
RecipeHeaderAndFormulaService
RecipeFormulaItem
entity and save it to the S/4HANA system.createRecipeFormulaItem
in interface RecipeHeaderAndFormulaService
recipeFormulaItem
- RecipeFormulaItem
entity object that will be created in the S/4HANA system.RecipeFormulaItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeFormulaItemUpdateFluentHelper updateRecipeFormulaItem(@Nonnull RecipeFormulaItem recipeFormulaItem)
RecipeHeaderAndFormulaService
RecipeFormulaItem
entity and save it to the S/4HANA system.updateRecipeFormulaItem
in interface RecipeHeaderAndFormulaService
recipeFormulaItem
- RecipeFormulaItem
entity object that will be updated in the S/4HANA system.RecipeFormulaItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeFormulaItemDeleteFluentHelper deleteRecipeFormulaItem(@Nonnull RecipeFormulaItem recipeFormulaItem)
RecipeHeaderAndFormulaService
RecipeFormulaItem
entity in the S/4HANA system.deleteRecipeFormulaItem
in interface RecipeHeaderAndFormulaService
recipeFormulaItem
- RecipeFormulaItem
entity object that will be deleted in the S/4HANA system.RecipeFormulaItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessElementFluentHelper getAllRecipeProcessElement()
RecipeHeaderAndFormulaService
RecipeProcessElement
entities.getAllRecipeProcessElement
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeProcessElementByKeyFluentHelper getRecipeProcessElementByKey(UUID recipeProcessElementUUID)
RecipeHeaderAndFormulaService
RecipeProcessElement
entity using key fields.getRecipeProcessElementByKey
in interface RecipeHeaderAndFormulaService
recipeProcessElementUUID
- Process Element GUID
Constraints: Not nullable
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.@Nonnull public RecipeProcessElementCreateFluentHelper createRecipeProcessElement(@Nonnull RecipeProcessElement recipeProcessElement)
RecipeHeaderAndFormulaService
RecipeProcessElement
entity and save it to the S/4HANA system.createRecipeProcessElement
in interface RecipeHeaderAndFormulaService
recipeProcessElement
- RecipeProcessElement
entity object that will be created in the S/4HANA system.RecipeProcessElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessElementUpdateFluentHelper updateRecipeProcessElement(@Nonnull RecipeProcessElement recipeProcessElement)
RecipeHeaderAndFormulaService
RecipeProcessElement
entity and save it to the S/4HANA system.updateRecipeProcessElement
in interface RecipeHeaderAndFormulaService
recipeProcessElement
- RecipeProcessElement
entity object that will be updated in the S/4HANA system.RecipeProcessElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessElementDeleteFluentHelper deleteRecipeProcessElement(@Nonnull RecipeProcessElement recipeProcessElement)
RecipeHeaderAndFormulaService
RecipeProcessElement
entity in the S/4HANA system.deleteRecipeProcessElement
in interface RecipeHeaderAndFormulaService
recipeProcessElement
- RecipeProcessElement
entity object that will be deleted in the S/4HANA system.RecipeProcessElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessElementTextFluentHelper getAllRecipeProcessElementText()
RecipeHeaderAndFormulaService
RecipeProcessElementText
entities.getAllRecipeProcessElementText
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeProcessElementTextByKeyFluentHelper getRecipeProcessElementTextByKey(UUID recipeProcessElementUUID, String language)
RecipeHeaderAndFormulaService
RecipeProcessElementText
entity using key fields.getRecipeProcessElementTextByKey
in interface RecipeHeaderAndFormulaService
recipeProcessElementUUID
- Process Element GUID
Constraints: Not nullable
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
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.@Nonnull public RecipeProcessElementTextCreateFluentHelper createRecipeProcessElementText(@Nonnull RecipeProcessElementText recipeProcessElementText)
RecipeHeaderAndFormulaService
RecipeProcessElementText
entity and save it to the S/4HANA system.createRecipeProcessElementText
in interface RecipeHeaderAndFormulaService
recipeProcessElementText
- RecipeProcessElementText
entity object that will be created in the S/4HANA system.RecipeProcessElementText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessElementTextUpdateFluentHelper updateRecipeProcessElementText(@Nonnull RecipeProcessElementText recipeProcessElementText)
RecipeHeaderAndFormulaService
RecipeProcessElementText
entity and save it to the S/4HANA system.updateRecipeProcessElementText
in interface RecipeHeaderAndFormulaService
recipeProcessElementText
- RecipeProcessElementText
entity object that will be updated in the S/4HANA system.RecipeProcessElementText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessElementTextDeleteFluentHelper deleteRecipeProcessElementText(@Nonnull RecipeProcessElementText recipeProcessElementText)
RecipeHeaderAndFormulaService
RecipeProcessElementText
entity in the S/4HANA system.deleteRecipeProcessElementText
in interface RecipeHeaderAndFormulaService
recipeProcessElementText
- RecipeProcessElementText
entity object that will be deleted in the S/4HANA system.RecipeProcessElementText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessEquipRqmtFluentHelper getAllRecipeProcessEquipRqmt()
RecipeHeaderAndFormulaService
RecipeProcessEquipRqmt
entities.getAllRecipeProcessEquipRqmt
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeProcessEquipRqmtByKeyFluentHelper getRecipeProcessEquipRqmtByKey(UUID recipeProcessEquipRqmtUUID)
RecipeHeaderAndFormulaService
RecipeProcessEquipRqmt
entity using key fields.getRecipeProcessEquipRqmtByKey
in interface RecipeHeaderAndFormulaService
recipeProcessEquipRqmtUUID
- Equipment Requirement GUID
Constraints: Not nullable
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.@Nonnull public RecipeProcessEquipRqmtCreateFluentHelper createRecipeProcessEquipRqmt(@Nonnull RecipeProcessEquipRqmt recipeProcessEquipRqmt)
RecipeHeaderAndFormulaService
RecipeProcessEquipRqmt
entity and save it to the S/4HANA system.createRecipeProcessEquipRqmt
in interface RecipeHeaderAndFormulaService
recipeProcessEquipRqmt
- RecipeProcessEquipRqmt
entity object that will be created in the S/4HANA system.RecipeProcessEquipRqmt
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessEquipRqmtUpdateFluentHelper updateRecipeProcessEquipRqmt(@Nonnull RecipeProcessEquipRqmt recipeProcessEquipRqmt)
RecipeHeaderAndFormulaService
RecipeProcessEquipRqmt
entity and save it to the S/4HANA system.updateRecipeProcessEquipRqmt
in interface RecipeHeaderAndFormulaService
recipeProcessEquipRqmt
- RecipeProcessEquipRqmt
entity object that will be updated in the S/4HANA system.RecipeProcessEquipRqmt
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessEquipRqmtDeleteFluentHelper deleteRecipeProcessEquipRqmt(@Nonnull RecipeProcessEquipRqmt recipeProcessEquipRqmt)
RecipeHeaderAndFormulaService
RecipeProcessEquipRqmt
entity in the S/4HANA system.deleteRecipeProcessEquipRqmt
in interface RecipeHeaderAndFormulaService
recipeProcessEquipRqmt
- RecipeProcessEquipRqmt
entity object that will be deleted in the S/4HANA system.RecipeProcessEquipRqmt
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessEquipRqmtTextFluentHelper getAllRecipeProcessEquipRqmtText()
RecipeHeaderAndFormulaService
RecipeProcessEquipRqmtText
entities.getAllRecipeProcessEquipRqmtText
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeProcessEquipRqmtTextByKeyFluentHelper getRecipeProcessEquipRqmtTextByKey(UUID recipeProcessEquipRqmtUUID, String language)
RecipeHeaderAndFormulaService
RecipeProcessEquipRqmtText
entity using key fields.getRecipeProcessEquipRqmtTextByKey
in interface RecipeHeaderAndFormulaService
recipeProcessEquipRqmtUUID
- Equipment Requirement GUID
Constraints: Not nullable
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
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.@Nonnull public RecipeProcessEquipRqmtTextCreateFluentHelper createRecipeProcessEquipRqmtText(@Nonnull RecipeProcessEquipRqmtText recipeProcessEquipRqmtText)
RecipeHeaderAndFormulaService
RecipeProcessEquipRqmtText
entity and save it to the S/4HANA system.createRecipeProcessEquipRqmtText
in interface RecipeHeaderAndFormulaService
recipeProcessEquipRqmtText
- RecipeProcessEquipRqmtText
entity object that will be created in the S/4HANA system.RecipeProcessEquipRqmtText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessEquipRqmtTextUpdateFluentHelper updateRecipeProcessEquipRqmtText(@Nonnull RecipeProcessEquipRqmtText recipeProcessEquipRqmtText)
RecipeHeaderAndFormulaService
RecipeProcessEquipRqmtText
entity and save it to the S/4HANA system.updateRecipeProcessEquipRqmtText
in interface RecipeHeaderAndFormulaService
recipeProcessEquipRqmtText
- RecipeProcessEquipRqmtText
entity object that will be updated in the S/4HANA system.RecipeProcessEquipRqmtText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessEquipRqmtTextDeleteFluentHelper deleteRecipeProcessEquipRqmtText(@Nonnull RecipeProcessEquipRqmtText recipeProcessEquipRqmtText)
RecipeHeaderAndFormulaService
RecipeProcessEquipRqmtText
entity in the S/4HANA system.deleteRecipeProcessEquipRqmtText
in interface RecipeHeaderAndFormulaService
recipeProcessEquipRqmtText
- RecipeProcessEquipRqmtText
entity object that will be deleted in the S/4HANA system.RecipeProcessEquipRqmtText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessParamFluentHelper getAllRecipeProcessParam()
RecipeHeaderAndFormulaService
RecipeProcessParam
entities.getAllRecipeProcessParam
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeProcessParamByKeyFluentHelper getRecipeProcessParamByKey(UUID recipeProcessParamUUID)
RecipeHeaderAndFormulaService
RecipeProcessParam
entity using key fields.getRecipeProcessParamByKey
in interface RecipeHeaderAndFormulaService
recipeProcessParamUUID
- Process Parameter Master Data Key
Constraints: Not nullable
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.@Nonnull public RecipeProcessParamTextFluentHelper getAllRecipeProcessParamText()
RecipeHeaderAndFormulaService
RecipeProcessParamText
entities.getAllRecipeProcessParamText
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeProcessParamTextByKeyFluentHelper getRecipeProcessParamTextByKey(UUID recipeProcessParamUUID, String language)
RecipeHeaderAndFormulaService
RecipeProcessParamText
entity using key fields.getRecipeProcessParamTextByKey
in interface RecipeHeaderAndFormulaService
recipeProcessParamUUID
- Process Parameter Master Data Key
Constraints: Not nullable
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
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.@Nonnull public RecipeProcessParamValueFluentHelper getAllRecipeProcessParamValue()
RecipeHeaderAndFormulaService
RecipeProcessParamValue
entities.getAllRecipeProcessParamValue
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeProcessParamValueByKeyFluentHelper getRecipeProcessParamValueByKey(UUID recipeProcessParamValUUID)
RecipeHeaderAndFormulaService
RecipeProcessParamValue
entity using key fields.getRecipeProcessParamValueByKey
in interface RecipeHeaderAndFormulaService
recipeProcessParamValUUID
- Process Parameter Value Key
Constraints: Not nullable
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.@Nonnull public RecipeProcessParamValueCreateFluentHelper createRecipeProcessParamValue(@Nonnull RecipeProcessParamValue recipeProcessParamValue)
RecipeHeaderAndFormulaService
RecipeProcessParamValue
entity and save it to the S/4HANA system.createRecipeProcessParamValue
in interface RecipeHeaderAndFormulaService
recipeProcessParamValue
- RecipeProcessParamValue
entity object that will be created in the S/4HANA system.RecipeProcessParamValue
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessParamValueUpdateFluentHelper updateRecipeProcessParamValue(@Nonnull RecipeProcessParamValue recipeProcessParamValue)
RecipeHeaderAndFormulaService
RecipeProcessParamValue
entity and save it to the S/4HANA system.updateRecipeProcessParamValue
in interface RecipeHeaderAndFormulaService
recipeProcessParamValue
- RecipeProcessParamValue
entity object that will be updated in the S/4HANA system.RecipeProcessParamValue
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessParamValueDeleteFluentHelper deleteRecipeProcessParamValue(@Nonnull RecipeProcessParamValue recipeProcessParamValue)
RecipeHeaderAndFormulaService
RecipeProcessParamValue
entity in the S/4HANA system.deleteRecipeProcessParamValue
in interface RecipeHeaderAndFormulaService
recipeProcessParamValue
- RecipeProcessParamValue
entity object that will be deleted in the S/4HANA system.RecipeProcessParamValue
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessParamValueTxtFluentHelper getAllRecipeProcessParamValueTxt()
RecipeHeaderAndFormulaService
RecipeProcessParamValueTxt
entities.getAllRecipeProcessParamValueTxt
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeProcessParamValueTxtByKeyFluentHelper getRecipeProcessParamValueTxtByKey(UUID recipeProcessParamValUUID, String language)
RecipeHeaderAndFormulaService
RecipeProcessParamValueTxt
entity using key fields.getRecipeProcessParamValueTxtByKey
in interface RecipeHeaderAndFormulaService
recipeProcessParamValUUID
- Process Parameter Value Key
Constraints: Not nullable
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
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.@Nonnull public RecipeProcessParamValueTxtCreateFluentHelper createRecipeProcessParamValueTxt(@Nonnull RecipeProcessParamValueTxt recipeProcessParamValueTxt)
RecipeHeaderAndFormulaService
RecipeProcessParamValueTxt
entity and save it to the S/4HANA system.createRecipeProcessParamValueTxt
in interface RecipeHeaderAndFormulaService
recipeProcessParamValueTxt
- RecipeProcessParamValueTxt
entity object that will be created in the S/4HANA system.RecipeProcessParamValueTxt
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessParamValueTxtUpdateFluentHelper updateRecipeProcessParamValueTxt(@Nonnull RecipeProcessParamValueTxt recipeProcessParamValueTxt)
RecipeHeaderAndFormulaService
RecipeProcessParamValueTxt
entity and save it to the S/4HANA system.updateRecipeProcessParamValueTxt
in interface RecipeHeaderAndFormulaService
recipeProcessParamValueTxt
- RecipeProcessParamValueTxt
entity object that will be updated in the S/4HANA system.RecipeProcessParamValueTxt
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeProcessParamValueTxtDeleteFluentHelper deleteRecipeProcessParamValueTxt(@Nonnull RecipeProcessParamValueTxt recipeProcessParamValueTxt)
RecipeHeaderAndFormulaService
RecipeProcessParamValueTxt
entity in the S/4HANA system.deleteRecipeProcessParamValueTxt
in interface RecipeHeaderAndFormulaService
recipeProcessParamValueTxt
- RecipeProcessParamValueTxt
entity object that will be deleted in the S/4HANA system.RecipeProcessParamValueTxt
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeTextFluentHelper getAllRecipeText()
RecipeHeaderAndFormulaService
RecipeText
entities.getAllRecipeText
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecipeTextByKeyFluentHelper getRecipeTextByKey(UUID recipeUUID, String language)
RecipeHeaderAndFormulaService
RecipeText
entity using key fields.getRecipeTextByKey
in interface RecipeHeaderAndFormulaService
recipeUUID
- Common Recipe GUID
Constraints: Not nullable
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
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.@Nonnull public RecipeTextCreateFluentHelper createRecipeText(@Nonnull RecipeText recipeText)
RecipeHeaderAndFormulaService
RecipeText
entity and save it to the S/4HANA system.createRecipeText
in interface RecipeHeaderAndFormulaService
recipeText
- RecipeText
entity object that will be created in the S/4HANA system.RecipeText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeTextUpdateFluentHelper updateRecipeText(@Nonnull RecipeText recipeText)
RecipeHeaderAndFormulaService
RecipeText
entity and save it to the S/4HANA system.updateRecipeText
in interface RecipeHeaderAndFormulaService
recipeText
- RecipeText
entity object that will be updated in the S/4HANA system.RecipeText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecipeTextDeleteFluentHelper deleteRecipeText(@Nonnull RecipeText recipeText)
RecipeHeaderAndFormulaService
RecipeText
entity in the S/4HANA system.deleteRecipeText
in interface RecipeHeaderAndFormulaService
recipeText
- RecipeText
entity object that will be deleted in the S/4HANA system.RecipeText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public RecProcEquipRqmtCharcFluentHelper getAllRecProcEquipRqmtCharc()
RecipeHeaderAndFormulaService
RecProcEquipRqmtCharc
entities.getAllRecProcEquipRqmtCharc
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecProcEquipRqmtCharcByKeyFluentHelper getRecProcEquipRqmtCharcByKey(UUID recipeProcessEquipRqmtUUID, String charcInternalID, String classType)
RecipeHeaderAndFormulaService
RecProcEquipRqmtCharc
entity using key fields.getRecProcEquipRqmtCharcByKey
in interface RecipeHeaderAndFormulaService
recipeProcessEquipRqmtUUID
- Equipment Requirement GUID
Constraints: Not nullable
charcInternalID
- Internal characteristic number without conversion routine
Constraints: Not nullable, Maximum length: 10
classType
- Uniquely identifies the class type
Constraints: Not nullable, Maximum length: 3
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.@Nonnull public RecProcEquipRqmtCharcValueFluentHelper getAllRecProcEquipRqmtCharcValue()
RecipeHeaderAndFormulaService
RecProcEquipRqmtCharcValue
entities.getAllRecProcEquipRqmtCharcValue
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecProcEquipRqmtCharcValueByKeyFluentHelper getRecProcEquipRqmtCharcValueByKey(UUID recipeProcessEquipRqmtUUID, String classType, String charcInternalID, String charcValuePositionNumber)
RecipeHeaderAndFormulaService
RecProcEquipRqmtCharcValue
entity using key fields.getRecProcEquipRqmtCharcValueByKey
in interface RecipeHeaderAndFormulaService
recipeProcessEquipRqmtUUID
- Equipment Requirement GUID
Constraints: Not nullable
classType
- Uniquely identifies the class type
Constraints: Not nullable, Maximum length: 3
charcInternalID
- Internal characteristic number without conversion routine
Constraints: Not nullable, Maximum length: 10
charcValuePositionNumber
- Characteristic value counter
Constraints: Not nullable, Maximum length: 3
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.@Nonnull public RecProcEquipRqmtClassFluentHelper getAllRecProcEquipRqmtClass()
RecipeHeaderAndFormulaService
RecProcEquipRqmtClass
entities.getAllRecProcEquipRqmtClass
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecProcEquipRqmtClassByKeyFluentHelper getRecProcEquipRqmtClassByKey(UUID recipeProcessEquipRqmtUUID, String classInternalID)
RecipeHeaderAndFormulaService
RecProcEquipRqmtClass
entity using key fields.getRecProcEquipRqmtClassByKey
in interface RecipeHeaderAndFormulaService
recipeProcessEquipRqmtUUID
- Equipment Requirement GUID
Constraints: Not nullable
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
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.@Nonnull public RecProcEquipRqmtClassCharcFluentHelper getAllRecProcEquipRqmtClassCharc()
RecipeHeaderAndFormulaService
RecProcEquipRqmtClassCharc
entities.getAllRecProcEquipRqmtClassCharc
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecProcEquipRqmtClassCharcByKeyFluentHelper getRecProcEquipRqmtClassCharcByKey(UUID recipeProcessEquipRqmtUUID, String classInternalID, String charcInternalID)
RecipeHeaderAndFormulaService
RecProcEquipRqmtClassCharc
entity using key fields.getRecProcEquipRqmtClassCharcByKey
in interface RecipeHeaderAndFormulaService
recipeProcessEquipRqmtUUID
- Equipment Requirement GUID
Constraints: Not nullable
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
charcInternalID
- Internal characteristic number without conversion routine
Constraints: Not nullable, Maximum length: 10
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.@Nonnull public RecProcParamValCharcFluentHelper getAllRecProcParamValCharc()
RecipeHeaderAndFormulaService
RecProcParamValCharc
entities.getAllRecProcParamValCharc
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecProcParamValCharcByKeyFluentHelper getRecProcParamValCharcByKey(UUID recipeProcessParamValUUID, String charcInternalID, String classType)
RecipeHeaderAndFormulaService
RecProcParamValCharc
entity using key fields.getRecProcParamValCharcByKey
in interface RecipeHeaderAndFormulaService
recipeProcessParamValUUID
- Process Parameter Value Key
Constraints: Not nullable
charcInternalID
- Internal characteristic number without conversion routine
Constraints: Not nullable, Maximum length: 10
classType
- Uniquely identifies the class type
Constraints: Not nullable, Maximum length: 3
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.@Nonnull public RecProcParamValCharcValueFluentHelper getAllRecProcParamValCharcValue()
RecipeHeaderAndFormulaService
RecProcParamValCharcValue
entities.getAllRecProcParamValCharcValue
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecProcParamValCharcValueByKeyFluentHelper getRecProcParamValCharcValueByKey(UUID recipeProcessParamValUUID, String classType, String charcInternalID, String charcValuePositionNumber)
RecipeHeaderAndFormulaService
RecProcParamValCharcValue
entity using key fields.getRecProcParamValCharcValueByKey
in interface RecipeHeaderAndFormulaService
recipeProcessParamValUUID
- Process Parameter Value Key
Constraints: Not nullable
classType
- Uniquely identifies the class type
Constraints: Not nullable, Maximum length: 3
charcInternalID
- Internal characteristic number without conversion routine
Constraints: Not nullable, Maximum length: 10
charcValuePositionNumber
- Characteristic value counter
Constraints: Not nullable, Maximum length: 3
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.@Nonnull public RecProcParamValClassFluentHelper getAllRecProcParamValClass()
RecipeHeaderAndFormulaService
RecProcParamValClass
entities.getAllRecProcParamValClass
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecProcParamValClassByKeyFluentHelper getRecProcParamValClassByKey(UUID recipeProcessParamValUUID, String classInternalID)
RecipeHeaderAndFormulaService
RecProcParamValClass
entity using key fields.getRecProcParamValClassByKey
in interface RecipeHeaderAndFormulaService
recipeProcessParamValUUID
- Process Parameter Value Key
Constraints: Not nullable
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
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.@Nonnull public RecProcParamValClassCharcFluentHelper getAllRecProcParamValClassCharc()
RecipeHeaderAndFormulaService
RecProcParamValClassCharc
entities.getAllRecProcParamValClassCharc
in interface RecipeHeaderAndFormulaService
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.@Nonnull public RecProcParamValClassCharcByKeyFluentHelper getRecProcParamValClassCharcByKey(UUID recipeProcessParamValUUID, String classInternalID, String charcInternalID)
RecipeHeaderAndFormulaService
RecProcParamValClassCharc
entity using key fields.getRecProcParamValClassCharcByKey
in interface RecipeHeaderAndFormulaService
recipeProcessParamValUUID
- Process Parameter Value Key
Constraints: Not nullable
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
charcInternalID
- Internal characteristic number without conversion routine
Constraints: Not nullable, Maximum length: 10
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.Copyright © 2020 SAP SE. All rights reserved.