@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultRecipeHeaderAndFormulaService") public class DefaultRecipeHeaderAndFormulaService extends Object implements 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) |
Constructor and Description |
---|
DefaultRecipeHeaderAndFormulaService() |
public DefaultRecipeHeaderAndFormulaService()
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.public RecipeByKeyFluentHelper getRecipeByKey(UUID recipeUUID)
RecipeHeaderAndFormulaService
Recipe
entity using key fields.getRecipeByKey
in interface RecipeHeaderAndFormulaService
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.public RecipeCreateFluentHelper createRecipe(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.public RecipeUpdateFluentHelper updateRecipe(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.public RecipeDeleteFluentHelper deleteRecipe(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.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.public RecipeCharcByKeyFluentHelper getRecipeCharcByKey(UUID recipeUUID, String charcInternalID, String classType)
RecipeHeaderAndFormulaService
RecipeCharc
entity using key fields.getRecipeCharcByKey
in interface RecipeHeaderAndFormulaService
charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
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.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.public RecipeCharcValueByKeyFluentHelper getRecipeCharcValueByKey(UUID recipeUUID, String classType, String charcInternalID, String charcValuePositionNumber)
RecipeHeaderAndFormulaService
RecipeCharcValue
entity using key fields.getRecipeCharcValueByKey
in interface RecipeHeaderAndFormulaService
classType
- Uniquely identifies the class typeConstraints: Not nullable, Maximum length: 3
charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
charcValuePositionNumber
- Characteristic value counterConstraints: 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.public RecipeCharcValueCreateFluentHelper createRecipeCharcValue(RecipeCharcValue recipeCharcValue)
RecipeHeaderAndFormulaService
RecipeCharcValue
entity and save it to the S/4HANA system.createRecipeCharcValue
in interface RecipeHeaderAndFormulaService
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.public RecipeCharcValueUpdateFluentHelper updateRecipeCharcValue(RecipeCharcValue recipeCharcValue)
RecipeHeaderAndFormulaService
RecipeCharcValue
entity and save it to the S/4HANA system.updateRecipeCharcValue
in interface RecipeHeaderAndFormulaService
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.public RecipeCharcValueDeleteFluentHelper deleteRecipeCharcValue(RecipeCharcValue recipeCharcValue)
RecipeHeaderAndFormulaService
RecipeCharcValue
entity in the S/4HANA system.deleteRecipeCharcValue
in interface RecipeHeaderAndFormulaService
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.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.public RecipeClassByKeyFluentHelper getRecipeClassByKey(UUID recipeUUID, String classInternalID)
RecipeHeaderAndFormulaService
RecipeClass
entity using key fields.getRecipeClassByKey
in interface RecipeHeaderAndFormulaService
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.public RecipeClassCreateFluentHelper createRecipeClass(RecipeClass recipeClass)
RecipeHeaderAndFormulaService
RecipeClass
entity and save it to the S/4HANA system.createRecipeClass
in interface RecipeHeaderAndFormulaService
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.public RecipeClassDeleteFluentHelper deleteRecipeClass(RecipeClass recipeClass)
RecipeHeaderAndFormulaService
RecipeClass
entity in the S/4HANA system.deleteRecipeClass
in interface RecipeHeaderAndFormulaService
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.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.public RecipeClassCharcByKeyFluentHelper getRecipeClassCharcByKey(UUID recipeUUID, String classInternalID, String charcInternalID)
RecipeHeaderAndFormulaService
RecipeClassCharc
entity using key fields.getRecipeClassCharcByKey
in interface RecipeHeaderAndFormulaService
classInternalID
- Internal Class NumberConstraints: Not nullable, Maximum length: 10
charcInternalID
- Internal characteristic number without conversion routineConstraints: 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.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.public RecipeFormulaItemByKeyFluentHelper getRecipeFormulaItemByKey(UUID rcpFmlaItemUUID)
RecipeHeaderAndFormulaService
RecipeFormulaItem
entity using key fields.getRecipeFormulaItemByKey
in interface RecipeHeaderAndFormulaService
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.public RecipeFormulaItemCreateFluentHelper createRecipeFormulaItem(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.public RecipeFormulaItemUpdateFluentHelper updateRecipeFormulaItem(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.public RecipeFormulaItemDeleteFluentHelper deleteRecipeFormulaItem(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.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.public RecipeProcessElementByKeyFluentHelper getRecipeProcessElementByKey(UUID recipeProcessElementUUID)
RecipeHeaderAndFormulaService
RecipeProcessElement
entity using key fields.getRecipeProcessElementByKey
in interface RecipeHeaderAndFormulaService
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.public RecipeProcessElementCreateFluentHelper createRecipeProcessElement(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.public RecipeProcessElementUpdateFluentHelper updateRecipeProcessElement(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.public RecipeProcessElementDeleteFluentHelper deleteRecipeProcessElement(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.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.public RecipeProcessElementTextByKeyFluentHelper getRecipeProcessElementTextByKey(UUID recipeProcessElementUUID, String language)
RecipeHeaderAndFormulaService
RecipeProcessElementText
entity using key fields.getRecipeProcessElementTextByKey
in interface RecipeHeaderAndFormulaService
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.public RecipeProcessElementTextCreateFluentHelper createRecipeProcessElementText(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.public RecipeProcessElementTextUpdateFluentHelper updateRecipeProcessElementText(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.public RecipeProcessElementTextDeleteFluentHelper deleteRecipeProcessElementText(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.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.public RecipeProcessEquipRqmtByKeyFluentHelper getRecipeProcessEquipRqmtByKey(UUID recipeProcessEquipRqmtUUID)
RecipeHeaderAndFormulaService
RecipeProcessEquipRqmt
entity using key fields.getRecipeProcessEquipRqmtByKey
in interface RecipeHeaderAndFormulaService
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.public RecipeProcessEquipRqmtCreateFluentHelper createRecipeProcessEquipRqmt(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.public RecipeProcessEquipRqmtUpdateFluentHelper updateRecipeProcessEquipRqmt(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.public RecipeProcessEquipRqmtDeleteFluentHelper deleteRecipeProcessEquipRqmt(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.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.public RecipeProcessEquipRqmtTextByKeyFluentHelper getRecipeProcessEquipRqmtTextByKey(UUID recipeProcessEquipRqmtUUID, String language)
RecipeHeaderAndFormulaService
RecipeProcessEquipRqmtText
entity using key fields.getRecipeProcessEquipRqmtTextByKey
in interface RecipeHeaderAndFormulaService
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.public RecipeProcessEquipRqmtTextCreateFluentHelper createRecipeProcessEquipRqmtText(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.public RecipeProcessEquipRqmtTextUpdateFluentHelper updateRecipeProcessEquipRqmtText(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.public RecipeProcessEquipRqmtTextDeleteFluentHelper deleteRecipeProcessEquipRqmtText(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.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.public RecipeProcessParamByKeyFluentHelper getRecipeProcessParamByKey(UUID recipeProcessParamUUID)
RecipeHeaderAndFormulaService
RecipeProcessParam
entity using key fields.getRecipeProcessParamByKey
in interface RecipeHeaderAndFormulaService
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.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.public RecipeProcessParamValueByKeyFluentHelper getRecipeProcessParamValueByKey(UUID recipeProcessParamValUUID)
RecipeHeaderAndFormulaService
RecipeProcessParamValue
entity using key fields.getRecipeProcessParamValueByKey
in interface RecipeHeaderAndFormulaService
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.public RecipeProcessParamValueCreateFluentHelper createRecipeProcessParamValue(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.public RecipeProcessParamValueUpdateFluentHelper updateRecipeProcessParamValue(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.public RecipeProcessParamValueDeleteFluentHelper deleteRecipeProcessParamValue(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.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.public RecipeProcessParamValueTxtByKeyFluentHelper getRecipeProcessParamValueTxtByKey(UUID recipeProcessParamValUUID, String language)
RecipeHeaderAndFormulaService
RecipeProcessParamValueTxt
entity using key fields.getRecipeProcessParamValueTxtByKey
in interface RecipeHeaderAndFormulaService
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.public RecipeProcessParamValueTxtCreateFluentHelper createRecipeProcessParamValueTxt(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.public RecipeProcessParamValueTxtUpdateFluentHelper updateRecipeProcessParamValueTxt(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.public RecipeProcessParamValueTxtDeleteFluentHelper deleteRecipeProcessParamValueTxt(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.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.public RecipeTextByKeyFluentHelper getRecipeTextByKey(UUID recipeUUID, String language)
RecipeHeaderAndFormulaService
RecipeText
entity using key fields.getRecipeTextByKey
in interface RecipeHeaderAndFormulaService
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.public RecipeTextCreateFluentHelper createRecipeText(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.public RecipeTextUpdateFluentHelper updateRecipeText(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.public RecipeTextDeleteFluentHelper deleteRecipeText(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.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.public RecProcEquipRqmtCharcByKeyFluentHelper getRecProcEquipRqmtCharcByKey(UUID recipeProcessEquipRqmtUUID, String charcInternalID, String classType)
RecipeHeaderAndFormulaService
RecProcEquipRqmtCharc
entity using key fields.getRecProcEquipRqmtCharcByKey
in interface RecipeHeaderAndFormulaService
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.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.public RecProcEquipRqmtCharcValueByKeyFluentHelper getRecProcEquipRqmtCharcValueByKey(UUID recipeProcessEquipRqmtUUID, String classType, String charcInternalID, String charcValuePositionNumber)
RecipeHeaderAndFormulaService
RecProcEquipRqmtCharcValue
entity using key fields.getRecProcEquipRqmtCharcValueByKey
in interface RecipeHeaderAndFormulaService
classType
- Uniquely identifies the class typeConstraints: Not nullable, Maximum length: 3
charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
charcValuePositionNumber
- Characteristic value counterConstraints: 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.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.public RecProcEquipRqmtClassByKeyFluentHelper getRecProcEquipRqmtClassByKey(UUID recipeProcessEquipRqmtUUID, String classInternalID)
RecipeHeaderAndFormulaService
RecProcEquipRqmtClass
entity using key fields.getRecProcEquipRqmtClassByKey
in interface RecipeHeaderAndFormulaService
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.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.public RecProcEquipRqmtClassCharcByKeyFluentHelper getRecProcEquipRqmtClassCharcByKey(UUID recipeProcessEquipRqmtUUID, String classInternalID, String charcInternalID)
RecipeHeaderAndFormulaService
RecProcEquipRqmtClassCharc
entity using key fields.getRecProcEquipRqmtClassCharcByKey
in interface RecipeHeaderAndFormulaService
classInternalID
- Internal Class NumberConstraints: Not nullable, Maximum length: 10
charcInternalID
- Internal characteristic number without conversion routineConstraints: 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.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.public RecProcParamValCharcByKeyFluentHelper getRecProcParamValCharcByKey(UUID recipeProcessParamValUUID, String charcInternalID, String classType)
RecipeHeaderAndFormulaService
RecProcParamValCharc
entity using key fields.getRecProcParamValCharcByKey
in interface RecipeHeaderAndFormulaService
charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
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.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.public RecProcParamValCharcValueByKeyFluentHelper getRecProcParamValCharcValueByKey(UUID recipeProcessParamValUUID, String classType, String charcInternalID, String charcValuePositionNumber)
RecipeHeaderAndFormulaService
RecProcParamValCharcValue
entity using key fields.getRecProcParamValCharcValueByKey
in interface RecipeHeaderAndFormulaService
classType
- Uniquely identifies the class typeConstraints: Not nullable, Maximum length: 3
charcInternalID
- Internal characteristic number without conversion routineConstraints: Not nullable, Maximum length: 10
charcValuePositionNumber
- Characteristic value counterConstraints: 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.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.public RecProcParamValClassByKeyFluentHelper getRecProcParamValClassByKey(UUID recipeProcessParamValUUID, String classInternalID)
RecipeHeaderAndFormulaService
RecProcParamValClass
entity using key fields.getRecProcParamValClassByKey
in interface RecipeHeaderAndFormulaService
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.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.public RecProcParamValClassCharcByKeyFluentHelper getRecProcParamValClassCharcByKey(UUID recipeProcessParamValUUID, String classInternalID, String charcInternalID)
RecipeHeaderAndFormulaService
RecProcParamValClassCharc
entity using key fields.getRecProcParamValClassCharcByKey
in interface RecipeHeaderAndFormulaService
classInternalID
- Internal Class NumberConstraints: Not nullable, Maximum length: 10
charcInternalID
- Internal characteristic number without conversion routineConstraints: 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.