cancel
Showing results for 
Search instead for 
Did you mean: 

PLM - Recipe Management

Former Member
0 Kudos

I am very new to Recipe Management. I see that RMWB is the transaction for display of the Recipe.

1. Is there any transaction for creation of the recipe.

2. I am also working on the other requirement - where Users need the ability to push a button on the Input/Output screen of the Formula on a Recipe and have the Inputs of the formula copied to the Exact Composition of the Output Substance and converted from kilograms to percentage if entered that way.

Go to Transaction RMWB

Open a Recipe

Under Detailed Structure, double click the Dependent Formula to open the Formula for the recipe

Click the Input and Output tab

When the u201CTransfer to Spec of Pr. Outputu201D button is clicked, copy the u201CInputsu201D tabu2019s contents to the u201CExact Composition based upon Productsu201D area on the Output Substance and convert kilograms to %.

To get to the Output Substance u2013

Double click the substance number on the output substance.

Expand the Composition property tree on the bottom left.

Double click the u201CExact Composition based upon Productsu201D

This is what should be populated with the contents of the Pure Compositionu2019s tab on the Formula.

Currently the same button on the Pure Composition tab on the Recipeu2019s Formula does the correct coding for this, only it goes to the Standard Composition instead copying the pure composition to the standard composition (however, no conversion is done on this tab whereas it would be needed on the Input and Output tab).

The function module for the Pure Composition tabu2019s button is the following:

frml539a_save_comp

The function module for the IO tabu2019s button is the following:FRML565_WRITE_IO_DATA_TO_EHS

Please let me how do I modify the above function module.

Accepted Solutions (0)

Answers (1)

Answers (1)

rolandfreudenbe
Employee
Employee
0 Kudos

Dear Gowthami,

you can only create an new recipe in the recipe management workbench (transaction RMWB). Please, call the transaction RMWB and switch to the edit mode; then the create-button is availble.

If a 2nd value assignment type should be updated with the function module FRML539A_SAVE_COMP, a new function module (for a 2nd button) is necessary or a modification of this module. If only the value assignment type (in standard: SAP_EHS_1012_001) should be changed, please check the settings of the recipe management IMG activity: Specify Parameters for Explosion Scope for the explosion scope CMP.

Best regards,

Roland