Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_RecipeFormulaItem" of service "API_RECIPE". This service is part of the following communication scenarios: Product Lifecycle Management - Recipe Development Integration (SAP_COM_0136). See https://api.sap.com/api/API_RECIPE for more information.

Hierarchy

  • any
    • RecipeFormulaItem

Implements

Index

Properties

Methods

Properties

material

material: string

Material Number. Maximum length: 40.

nullable

rcpFmlaItemComponentType

rcpFmlaItemComponentType: string

Component Type of Formula Item. Maximum length: 10.

nullable

rcpFmlaItemExceptionCode

rcpFmlaItemExceptionCode: string

Exception Value. Maximum length: 2.

nullable

rcpFmlaItemExplosionRecipeUuid

rcpFmlaItemExplosionRecipeUuid: string

Common Recipe GUID.

nullable

rcpFmlaItemIsBalancingItem

rcpFmlaItemIsBalancingItem: string

Balancing Item. This data element indicates whether a formula item is a balancing item. 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). Maximum length: 1.

nullable

rcpFmlaItemIsSelectedForCalc

rcpFmlaItemIsSelectedForCalc: string

Calculate Quantity. Maximum length: 1.

nullable

rcpFmlaItemLowerLimit

rcpFmlaItemLowerLimit: BigNumber

Quantity.

nullable

rcpFmlaItemOverrunInPercent

rcpFmlaItemOverrunInPercent: BigNumber

Scrap Factor for Formula Item.

nullable

rcpFmlaItemPosition

rcpFmlaItemPosition: string

Number of a Formula Item. Maximum length: 4.

nullable

rcpFmlaItemQuantity

rcpFmlaItemQuantity: BigNumber

Quantity.

nullable

rcpFmlaItemQuantityInKilogram

rcpFmlaItemQuantityInKilogram: BigNumber

Absolute Mass (As Float).

nullable

rcpFmlaItemScrapInPercent

rcpFmlaItemScrapInPercent: BigNumber

Scrap Factor for Formula Item.

nullable

rcpFmlaItemType

rcpFmlaItemType: string

Formula Item Type. Maximum length: 5.

nullable

rcpFmlaItemUnit

rcpFmlaItemUnit: string

Unit of Measure. Maximum length: 3.

nullable

rcpFmlaItemUpperLimit

rcpFmlaItemUpperLimit: BigNumber

Quantity.

nullable

rcpFmlaItemUuid

rcpFmlaItemUuid: string

Formula Item GUID.

rcpFmlaUuid

rcpFmlaUuid: string

Formula GUID.

nullable

recipeFmlaItemAltvIsUsed

recipeFmlaItemAltvIsUsed: string

Alternative Item Used for Calculation. Maximum length: 1.

nullable

recipeLastChangeDateTime

recipeLastChangeDateTime: Moment

UTC Time Stamp in Short Form (YYYYMMDDhhmmss).

nullable

recipeProcessActionPosNmbr

recipeProcessActionPosNmbr: string

ID of a Process Element. Maximum length: 4.

nullable

recipeProcessActionUuid

recipeProcessActionUuid: string

Recipe Process Action Uuid.

nullable

recipeProcessElementUuid

recipeProcessElementUuid: string

Process Element GUID.

nullable

recipeProcessOperationPosNmbr

recipeProcessOperationPosNmbr: string

ID of a Process Element. Maximum length: 4.

nullable

recipeProcessOperationUuid

recipeProcessOperationUuid: string

Recipe Process Operation Uuid.

nullable

recipeProcessStagePosNmbr

recipeProcessStagePosNmbr: string

ID of a Process Element. Maximum length: 4.

nullable

recipeProcessStageUuid

recipeProcessStageUuid: string

Process Element GUID.

nullable

specification

specification: string

Specification. Specifies the 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: 211The 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: ASThe 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. Maximum length: 12.

nullable

specificationAuthznGroup

specificationAuthznGroup: string

Recipe Authorization Group. Maximum length: 10.

nullable

specificationInternalId

specificationInternalId: string

Specification Key. Maximum length: 20.

nullable

specificationType

specificationType: string

Specification Type. Maximum length: 10.

nullable

toExplosionRecipe

toExplosionRecipe: Recipe

One-to-one navigation property to the Recipe entity.

toRecipe

toRecipe: Recipe

One-to-one navigation property to the Recipe entity.

toRecipeProcessElement

toRecipeProcessElement: RecipeProcessElement

One-to-one navigation property to the RecipeProcessElement entity.

Static MATERIAL

MATERIAL: StringField<RecipeFormulaItem> = new StringField('Material', RecipeFormulaItem, 'Edm.String')

Static representation of the material property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_COMPONENT_TYPE

RCP_FMLA_ITEM_COMPONENT_TYPE: StringField<RecipeFormulaItem> = new StringField('RcpFmlaItemComponentType', RecipeFormulaItem, 'Edm.String')

Static representation of the rcpFmlaItemComponentType property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_EXCEPTION_CODE

RCP_FMLA_ITEM_EXCEPTION_CODE: StringField<RecipeFormulaItem> = new StringField('RcpFmlaItemExceptionCode', RecipeFormulaItem, 'Edm.String')

Static representation of the rcpFmlaItemExceptionCode property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_EXPLOSION_RECIPE_UUID

RCP_FMLA_ITEM_EXPLOSION_RECIPE_UUID: StringField<RecipeFormulaItem> = new StringField('RcpFmlaItemExplosionRecipeUUID', RecipeFormulaItem, 'Edm.Guid')

Static representation of the rcpFmlaItemExplosionRecipeUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_IS_BALANCING_ITEM

RCP_FMLA_ITEM_IS_BALANCING_ITEM: StringField<RecipeFormulaItem> = new StringField('RcpFmlaItemIsBalancingItem', RecipeFormulaItem, 'Edm.String')

Static representation of the rcpFmlaItemIsBalancingItem property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_IS_SELECTED_FOR_CALC

RCP_FMLA_ITEM_IS_SELECTED_FOR_CALC: StringField<RecipeFormulaItem> = new StringField('RcpFmlaItemIsSelectedForCalc', RecipeFormulaItem, 'Edm.String')

Static representation of the rcpFmlaItemIsSelectedForCalc property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_LOWER_LIMIT

RCP_FMLA_ITEM_LOWER_LIMIT: BigNumberField<RecipeFormulaItem> = new BigNumberField('RcpFmlaItemLowerLimit', RecipeFormulaItem, 'Edm.Decimal')

Static representation of the rcpFmlaItemLowerLimit property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_OVERRUN_IN_PERCENT

RCP_FMLA_ITEM_OVERRUN_IN_PERCENT: BigNumberField<RecipeFormulaItem> = new BigNumberField('RcpFmlaItemOverrunInPercent', RecipeFormulaItem, 'Edm.Decimal')

Static representation of the rcpFmlaItemOverrunInPercent property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_POSITION

RCP_FMLA_ITEM_POSITION: StringField<RecipeFormulaItem> = new StringField('RcpFmlaItemPosition', RecipeFormulaItem, 'Edm.String')

Static representation of the rcpFmlaItemPosition property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_QUANTITY

RCP_FMLA_ITEM_QUANTITY: BigNumberField<RecipeFormulaItem> = new BigNumberField('RcpFmlaItemQuantity', RecipeFormulaItem, 'Edm.Decimal')

Static representation of the rcpFmlaItemQuantity property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_QUANTITY_IN_KILOGRAM

RCP_FMLA_ITEM_QUANTITY_IN_KILOGRAM: BigNumberField<RecipeFormulaItem> = new BigNumberField('RcpFmlaItemQuantityInKilogram', RecipeFormulaItem, 'Edm.Decimal')

Static representation of the rcpFmlaItemQuantityInKilogram property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_SCRAP_IN_PERCENT

RCP_FMLA_ITEM_SCRAP_IN_PERCENT: BigNumberField<RecipeFormulaItem> = new BigNumberField('RcpFmlaItemScrapInPercent', RecipeFormulaItem, 'Edm.Decimal')

Static representation of the rcpFmlaItemScrapInPercent property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_TYPE

RCP_FMLA_ITEM_TYPE: StringField<RecipeFormulaItem> = new StringField('RcpFmlaItemType', RecipeFormulaItem, 'Edm.String')

Static representation of the rcpFmlaItemType property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_UNIT

RCP_FMLA_ITEM_UNIT: StringField<RecipeFormulaItem> = new StringField('RcpFmlaItemUnit', RecipeFormulaItem, 'Edm.String')

Static representation of the rcpFmlaItemUnit property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_UPPER_LIMIT

RCP_FMLA_ITEM_UPPER_LIMIT: BigNumberField<RecipeFormulaItem> = new BigNumberField('RcpFmlaItemUpperLimit', RecipeFormulaItem, 'Edm.Decimal')

Static representation of the rcpFmlaItemUpperLimit property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_ITEM_UUID

RCP_FMLA_ITEM_UUID: StringField<RecipeFormulaItem> = new StringField('RcpFmlaItemUUID', RecipeFormulaItem, 'Edm.Guid')

Static representation of the rcpFmlaItemUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RCP_FMLA_UUID

RCP_FMLA_UUID: StringField<RecipeFormulaItem> = new StringField('RcpFmlaUUID', RecipeFormulaItem, 'Edm.Guid')

Static representation of the rcpFmlaUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_FMLA_ITEM_ALTV_IS_USED

RECIPE_FMLA_ITEM_ALTV_IS_USED: StringField<RecipeFormulaItem> = new StringField('RecipeFmlaItemAltvIsUsed', RecipeFormulaItem, 'Edm.String')

Static representation of the recipeFmlaItemAltvIsUsed property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_LAST_CHANGE_DATE_TIME

RECIPE_LAST_CHANGE_DATE_TIME: DateField<RecipeFormulaItem> = new DateField('RecipeLastChangeDateTime', RecipeFormulaItem, 'Edm.DateTimeOffset')

Static representation of the recipeLastChangeDateTime property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_PROCESS_ACTION_POS_NMBR

RECIPE_PROCESS_ACTION_POS_NMBR: StringField<RecipeFormulaItem> = new StringField('RecipeProcessActionPosNmbr', RecipeFormulaItem, 'Edm.String')

Static representation of the recipeProcessActionPosNmbr property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_PROCESS_ACTION_UUID

RECIPE_PROCESS_ACTION_UUID: StringField<RecipeFormulaItem> = new StringField('RecipeProcessActionUUID', RecipeFormulaItem, 'Edm.Guid')

Static representation of the recipeProcessActionUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_PROCESS_ELEMENT_UUID

RECIPE_PROCESS_ELEMENT_UUID: StringField<RecipeFormulaItem> = new StringField('RecipeProcessElementUUID', RecipeFormulaItem, 'Edm.Guid')

Static representation of the recipeProcessElementUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_PROCESS_OPERATION_POS_NMBR

RECIPE_PROCESS_OPERATION_POS_NMBR: StringField<RecipeFormulaItem> = new StringField('RecipeProcessOperationPosNmbr', RecipeFormulaItem, 'Edm.String')

Static representation of the recipeProcessOperationPosNmbr property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_PROCESS_OPERATION_UUID

RECIPE_PROCESS_OPERATION_UUID: StringField<RecipeFormulaItem> = new StringField('RecipeProcessOperationUUID', RecipeFormulaItem, 'Edm.Guid')

Static representation of the recipeProcessOperationUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_PROCESS_STAGE_POS_NMBR

RECIPE_PROCESS_STAGE_POS_NMBR: StringField<RecipeFormulaItem> = new StringField('RecipeProcessStagePosNmbr', RecipeFormulaItem, 'Edm.String')

Static representation of the recipeProcessStagePosNmbr property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static RECIPE_PROCESS_STAGE_UUID

RECIPE_PROCESS_STAGE_UUID: StringField<RecipeFormulaItem> = new StringField('RecipeProcessStageUUID', RecipeFormulaItem, 'Edm.Guid')

Static representation of the recipeProcessStageUuid property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SPECIFICATION

SPECIFICATION: StringField<RecipeFormulaItem> = new StringField('Specification', RecipeFormulaItem, 'Edm.String')

Static representation of the specification property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SPECIFICATION_AUTHZN_GROUP

SPECIFICATION_AUTHZN_GROUP: StringField<RecipeFormulaItem> = new StringField('SpecificationAuthznGroup', RecipeFormulaItem, 'Edm.String')

Static representation of the specificationAuthznGroup property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SPECIFICATION_INTERNAL_ID

SPECIFICATION_INTERNAL_ID: StringField<RecipeFormulaItem> = new StringField('SpecificationInternalID', RecipeFormulaItem, 'Edm.String')

Static representation of the specificationInternalId property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SPECIFICATION_TYPE

SPECIFICATION_TYPE: StringField<RecipeFormulaItem> = new StringField('SpecificationType', RecipeFormulaItem, 'Edm.String')

Static representation of the specificationType property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_EXPLOSION_RECIPE

TO_EXPLOSION_RECIPE: OneToOneLink<RecipeFormulaItem, Recipe> = new OneToOneLink('to_ExplosionRecipe', RecipeFormulaItem, Recipe)

Static representation of the one-to-one navigation property toExplosionRecipe for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_RECIPE

TO_RECIPE: OneToOneLink<RecipeFormulaItem, Recipe> = new OneToOneLink('to_Recipe', RecipeFormulaItem, Recipe)

Static representation of the one-to-one navigation property toRecipe for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_RECIPE_PROCESS_ELEMENT

TO_RECIPE_PROCESS_ELEMENT: OneToOneLink<RecipeFormulaItem, RecipeProcessElement> = new OneToOneLink('to_RecipeProcessElement', RecipeFormulaItem, RecipeProcessElement)

Static representation of the one-to-one navigation property toRecipeProcessElement for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [RecipeFormulaItem.RCP_FMLA_ITEM_UUID,RecipeFormulaItem.RCP_FMLA_UUID,RecipeFormulaItem.RCP_FMLA_ITEM_POSITION,RecipeFormulaItem.RCP_FMLA_ITEM_TYPE,RecipeFormulaItem.SPECIFICATION_INTERNAL_ID,RecipeFormulaItem.SPECIFICATION,RecipeFormulaItem.MATERIAL,RecipeFormulaItem.RCP_FMLA_ITEM_COMPONENT_TYPE,RecipeFormulaItem.RCP_FMLA_ITEM_LOWER_LIMIT,RecipeFormulaItem.RCP_FMLA_ITEM_UPPER_LIMIT,RecipeFormulaItem.RCP_FMLA_ITEM_QUANTITY,RecipeFormulaItem.RCP_FMLA_ITEM_UNIT,RecipeFormulaItem.RCP_FMLA_ITEM_EXCEPTION_CODE,RecipeFormulaItem.RCP_FMLA_ITEM_SCRAP_IN_PERCENT,RecipeFormulaItem.RCP_FMLA_ITEM_OVERRUN_IN_PERCENT,RecipeFormulaItem.RCP_FMLA_ITEM_QUANTITY_IN_KILOGRAM,RecipeFormulaItem.RCP_FMLA_ITEM_IS_SELECTED_FOR_CALC,RecipeFormulaItem.RCP_FMLA_ITEM_EXPLOSION_RECIPE_UUID,RecipeFormulaItem.RCP_FMLA_ITEM_IS_BALANCING_ITEM,RecipeFormulaItem.RECIPE_FMLA_ITEM_ALTV_IS_USED,RecipeFormulaItem.SPECIFICATION_TYPE,RecipeFormulaItem.SPECIFICATION_AUTHZN_GROUP,RecipeFormulaItem.RECIPE_PROCESS_ELEMENT_UUID,RecipeFormulaItem.RECIPE_PROCESS_STAGE_UUID,RecipeFormulaItem.RECIPE_PROCESS_OPERATION_UUID,RecipeFormulaItem.RECIPE_PROCESS_ACTION_UUID,RecipeFormulaItem.RECIPE_PROCESS_STAGE_POS_NMBR,RecipeFormulaItem.RECIPE_PROCESS_OPERATION_POS_NMBR,RecipeFormulaItem.RECIPE_PROCESS_ACTION_POS_NMBR,RecipeFormulaItem.RECIPE_LAST_CHANGE_DATE_TIME,RecipeFormulaItem.TO_RECIPE,RecipeFormulaItem.TO_EXPLOSION_RECIPE,RecipeFormulaItem.TO_RECIPE_PROCESS_ELEMENT]

All fields of the RecipeFormulaItem entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_RECIPE"

Default url path for the according service.

Static _entityName

_entityName: string = "A_RecipeFormulaItem"

Technical entity name for RecipeFormulaItem.

Static _keyFields

_keyFields: Array<Selectable<RecipeFormulaItem>> = [RecipeFormulaItem.RCP_FMLA_ITEM_UUID]

All key fields of the RecipeFormulaItem entity.

Static _keys

_keys: any = RecipeFormulaItem._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property RecipeFormulaItem.

Static _serviceName

_serviceName: string = "API_RECIPE"

Technical service name for RecipeFormulaItem.

Methods

Static builder

Static requestBuilder

  • Returns a request builder to construct requests for operations on the RecipeFormulaItem entity type.

    Returns RecipeFormulaItemRequestBuilder

    A RecipeFormulaItem request builder.