public interface RecipeHeaderAndFormulaService
You use this service to read and modify recipe header data, recipe descriptions, process and formula items, and read recipe-related classification data.
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) |
RecipeFluentHelper getAllRecipe()
Recipe
entities.RecipeByKeyFluentHelper getRecipeByKey(UUID recipeUUID)
Recipe
entity using key fields.recipeUUID
- Common Recipe GUIDConstraints: 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.RecipeCreateFluentHelper createRecipe(Recipe recipe)
Recipe
entity and save it to the S/4HANA system.RecipeUpdateFluentHelper updateRecipe(Recipe recipe)
Recipe
entity and save it to the S/4HANA system.RecipeDeleteFluentHelper deleteRecipe(Recipe recipe)
Recipe
entity in the S/4HANA system.RecipeCharcFluentHelper getAllRecipeCharc()
RecipeCharc
entities.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.RecipeCharcByKeyFluentHelper getRecipeCharcByKey(UUID recipeUUID, String charcInternalID, String classType)
RecipeCharc
entity using key fields.charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
recipeUUID
- classType
- Uniquely identifies the class typeConstraints: 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.RecipeCharcValueFluentHelper getAllRecipeCharcValue()
RecipeCharcValue
entities.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.RecipeCharcValueByKeyFluentHelper getRecipeCharcValueByKey(UUID recipeUUID, String classType, String charcInternalID, String charcValuePositionNumber)
RecipeCharcValue
entity using key fields.charcValuePositionNumber
- Characteristic value counterConstraints: Not nullable, Maximum length: 3
charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
recipeUUID
- classType
- Uniquely identifies the class typeConstraints: 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.RecipeCharcValueCreateFluentHelper createRecipeCharcValue(RecipeCharcValue recipeCharcValue)
RecipeCharcValue
entity and save it to the S/4HANA system.recipeCharcValue
- RecipeCharcValue
entity object that will be created in the S/4HANA system.RecipeCharcValue
entity. To perform execution, call the execute
method on the fluent helper object.RecipeCharcValueUpdateFluentHelper updateRecipeCharcValue(RecipeCharcValue recipeCharcValue)
RecipeCharcValue
entity and save it to the S/4HANA system.recipeCharcValue
- RecipeCharcValue
entity object that will be updated in the S/4HANA system.RecipeCharcValue
entity. To perform execution, call the execute
method on the fluent helper object.RecipeCharcValueDeleteFluentHelper deleteRecipeCharcValue(RecipeCharcValue recipeCharcValue)
RecipeCharcValue
entity in the S/4HANA system.recipeCharcValue
- RecipeCharcValue
entity object that will be deleted in the S/4HANA system.RecipeCharcValue
entity. To perform execution, call the execute
method on the fluent helper object.RecipeClassFluentHelper getAllRecipeClass()
RecipeClass
entities.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.RecipeClassByKeyFluentHelper getRecipeClassByKey(UUID recipeUUID, String classInternalID)
RecipeClass
entity using key fields.recipeUUID
- classInternalID
- Internal Class NumberConstraints: 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.RecipeClassCreateFluentHelper createRecipeClass(RecipeClass recipeClass)
RecipeClass
entity and save it to the S/4HANA system.recipeClass
- RecipeClass
entity object that will be created in the S/4HANA system.RecipeClass
entity. To perform execution, call the execute
method on the fluent helper object.RecipeClassDeleteFluentHelper deleteRecipeClass(RecipeClass recipeClass)
RecipeClass
entity in the S/4HANA system.recipeClass
- RecipeClass
entity object that will be deleted in the S/4HANA system.RecipeClass
entity. To perform execution, call the execute
method on the fluent helper object.RecipeClassCharcFluentHelper getAllRecipeClassCharc()
RecipeClassCharc
entities.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.RecipeClassCharcByKeyFluentHelper getRecipeClassCharcByKey(UUID recipeUUID, String classInternalID, String charcInternalID)
RecipeClassCharc
entity using key fields.charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
recipeUUID
- classInternalID
- Internal Class NumberConstraints: 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.RecipeFormulaItemFluentHelper getAllRecipeFormulaItem()
RecipeFormulaItem
entities.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.RecipeFormulaItemByKeyFluentHelper getRecipeFormulaItemByKey(UUID rcpFmlaItemUUID)
RecipeFormulaItem
entity using key fields.rcpFmlaItemUUID
- Formula Item GUIDConstraints: 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.RecipeFormulaItemCreateFluentHelper createRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem)
RecipeFormulaItem
entity and save it to the S/4HANA system.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.RecipeFormulaItemUpdateFluentHelper updateRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem)
RecipeFormulaItem
entity and save it to the S/4HANA system.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.RecipeFormulaItemDeleteFluentHelper deleteRecipeFormulaItem(RecipeFormulaItem recipeFormulaItem)
RecipeFormulaItem
entity in the S/4HANA system.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.RecipeProcessElementFluentHelper getAllRecipeProcessElement()
RecipeProcessElement
entities.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.RecipeProcessElementByKeyFluentHelper getRecipeProcessElementByKey(UUID recipeProcessElementUUID)
RecipeProcessElement
entity using key fields.recipeProcessElementUUID
- Process Element GUIDConstraints: 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.RecipeProcessElementCreateFluentHelper createRecipeProcessElement(RecipeProcessElement recipeProcessElement)
RecipeProcessElement
entity and save it to the S/4HANA system.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.RecipeProcessElementUpdateFluentHelper updateRecipeProcessElement(RecipeProcessElement recipeProcessElement)
RecipeProcessElement
entity and save it to the S/4HANA system.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.RecipeProcessElementDeleteFluentHelper deleteRecipeProcessElement(RecipeProcessElement recipeProcessElement)
RecipeProcessElement
entity in the S/4HANA system.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.RecipeProcessElementTextFluentHelper getAllRecipeProcessElementText()
RecipeProcessElementText
entities.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.RecipeProcessElementTextByKeyFluentHelper getRecipeProcessElementTextByKey(UUID recipeProcessElementUUID, String language)
RecipeProcessElementText
entity using key fields.recipeProcessElementUUID
- Process GUIDConstraints: Not nullable
language
- The language key indicatesConstraints: 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.RecipeProcessElementTextCreateFluentHelper createRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText)
RecipeProcessElementText
entity and save it to the S/4HANA system.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.RecipeProcessElementTextUpdateFluentHelper updateRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText)
RecipeProcessElementText
entity and save it to the S/4HANA system.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.RecipeProcessElementTextDeleteFluentHelper deleteRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText)
RecipeProcessElementText
entity in the S/4HANA system.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.RecipeProcessEquipRqmtFluentHelper getAllRecipeProcessEquipRqmt()
RecipeProcessEquipRqmt
entities.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.RecipeProcessEquipRqmtByKeyFluentHelper getRecipeProcessEquipRqmtByKey(UUID recipeProcessEquipRqmtUUID)
RecipeProcessEquipRqmt
entity using key fields.recipeProcessEquipRqmtUUID
- Equipment Requirement GUIDConstraints: 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.RecipeProcessEquipRqmtCreateFluentHelper createRecipeProcessEquipRqmt(RecipeProcessEquipRqmt recipeProcessEquipRqmt)
RecipeProcessEquipRqmt
entity and save it to the S/4HANA system.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.RecipeProcessEquipRqmtUpdateFluentHelper updateRecipeProcessEquipRqmt(RecipeProcessEquipRqmt recipeProcessEquipRqmt)
RecipeProcessEquipRqmt
entity and save it to the S/4HANA system.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.RecipeProcessEquipRqmtDeleteFluentHelper deleteRecipeProcessEquipRqmt(RecipeProcessEquipRqmt recipeProcessEquipRqmt)
RecipeProcessEquipRqmt
entity in the S/4HANA system.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.RecipeProcessEquipRqmtTextFluentHelper getAllRecipeProcessEquipRqmtText()
RecipeProcessEquipRqmtText
entities.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.RecipeProcessEquipRqmtTextByKeyFluentHelper getRecipeProcessEquipRqmtTextByKey(UUID recipeProcessEquipRqmtUUID, String language)
RecipeProcessEquipRqmtText
entity using key fields.recipeProcessEquipRqmtUUID
- Process GUIDConstraints: Not nullable
language
- The language key indicatesConstraints: 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.RecipeProcessEquipRqmtTextCreateFluentHelper createRecipeProcessEquipRqmtText(RecipeProcessEquipRqmtText recipeProcessEquipRqmtText)
RecipeProcessEquipRqmtText
entity and save it to the S/4HANA system.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.RecipeProcessEquipRqmtTextUpdateFluentHelper updateRecipeProcessEquipRqmtText(RecipeProcessEquipRqmtText recipeProcessEquipRqmtText)
RecipeProcessEquipRqmtText
entity and save it to the S/4HANA system.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.RecipeProcessEquipRqmtTextDeleteFluentHelper deleteRecipeProcessEquipRqmtText(RecipeProcessEquipRqmtText recipeProcessEquipRqmtText)
RecipeProcessEquipRqmtText
entity in the S/4HANA system.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.RecipeProcessParamFluentHelper getAllRecipeProcessParam()
RecipeProcessParam
entities.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.RecipeProcessParamByKeyFluentHelper getRecipeProcessParamByKey(UUID recipeProcessParamUUID)
RecipeProcessParam
entity using key fields.recipeProcessParamUUID
- Process Parameter Master Data KeyConstraints: 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.RecipeProcessParamValueFluentHelper getAllRecipeProcessParamValue()
RecipeProcessParamValue
entities.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.RecipeProcessParamValueByKeyFluentHelper getRecipeProcessParamValueByKey(UUID recipeProcessParamValUUID)
RecipeProcessParamValue
entity using key fields.recipeProcessParamValUUID
- Process Parameter Value KeyConstraints: 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.RecipeProcessParamValueCreateFluentHelper createRecipeProcessParamValue(RecipeProcessParamValue recipeProcessParamValue)
RecipeProcessParamValue
entity and save it to the S/4HANA system.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.RecipeProcessParamValueUpdateFluentHelper updateRecipeProcessParamValue(RecipeProcessParamValue recipeProcessParamValue)
RecipeProcessParamValue
entity and save it to the S/4HANA system.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.RecipeProcessParamValueDeleteFluentHelper deleteRecipeProcessParamValue(RecipeProcessParamValue recipeProcessParamValue)
RecipeProcessParamValue
entity in the S/4HANA system.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.RecipeProcessParamValueTxtFluentHelper getAllRecipeProcessParamValueTxt()
RecipeProcessParamValueTxt
entities.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.RecipeProcessParamValueTxtByKeyFluentHelper getRecipeProcessParamValueTxtByKey(UUID recipeProcessParamValUUID, String language)
RecipeProcessParamValueTxt
entity using key fields.recipeProcessParamValUUID
- Process GUIDConstraints: Not nullable
language
- The language key indicatesConstraints: 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.RecipeProcessParamValueTxtCreateFluentHelper createRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt)
RecipeProcessParamValueTxt
entity and save it to the S/4HANA system.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.RecipeProcessParamValueTxtUpdateFluentHelper updateRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt)
RecipeProcessParamValueTxt
entity and save it to the S/4HANA system.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.RecipeProcessParamValueTxtDeleteFluentHelper deleteRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt)
RecipeProcessParamValueTxt
entity in the S/4HANA system.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.RecipeTextFluentHelper getAllRecipeText()
RecipeText
entities.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.RecipeTextByKeyFluentHelper getRecipeTextByKey(UUID recipeUUID, String language)
RecipeText
entity using key fields.recipeUUID
- Common Recipe GUIDConstraints: Not nullable
language
- The language key indicatesConstraints: 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.RecipeTextCreateFluentHelper createRecipeText(RecipeText recipeText)
RecipeText
entity and save it to the S/4HANA system.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.RecipeTextUpdateFluentHelper updateRecipeText(RecipeText recipeText)
RecipeText
entity and save it to the S/4HANA system.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.RecipeTextDeleteFluentHelper deleteRecipeText(RecipeText recipeText)
RecipeText
entity in the S/4HANA system.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.RecProcEquipRqmtCharcFluentHelper getAllRecProcEquipRqmtCharc()
RecProcEquipRqmtCharc
entities.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.RecProcEquipRqmtCharcByKeyFluentHelper getRecProcEquipRqmtCharcByKey(UUID recipeProcessEquipRqmtUUID, String charcInternalID, String classType)
RecProcEquipRqmtCharc
entity using key fields.recipeProcessEquipRqmtUUID
- charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
classType
- Uniquely identifies the class typeConstraints: 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.RecProcEquipRqmtCharcValueFluentHelper getAllRecProcEquipRqmtCharcValue()
RecProcEquipRqmtCharcValue
entities.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.RecProcEquipRqmtCharcValueByKeyFluentHelper getRecProcEquipRqmtCharcValueByKey(UUID recipeProcessEquipRqmtUUID, String classType, String charcInternalID, String charcValuePositionNumber)
RecProcEquipRqmtCharcValue
entity using key fields.recipeProcessEquipRqmtUUID
- charcValuePositionNumber
- Characteristic value counterConstraints: Not nullable, Maximum length: 3
charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
classType
- Uniquely identifies the class typeConstraints: 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.RecProcEquipRqmtClassFluentHelper getAllRecProcEquipRqmtClass()
RecProcEquipRqmtClass
entities.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.RecProcEquipRqmtClassByKeyFluentHelper getRecProcEquipRqmtClassByKey(UUID recipeProcessEquipRqmtUUID, String classInternalID)
RecProcEquipRqmtClass
entity using key fields.recipeProcessEquipRqmtUUID
- classInternalID
- Internal Class NumberConstraints: 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.RecProcEquipRqmtClassCharcFluentHelper getAllRecProcEquipRqmtClassCharc()
RecProcEquipRqmtClassCharc
entities.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.RecProcEquipRqmtClassCharcByKeyFluentHelper getRecProcEquipRqmtClassCharcByKey(UUID recipeProcessEquipRqmtUUID, String classInternalID, String charcInternalID)
RecProcEquipRqmtClassCharc
entity using key fields.recipeProcessEquipRqmtUUID
- charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
classInternalID
- Internal Class NumberConstraints: 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.RecProcParamValCharcFluentHelper getAllRecProcParamValCharc()
RecProcParamValCharc
entities.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.RecProcParamValCharcByKeyFluentHelper getRecProcParamValCharcByKey(UUID recipeProcessParamValUUID, String charcInternalID, String classType)
RecProcParamValCharc
entity using key fields.charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
recipeProcessParamValUUID
- classType
- Uniquely identifies the class typeConstraints: 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.RecProcParamValCharcValueFluentHelper getAllRecProcParamValCharcValue()
RecProcParamValCharcValue
entities.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.RecProcParamValCharcValueByKeyFluentHelper getRecProcParamValCharcValueByKey(UUID recipeProcessParamValUUID, String classType, String charcInternalID, String charcValuePositionNumber)
RecProcParamValCharcValue
entity using key fields.charcValuePositionNumber
- Characteristic value counterConstraints: Not nullable, Maximum length: 3
charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
recipeProcessParamValUUID
- classType
- Uniquely identifies the class typeConstraints: 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.RecProcParamValClassFluentHelper getAllRecProcParamValClass()
RecProcParamValClass
entities.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.RecProcParamValClassByKeyFluentHelper getRecProcParamValClassByKey(UUID recipeProcessParamValUUID, String classInternalID)
RecProcParamValClass
entity using key fields.recipeProcessParamValUUID
- classInternalID
- Internal Class NumberConstraints: 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.RecProcParamValClassCharcFluentHelper getAllRecProcParamValClassCharc()
RecProcParamValClassCharc
entities.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.RecProcParamValClassCharcByKeyFluentHelper getRecProcParamValClassCharcByKey(UUID recipeProcessParamValUUID, String classInternalID, String charcInternalID)
RecProcParamValClassCharc
entity using key fields.charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
recipeProcessParamValUUID
- classInternalID
- Internal Class NumberConstraints: 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 © 2018 SAP SE. All rights reserved.