public interface RecipeHeaderAndFormulaService extends BatchService<RecipeHeaderAndFormulaServiceBatch>
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 |
Business Object: | Recipe |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull RecipeHeaderAndFormulaService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull RecipeFluentHelper getAllRecipe()
Recipe
entities.@Nonnull RecipeByKeyFluentHelper getRecipeByKey(UUID recipeUUID)
Recipe
entity using key fields.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 RecipeCreateFluentHelper createRecipe(@Nonnull Recipe recipe)
Recipe
entity and save it to the S/4HANA system.@Nonnull RecipeUpdateFluentHelper updateRecipe(@Nonnull Recipe recipe)
Recipe
entity and save it to the S/4HANA system.@Nonnull RecipeDeleteFluentHelper deleteRecipe(@Nonnull Recipe recipe)
Recipe
entity in the S/4HANA system.@Nonnull 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.@Nonnull RecipeCharcByKeyFluentHelper getRecipeCharcByKey(UUID recipeUUID, String charcInternalID, String classType)
RecipeCharc
entity using key fields.charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
recipeUUID
- Common Recipe GUID
Constraints: Not nullable
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 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.@Nonnull RecipeCharcValueByKeyFluentHelper getRecipeCharcValueByKey(UUID recipeUUID, String classType, String charcInternalID, String charcValuePositionNumber)
RecipeCharcValue
entity using key fields.charcValuePositionNumber
- Characteristic value counter
Constraints: Not nullable, Maximum length: 3
charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
recipeUUID
- Common Recipe GUID
Constraints: Not nullable
classType
- Uniquely identifies the class type
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 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.@Nonnull RecipeClassByKeyFluentHelper getRecipeClassByKey(UUID recipeUUID, String classInternalID)
RecipeClass
entity using key fields.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 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.@Nonnull RecipeClassCharcByKeyFluentHelper getRecipeClassCharcByKey(UUID recipeUUID, String classInternalID, String charcInternalID)
RecipeClassCharc
entity using key fields.charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
recipeUUID
- Common Recipe GUID
Constraints: Not nullable
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
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 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.@Nonnull RecipeFormulaItemByKeyFluentHelper getRecipeFormulaItemByKey(UUID rcpFmlaItemUUID)
RecipeFormulaItem
entity using key fields.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 RecipeFormulaItemCreateFluentHelper createRecipeFormulaItem(@Nonnull 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.@Nonnull RecipeFormulaItemUpdateFluentHelper updateRecipeFormulaItem(@Nonnull 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.@Nonnull RecipeFormulaItemDeleteFluentHelper deleteRecipeFormulaItem(@Nonnull 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.@Nonnull 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.@Nonnull RecipeProcessElementByKeyFluentHelper getRecipeProcessElementByKey(UUID recipeProcessElementUUID)
RecipeProcessElement
entity using key fields.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 RecipeProcessElementCreateFluentHelper createRecipeProcessElement(@Nonnull 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.@Nonnull RecipeProcessElementUpdateFluentHelper updateRecipeProcessElement(@Nonnull 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.@Nonnull RecipeProcessElementDeleteFluentHelper deleteRecipeProcessElement(@Nonnull 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.@Nonnull 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.@Nonnull RecipeProcessElementTextByKeyFluentHelper getRecipeProcessElementTextByKey(UUID recipeProcessElementUUID, String language)
RecipeProcessElementText
entity using key fields.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 RecipeProcessElementTextCreateFluentHelper createRecipeProcessElementText(@Nonnull 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.@Nonnull RecipeProcessElementTextUpdateFluentHelper updateRecipeProcessElementText(@Nonnull 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.@Nonnull RecipeProcessElementTextDeleteFluentHelper deleteRecipeProcessElementText(@Nonnull 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.@Nonnull 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.@Nonnull RecipeProcessEquipRqmtByKeyFluentHelper getRecipeProcessEquipRqmtByKey(UUID recipeProcessEquipRqmtUUID)
RecipeProcessEquipRqmt
entity using key fields.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 RecipeProcessEquipRqmtCreateFluentHelper createRecipeProcessEquipRqmt(@Nonnull 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.@Nonnull RecipeProcessEquipRqmtUpdateFluentHelper updateRecipeProcessEquipRqmt(@Nonnull 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.@Nonnull RecipeProcessEquipRqmtDeleteFluentHelper deleteRecipeProcessEquipRqmt(@Nonnull 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.@Nonnull 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.@Nonnull RecipeProcessEquipRqmtTextByKeyFluentHelper getRecipeProcessEquipRqmtTextByKey(UUID recipeProcessEquipRqmtUUID, String language)
RecipeProcessEquipRqmtText
entity using key fields.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 RecipeProcessEquipRqmtTextCreateFluentHelper createRecipeProcessEquipRqmtText(@Nonnull 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.@Nonnull RecipeProcessEquipRqmtTextUpdateFluentHelper updateRecipeProcessEquipRqmtText(@Nonnull 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.@Nonnull RecipeProcessEquipRqmtTextDeleteFluentHelper deleteRecipeProcessEquipRqmtText(@Nonnull 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.@Nonnull 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.@Nonnull RecipeProcessParamByKeyFluentHelper getRecipeProcessParamByKey(UUID recipeProcessParamUUID)
RecipeProcessParam
entity using key fields.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 RecipeProcessParamTextFluentHelper getAllRecipeProcessParamText()
RecipeProcessParamText
entities.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 RecipeProcessParamTextByKeyFluentHelper getRecipeProcessParamTextByKey(UUID recipeProcessParamUUID, String language)
RecipeProcessParamText
entity using key fields.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 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.@Nonnull RecipeProcessParamValueByKeyFluentHelper getRecipeProcessParamValueByKey(UUID recipeProcessParamValUUID)
RecipeProcessParamValue
entity using key fields.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 RecipeProcessParamValueCreateFluentHelper createRecipeProcessParamValue(@Nonnull 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.@Nonnull RecipeProcessParamValueUpdateFluentHelper updateRecipeProcessParamValue(@Nonnull 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.@Nonnull RecipeProcessParamValueDeleteFluentHelper deleteRecipeProcessParamValue(@Nonnull 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.@Nonnull 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.@Nonnull RecipeProcessParamValueTxtByKeyFluentHelper getRecipeProcessParamValueTxtByKey(UUID recipeProcessParamValUUID, String language)
RecipeProcessParamValueTxt
entity using key fields.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 RecipeProcessParamValueTxtCreateFluentHelper createRecipeProcessParamValueTxt(@Nonnull 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.@Nonnull RecipeProcessParamValueTxtUpdateFluentHelper updateRecipeProcessParamValueTxt(@Nonnull 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.@Nonnull RecipeProcessParamValueTxtDeleteFluentHelper deleteRecipeProcessParamValueTxt(@Nonnull 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.@Nonnull 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.@Nonnull RecipeTextByKeyFluentHelper getRecipeTextByKey(UUID recipeUUID, String language)
RecipeText
entity using key fields.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 RecipeTextCreateFluentHelper createRecipeText(@Nonnull 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.@Nonnull RecipeTextUpdateFluentHelper updateRecipeText(@Nonnull 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.@Nonnull RecipeTextDeleteFluentHelper deleteRecipeText(@Nonnull 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.@Nonnull 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.@Nonnull RecProcEquipRqmtCharcByKeyFluentHelper getRecProcEquipRqmtCharcByKey(UUID recipeProcessEquipRqmtUUID, String charcInternalID, String classType)
RecProcEquipRqmtCharc
entity using key fields.recipeProcessEquipRqmtUUID
- Equipment Requirement GUID
Constraints: Not nullable
charcInternalID
- Characteristic Internal ID
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 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.@Nonnull RecProcEquipRqmtCharcValueByKeyFluentHelper getRecProcEquipRqmtCharcValueByKey(UUID recipeProcessEquipRqmtUUID, String classType, String charcInternalID, String charcValuePositionNumber)
RecProcEquipRqmtCharcValue
entity using key fields.recipeProcessEquipRqmtUUID
- Equipment Requirement GUID
Constraints: Not nullable
charcValuePositionNumber
- Characteristic value counter
Constraints: Not nullable, Maximum length: 3
charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
classType
- Uniquely identifies the class type
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 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.@Nonnull RecProcEquipRqmtClassByKeyFluentHelper getRecProcEquipRqmtClassByKey(UUID recipeProcessEquipRqmtUUID, String classInternalID)
RecProcEquipRqmtClass
entity using key fields.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 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.@Nonnull RecProcEquipRqmtClassCharcByKeyFluentHelper getRecProcEquipRqmtClassCharcByKey(UUID recipeProcessEquipRqmtUUID, String classInternalID, String charcInternalID)
RecProcEquipRqmtClassCharc
entity using key fields.recipeProcessEquipRqmtUUID
- Equipment Requirement GUID
Constraints: Not nullable
charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
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 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.@Nonnull RecProcParamValCharcByKeyFluentHelper getRecProcParamValCharcByKey(UUID recipeProcessParamValUUID, String charcInternalID, String classType)
RecProcParamValCharc
entity using key fields.charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
recipeProcessParamValUUID
- Process Parameter Value Key
Constraints: Not nullable
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 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.@Nonnull RecProcParamValCharcValueByKeyFluentHelper getRecProcParamValCharcValueByKey(UUID recipeProcessParamValUUID, String classType, String charcInternalID, String charcValuePositionNumber)
RecProcParamValCharcValue
entity using key fields.charcValuePositionNumber
- Characteristic value counter
Constraints: Not nullable, Maximum length: 3
charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
recipeProcessParamValUUID
- Process Parameter Value Key
Constraints: Not nullable
classType
- Uniquely identifies the class type
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 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.@Nonnull RecProcParamValClassByKeyFluentHelper getRecProcParamValClassByKey(UUID recipeProcessParamValUUID, String classInternalID)
RecProcParamValClass
entity using key fields.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 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.@Nonnull RecProcParamValClassCharcByKeyFluentHelper getRecProcParamValClassCharcByKey(UUID recipeProcessParamValUUID, String classInternalID, String charcInternalID)
RecProcParamValClassCharc
entity using key fields.charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
recipeProcessParamValUUID
- Process Parameter Value Key
Constraints: Not nullable
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
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 © 2021 SAP SE. All rights reserved.