public class RecipeFormulaItem extends VdmEntity<RecipeFormulaItem>
Modifier and Type | Class and Description |
---|---|
static class |
RecipeFormulaItem.RecipeFormulaItemBuilder |
Modifier and Type | Field and Description |
---|---|
static RecipeFormulaItemSelectable |
ALL_FIELDS
Selector for all available fields of RecipeFormulaItem.
|
static RecipeFormulaItemField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_COMPONENT_TYPE
Use with available fluent helpers to apply the RcpFmlaItemComponentType field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_EXCEPTION_CODE
Use with available fluent helpers to apply the RcpFmlaItemExceptionCode field to query operations.
|
static RecipeFormulaItemField<UUID> |
RCP_FMLA_ITEM_EXPLOSION_RECIPE_UUID
Use with available fluent helpers to apply the RcpFmlaItemExplosionRecipeUUID field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_IS_BALANCING_ITEM
Use with available fluent helpers to apply the RcpFmlaItemIsBalancingItem field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_IS_SELECTED_FOR_CALC
Use with available fluent helpers to apply the RcpFmlaItemIsSelectedForCalc field to query operations.
|
static RecipeFormulaItemField<BigDecimal> |
RCP_FMLA_ITEM_LOWER_LIMIT
Use with available fluent helpers to apply the RcpFmlaItemLowerLimit field to query operations.
|
static RecipeFormulaItemField<BigDecimal> |
RCP_FMLA_ITEM_OVERRUN_IN_PERCENT
Use with available fluent helpers to apply the RcpFmlaItemOverrunInPercent field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_POSITION
Use with available fluent helpers to apply the RcpFmlaItemPosition field to query operations.
|
static RecipeFormulaItemField<BigDecimal> |
RCP_FMLA_ITEM_QUANTITY
Use with available fluent helpers to apply the RcpFmlaItemQuantity field to query operations.
|
static RecipeFormulaItemField<BigDecimal> |
RCP_FMLA_ITEM_QUANTITY_IN_KILOGRAM
Use with available fluent helpers to apply the RcpFmlaItemQuantityInKilogram field to query operations.
|
static RecipeFormulaItemField<BigDecimal> |
RCP_FMLA_ITEM_SCRAP_IN_PERCENT
Use with available fluent helpers to apply the RcpFmlaItemScrapInPercent field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_TYPE
Use with available fluent helpers to apply the RcpFmlaItemType field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_UNIT
Use with available fluent helpers to apply the RcpFmlaItemUnit field to query operations.
|
static RecipeFormulaItemField<BigDecimal> |
RCP_FMLA_ITEM_UPPER_LIMIT
Use with available fluent helpers to apply the RcpFmlaItemUpperLimit field to query operations.
|
static RecipeFormulaItemField<UUID> |
RCP_FMLA_ITEM_UUID
Use with available fluent helpers to apply the RcpFmlaItemUUID field to query operations.
|
static RecipeFormulaItemField<UUID> |
RCP_FMLA_UUID
Use with available fluent helpers to apply the RcpFmlaUUID field to query operations.
|
static RecipeFormulaItemField<String> |
RECIPE_FMLA_ITEM_ALTV_IS_USED
Use with available fluent helpers to apply the RecipeFmlaItemAltvIsUsed field to query operations.
|
static RecipeFormulaItemField<Calendar> |
RECIPE_LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the RecipeLastChangeDateTime field to query operations.
|
static RecipeFormulaItemField<String> |
RECIPE_PROCESS_ACTION_POS_NMBR
Use with available fluent helpers to apply the RecipeProcessActionPosNmbr field to query operations.
|
static RecipeFormulaItemField<UUID> |
RECIPE_PROCESS_ACTION_UUID
Use with available fluent helpers to apply the RecipeProcessActionUUID field to query operations.
|
static RecipeFormulaItemField<UUID> |
RECIPE_PROCESS_ELEMENT_UUID
Use with available fluent helpers to apply the RecipeProcessElementUUID field to query operations.
|
static RecipeFormulaItemField<String> |
RECIPE_PROCESS_OPERATION_POS_NMBR
Use with available fluent helpers to apply the RecipeProcessOperationPosNmbr field to query operations.
|
static RecipeFormulaItemField<UUID> |
RECIPE_PROCESS_OPERATION_UUID
Use with available fluent helpers to apply the RecipeProcessOperationUUID field to query operations.
|
static RecipeFormulaItemField<String> |
RECIPE_PROCESS_STAGE_POS_NMBR
Use with available fluent helpers to apply the RecipeProcessStagePosNmbr field to query operations.
|
static RecipeFormulaItemField<UUID> |
RECIPE_PROCESS_STAGE_UUID
Use with available fluent helpers to apply the RecipeProcessStageUUID field to query operations.
|
static RecipeFormulaItemField<String> |
SPECIFICATION
Use with available fluent helpers to apply the Specification field to query operations.
|
static RecipeFormulaItemField<String> |
SPECIFICATION_AUTHZN_GROUP
Use with available fluent helpers to apply the SpecificationAuthznGroup field to query operations.
|
static RecipeFormulaItemField<String> |
SPECIFICATION_INTERNAL_ID
Use with available fluent helpers to apply the SpecificationInternalID field to query operations.
|
static RecipeFormulaItemField<String> |
SPECIFICATION_TYPE
Use with available fluent helpers to apply the SpecificationType field to query operations.
|
Constructor and Description |
---|
RecipeFormulaItem() |
RecipeFormulaItem(UUID rcpFmlaItemUUID,
UUID rcpFmlaUUID,
String rcpFmlaItemPosition,
String rcpFmlaItemType,
String specificationInternalID,
String specification,
String material,
String rcpFmlaItemComponentType,
BigDecimal rcpFmlaItemLowerLimit,
BigDecimal rcpFmlaItemUpperLimit,
BigDecimal rcpFmlaItemQuantity,
String rcpFmlaItemUnit,
String rcpFmlaItemExceptionCode,
BigDecimal rcpFmlaItemScrapInPercent,
BigDecimal rcpFmlaItemOverrunInPercent,
BigDecimal rcpFmlaItemQuantityInKilogram,
String rcpFmlaItemIsSelectedForCalc,
UUID rcpFmlaItemExplosionRecipeUUID,
String rcpFmlaItemIsBalancingItem,
String recipeFmlaItemAltvIsUsed,
String specificationType,
String specificationAuthznGroup,
UUID recipeProcessElementUUID,
UUID recipeProcessStageUUID,
UUID recipeProcessOperationUUID,
UUID recipeProcessActionUUID,
String recipeProcessStagePosNmbr,
String recipeProcessOperationPosNmbr,
String recipeProcessActionPosNmbr,
Calendar recipeLastChangeDateTime,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static RecipeFormulaItem.RecipeFormulaItemBuilder |
builder() |
boolean |
equals(Object o) |
static <T> RecipeFormulaItemField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40
|
String |
getRcpFmlaItemComponentType()
Constraints: Not nullable, Maximum length: 10
|
String |
getRcpFmlaItemExceptionCode()
Constraints: Not nullable, Maximum length: 2
|
UUID |
getRcpFmlaItemExplosionRecipeUUID()
Constraints: none
|
String |
getRcpFmlaItemIsBalancingItem()
Constraints: Not nullable, Maximum length: 1 A balancing item is relevant for evaporation (negative value) or absorption (positive value).For more information, see the Business Add-Ins under Logistics - General -> Product Lifecycle Management (PLM) -> PLM Web User Interface -> Recipe Development -> Recipe -> Calculations -> Business Add-Ins (BAdIs).
|
String |
getRcpFmlaItemIsSelectedForCalc()
Constraints: Not nullable, Maximum length: 1
|
BigDecimal |
getRcpFmlaItemLowerLimit()
Constraints: Not nullable, Precision: 34, Scale: 6
|
BigDecimal |
getRcpFmlaItemOverrunInPercent()
Constraints: Not nullable, Precision: 34, Scale: 6
|
String |
getRcpFmlaItemPosition()
Constraints: Not nullable, Maximum length: 4
|
BigDecimal |
getRcpFmlaItemQuantity()
Constraints: Not nullable, Precision: 34, Scale: 6
|
BigDecimal |
getRcpFmlaItemQuantityInKilogram()
Constraints: Not nullable, Precision: 34, Scale: 6
|
BigDecimal |
getRcpFmlaItemScrapInPercent()
Constraints: Not nullable, Precision: 34, Scale: 6
|
String |
getRcpFmlaItemType()
Constraints: Not nullable, Maximum length: 5
|
String |
getRcpFmlaItemUnit()
Constraints: Not nullable, Maximum length: 3
|
BigDecimal |
getRcpFmlaItemUpperLimit()
Constraints: Not nullable, Precision: 34, Scale: 6
|
UUID |
getRcpFmlaItemUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getRcpFmlaUUID()
Constraints: none
|
String |
getRecipeFmlaItemAltvIsUsed()
Constraints: Not nullable, Maximum length: 1
|
Calendar |
getRecipeLastChangeDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getRecipeProcessActionPosNmbr()
Constraints: Not nullable, Maximum length: 4
|
UUID |
getRecipeProcessActionUUID()
Constraints: none
|
UUID |
getRecipeProcessElementUUID()
Constraints: none
|
String |
getRecipeProcessOperationPosNmbr()
Constraints: Not nullable, Maximum length: 4
|
UUID |
getRecipeProcessOperationUUID()
Constraints: none
|
String |
getRecipeProcessStagePosNmbr()
Constraints: Not nullable, Maximum length: 4
|
UUID |
getRecipeProcessStageUUID()
Constraints: none
|
String |
getSpecification()
Constraints: Not nullable, Maximum length: 12 First check if the specification field has an input help.Fields without input help:Enter a generic specification key.Choose Confirm.The SAP system checks whether your entry is permitted.
|
String |
getSpecificationAuthznGroup()
Constraints: Not nullable, Maximum length: 10
|
String |
getSpecificationInternalID()
Constraints: Not nullable, Maximum length: 20
|
String |
getSpecificationType()
Constraints: Not nullable, Maximum length: 10
|
Class<RecipeFormulaItem> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40
|
void |
setRcpFmlaItemComponentType(String rcpFmlaItemComponentType)
Constraints: Not nullable, Maximum length: 10
|
void |
setRcpFmlaItemExceptionCode(String rcpFmlaItemExceptionCode)
Constraints: Not nullable, Maximum length: 2
|
void |
setRcpFmlaItemExplosionRecipeUUID(UUID rcpFmlaItemExplosionRecipeUUID)
Constraints: none
|
void |
setRcpFmlaItemIsBalancingItem(String rcpFmlaItemIsBalancingItem)
Constraints: Not nullable, Maximum length: 1 A balancing item is relevant for evaporation (negative value) or absorption (positive value).For more information, see the Business Add-Ins under Logistics - General -> Product Lifecycle Management (PLM) -> PLM Web User Interface -> Recipe Development -> Recipe -> Calculations -> Business Add-Ins (BAdIs).
|
void |
setRcpFmlaItemIsSelectedForCalc(String rcpFmlaItemIsSelectedForCalc)
Constraints: Not nullable, Maximum length: 1
|
void |
setRcpFmlaItemLowerLimit(BigDecimal rcpFmlaItemLowerLimit)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRcpFmlaItemOverrunInPercent(BigDecimal rcpFmlaItemOverrunInPercent)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRcpFmlaItemPosition(String rcpFmlaItemPosition)
Constraints: Not nullable, Maximum length: 4
|
void |
setRcpFmlaItemQuantity(BigDecimal rcpFmlaItemQuantity)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRcpFmlaItemQuantityInKilogram(BigDecimal rcpFmlaItemQuantityInKilogram)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRcpFmlaItemScrapInPercent(BigDecimal rcpFmlaItemScrapInPercent)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRcpFmlaItemType(String rcpFmlaItemType)
Constraints: Not nullable, Maximum length: 5
|
void |
setRcpFmlaItemUnit(String rcpFmlaItemUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setRcpFmlaItemUpperLimit(BigDecimal rcpFmlaItemUpperLimit)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRcpFmlaItemUUID(UUID rcpFmlaItemUUID)
(Key Field) Constraints: Not nullable
|
void |
setRcpFmlaUUID(UUID rcpFmlaUUID)
Constraints: none
|
void |
setRecipeFmlaItemAltvIsUsed(String recipeFmlaItemAltvIsUsed)
Constraints: Not nullable, Maximum length: 1
|
void |
setRecipeLastChangeDateTime(Calendar recipeLastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setRecipeProcessActionPosNmbr(String recipeProcessActionPosNmbr)
Constraints: Not nullable, Maximum length: 4
|
void |
setRecipeProcessActionUUID(UUID recipeProcessActionUUID)
Constraints: none
|
void |
setRecipeProcessElementUUID(UUID recipeProcessElementUUID)
Constraints: none
|
void |
setRecipeProcessOperationPosNmbr(String recipeProcessOperationPosNmbr)
Constraints: Not nullable, Maximum length: 4
|
void |
setRecipeProcessOperationUUID(UUID recipeProcessOperationUUID)
Constraints: none
|
void |
setRecipeProcessStagePosNmbr(String recipeProcessStagePosNmbr)
Constraints: Not nullable, Maximum length: 4
|
void |
setRecipeProcessStageUUID(UUID recipeProcessStageUUID)
Constraints: none
|
void |
setSpecification(String specification)
Constraints: Not nullable, Maximum length: 12 First check if the specification field has an input help.Fields without input help:Enter a generic specification key.Choose Confirm.The SAP system checks whether your entry is permitted.
|
void |
setSpecificationAuthznGroup(String specificationAuthznGroup)
Constraints: Not nullable, Maximum length: 10
|
void |
setSpecificationInternalID(String specificationInternalID)
Constraints: Not nullable, Maximum length: 20
|
void |
setSpecificationType(String specificationType)
Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final RecipeFormulaItemSelectable ALL_FIELDS
public static final RecipeFormulaItemField<UUID> RCP_FMLA_ITEM_UUID
public static final RecipeFormulaItemField<UUID> RCP_FMLA_UUID
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_POSITION
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_TYPE
public static final RecipeFormulaItemField<String> SPECIFICATION_INTERNAL_ID
public static final RecipeFormulaItemField<String> SPECIFICATION
public static final RecipeFormulaItemField<String> MATERIAL
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_COMPONENT_TYPE
public static final RecipeFormulaItemField<BigDecimal> RCP_FMLA_ITEM_LOWER_LIMIT
public static final RecipeFormulaItemField<BigDecimal> RCP_FMLA_ITEM_UPPER_LIMIT
public static final RecipeFormulaItemField<BigDecimal> RCP_FMLA_ITEM_QUANTITY
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_UNIT
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_EXCEPTION_CODE
public static final RecipeFormulaItemField<BigDecimal> RCP_FMLA_ITEM_SCRAP_IN_PERCENT
public static final RecipeFormulaItemField<BigDecimal> RCP_FMLA_ITEM_OVERRUN_IN_PERCENT
public static final RecipeFormulaItemField<BigDecimal> RCP_FMLA_ITEM_QUANTITY_IN_KILOGRAM
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_IS_SELECTED_FOR_CALC
public static final RecipeFormulaItemField<UUID> RCP_FMLA_ITEM_EXPLOSION_RECIPE_UUID
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_IS_BALANCING_ITEM
public static final RecipeFormulaItemField<String> RECIPE_FMLA_ITEM_ALTV_IS_USED
public static final RecipeFormulaItemField<String> SPECIFICATION_TYPE
public static final RecipeFormulaItemField<String> SPECIFICATION_AUTHZN_GROUP
public static final RecipeFormulaItemField<UUID> RECIPE_PROCESS_ELEMENT_UUID
public static final RecipeFormulaItemField<UUID> RECIPE_PROCESS_STAGE_UUID
public static final RecipeFormulaItemField<UUID> RECIPE_PROCESS_OPERATION_UUID
public static final RecipeFormulaItemField<UUID> RECIPE_PROCESS_ACTION_UUID
public static final RecipeFormulaItemField<String> RECIPE_PROCESS_STAGE_POS_NMBR
public static final RecipeFormulaItemField<String> RECIPE_PROCESS_OPERATION_POS_NMBR
public static final RecipeFormulaItemField<String> RECIPE_PROCESS_ACTION_POS_NMBR
public static final RecipeFormulaItemField<Calendar> RECIPE_LAST_CHANGE_DATE_TIME
public RecipeFormulaItem()
public RecipeFormulaItem(@Nullable UUID rcpFmlaItemUUID, @Nullable UUID rcpFmlaUUID, @Nullable String rcpFmlaItemPosition, @Nullable String rcpFmlaItemType, @Nullable String specificationInternalID, @Nullable String specification, @Nullable String material, @Nullable String rcpFmlaItemComponentType, @Nullable BigDecimal rcpFmlaItemLowerLimit, @Nullable BigDecimal rcpFmlaItemUpperLimit, @Nullable BigDecimal rcpFmlaItemQuantity, @Nullable String rcpFmlaItemUnit, @Nullable String rcpFmlaItemExceptionCode, @Nullable BigDecimal rcpFmlaItemScrapInPercent, @Nullable BigDecimal rcpFmlaItemOverrunInPercent, @Nullable BigDecimal rcpFmlaItemQuantityInKilogram, @Nullable String rcpFmlaItemIsSelectedForCalc, @Nullable UUID rcpFmlaItemExplosionRecipeUUID, @Nullable String rcpFmlaItemIsBalancingItem, @Nullable String recipeFmlaItemAltvIsUsed, @Nullable String specificationType, @Nullable String specificationAuthznGroup, @Nullable UUID recipeProcessElementUUID, @Nullable UUID recipeProcessStageUUID, @Nullable UUID recipeProcessOperationUUID, @Nullable UUID recipeProcessActionUUID, @Nullable String recipeProcessStagePosNmbr, @Nullable String recipeProcessOperationPosNmbr, @Nullable String recipeProcessActionPosNmbr, @Nullable Calendar recipeLastChangeDateTime, @Nullable ErpConfigContext erpConfigContext)
public Class<RecipeFormulaItem> getType()
getType
in class VdmObject<RecipeFormulaItem>
public static <T> RecipeFormulaItemField<T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.public static RecipeFormulaItem.RecipeFormulaItemBuilder builder()
@Nullable public UUID getRcpFmlaItemUUID()
@Nullable public String getRcpFmlaItemPosition()
@Nullable public String getRcpFmlaItemType()
@Nullable public String getSpecificationInternalID()
@Nullable public String getSpecification()
First check if the specification field has an input help.Fields without input help:Enter a generic specification key.Choose Confirm.The SAP system checks whether your entry is permitted. For example, you cannot enter certain special characters, umlauts, or blank characters in the key. The SAP system lists all the suitable specification keys.Fields with input help:Enter a generic key.Choose Confirm.The SAP system searches for specifications as follows:First, it searches the identifiers of the category Number.If it does not find any corresponding identifier numbers, it searches the identifiers of the category Name.If it does not find any corresponding identifier names, it searches the specification keys.Example:Entry: 211*The system searches for specifications that have an identifier with the number 211*. Since hits are found, the system does not search for any other identifier names or specification keys.Examples of hits found:Specification key IU674828, CAS number 211-617-1, synonym diketeneSpecification key IU645625, CAS number 211-448-3, synonym 2-ethylhexanalEntry: AS*The system does not find any specifications that have an identifier with the number AS*, so it searches the identifier names. Since hits are found, the system does not search for any other specification keys.Examples of hits found:Specification key IU7647145, CAS number 7647-14-5, synonym saltSpecification key IU7697372, CAS number 7697-37-2, synonym nitric acid
@Nullable public String getMaterial()
@Nullable public String getRcpFmlaItemComponentType()
@Nullable public BigDecimal getRcpFmlaItemLowerLimit()
@Nullable public BigDecimal getRcpFmlaItemUpperLimit()
@Nullable public BigDecimal getRcpFmlaItemQuantity()
@Nullable public String getRcpFmlaItemUnit()
@Nullable public String getRcpFmlaItemExceptionCode()
@Nullable public BigDecimal getRcpFmlaItemScrapInPercent()
@Nullable public BigDecimal getRcpFmlaItemOverrunInPercent()
@Nullable public BigDecimal getRcpFmlaItemQuantityInKilogram()
@Nullable public String getRcpFmlaItemIsSelectedForCalc()
@Nullable public UUID getRcpFmlaItemExplosionRecipeUUID()
@Nullable public String getRcpFmlaItemIsBalancingItem()
A balancing item is relevant for evaporation (negative value) or absorption (positive value).For more information, see the Business Add-Ins under Logistics - General -> Product Lifecycle Management (PLM) -> PLM Web User Interface -> Recipe Development -> Recipe -> Calculations -> Business Add-Ins (BAdIs).
@Nullable public String getRecipeFmlaItemAltvIsUsed()
@Nullable public String getSpecificationType()
@Nullable public String getSpecificationAuthznGroup()
@Nullable public UUID getRecipeProcessElementUUID()
@Nullable public UUID getRecipeProcessStageUUID()
@Nullable public UUID getRecipeProcessOperationUUID()
@Nullable public String getRecipeProcessStagePosNmbr()
@Nullable public String getRecipeProcessOperationPosNmbr()
@Nullable public String getRecipeProcessActionPosNmbr()
@Nullable public Calendar getRecipeLastChangeDateTime()
@Nullable public ErpConfigContext getErpConfigContext()
public void setRcpFmlaItemUUID(@Nullable UUID rcpFmlaItemUUID)
rcpFmlaItemUUID
- public void setRcpFmlaUUID(@Nullable UUID rcpFmlaUUID)
rcpFmlaUUID
- public void setRcpFmlaItemPosition(@Nullable String rcpFmlaItemPosition)
rcpFmlaItemPosition
- public void setRcpFmlaItemType(@Nullable String rcpFmlaItemType)
rcpFmlaItemType
- public void setSpecificationInternalID(@Nullable String specificationInternalID)
specificationInternalID
- public void setSpecification(@Nullable String specification)
First check if the specification field has an input help.Fields without input help:Enter a generic specification key.Choose Confirm.The SAP system checks whether your entry is permitted. For example, you cannot enter certain special characters, umlauts, or blank characters in the key. The SAP system lists all the suitable specification keys.Fields with input help:Enter a generic key.Choose Confirm.The SAP system searches for specifications as follows:First, it searches the identifiers of the category Number.If it does not find any corresponding identifier numbers, it searches the identifiers of the category Name.If it does not find any corresponding identifier names, it searches the specification keys.Example:Entry: 211*The system searches for specifications that have an identifier with the number 211*. Since hits are found, the system does not search for any other identifier names or specification keys.Examples of hits found:Specification key IU674828, CAS number 211-617-1, synonym diketeneSpecification key IU645625, CAS number 211-448-3, synonym 2-ethylhexanalEntry: AS*The system does not find any specifications that have an identifier with the number AS*, so it searches the identifier names. Since hits are found, the system does not search for any other specification keys.Examples of hits found:Specification key IU7647145, CAS number 7647-14-5, synonym saltSpecification key IU7697372, CAS number 7697-37-2, synonym nitric acid
specification
- public void setMaterial(@Nullable String material)
material
- public void setRcpFmlaItemComponentType(@Nullable String rcpFmlaItemComponentType)
rcpFmlaItemComponentType
- public void setRcpFmlaItemLowerLimit(@Nullable BigDecimal rcpFmlaItemLowerLimit)
rcpFmlaItemLowerLimit
- public void setRcpFmlaItemUpperLimit(@Nullable BigDecimal rcpFmlaItemUpperLimit)
rcpFmlaItemUpperLimit
- public void setRcpFmlaItemQuantity(@Nullable BigDecimal rcpFmlaItemQuantity)
rcpFmlaItemQuantity
- public void setRcpFmlaItemUnit(@Nullable String rcpFmlaItemUnit)
rcpFmlaItemUnit
- public void setRcpFmlaItemExceptionCode(@Nullable String rcpFmlaItemExceptionCode)
rcpFmlaItemExceptionCode
- public void setRcpFmlaItemScrapInPercent(@Nullable BigDecimal rcpFmlaItemScrapInPercent)
rcpFmlaItemScrapInPercent
- public void setRcpFmlaItemOverrunInPercent(@Nullable BigDecimal rcpFmlaItemOverrunInPercent)
rcpFmlaItemOverrunInPercent
- public void setRcpFmlaItemQuantityInKilogram(@Nullable BigDecimal rcpFmlaItemQuantityInKilogram)
rcpFmlaItemQuantityInKilogram
- public void setRcpFmlaItemIsSelectedForCalc(@Nullable String rcpFmlaItemIsSelectedForCalc)
rcpFmlaItemIsSelectedForCalc
- public void setRcpFmlaItemExplosionRecipeUUID(@Nullable UUID rcpFmlaItemExplosionRecipeUUID)
rcpFmlaItemExplosionRecipeUUID
- public void setRcpFmlaItemIsBalancingItem(@Nullable String rcpFmlaItemIsBalancingItem)
A balancing item is relevant for evaporation (negative value) or absorption (positive value).For more information, see the Business Add-Ins under Logistics - General -> Product Lifecycle Management (PLM) -> PLM Web User Interface -> Recipe Development -> Recipe -> Calculations -> Business Add-Ins (BAdIs).
rcpFmlaItemIsBalancingItem
- public void setRecipeFmlaItemAltvIsUsed(@Nullable String recipeFmlaItemAltvIsUsed)
recipeFmlaItemAltvIsUsed
- public void setSpecificationType(@Nullable String specificationType)
specificationType
- public void setSpecificationAuthznGroup(@Nullable String specificationAuthznGroup)
specificationAuthznGroup
- public void setRecipeProcessElementUUID(@Nullable UUID recipeProcessElementUUID)
recipeProcessElementUUID
- public void setRecipeProcessStageUUID(@Nullable UUID recipeProcessStageUUID)
recipeProcessStageUUID
- public void setRecipeProcessOperationUUID(@Nullable UUID recipeProcessOperationUUID)
recipeProcessOperationUUID
- public void setRecipeProcessActionUUID(@Nullable UUID recipeProcessActionUUID)
recipeProcessActionUUID
- public void setRecipeProcessStagePosNmbr(@Nullable String recipeProcessStagePosNmbr)
recipeProcessStagePosNmbr
- public void setRecipeProcessOperationPosNmbr(@Nullable String recipeProcessOperationPosNmbr)
recipeProcessOperationPosNmbr
- public void setRecipeProcessActionPosNmbr(@Nullable String recipeProcessActionPosNmbr)
recipeProcessActionPosNmbr
- public void setRecipeLastChangeDateTime(@Nullable Calendar recipeLastChangeDateTime)
recipeLastChangeDateTime
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<RecipeFormulaItem>
public boolean equals(Object o)
equals
in class VdmObject<RecipeFormulaItem>
public int hashCode()
hashCode
in class VdmObject<RecipeFormulaItem>
Copyright © 2018 SAP SE. All rights reserved.