cancel
Showing results for 
Search instead for 
Did you mean: 

Regd Recipe Management in MII

Former Member
0 Kudos

Hi,

Can we automate the Recipe Management in SAP MII?

If anybody have done earlier in their projects,please share the info with me.

Thanks in advance..

-Suresh Hiremath

Accepted Solutions (0)

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

Hi Suresh,

Can you be more specific on what tasks need to be automated?

Thanks,

Mike

Former Member
0 Kudos

Mike,

Automating from Start to Finish.

It includes as explained below:

1) Plan : Planning Product,Timeline,Quantity

2)Preparation : Recipes,Batch Records

3)Operations : Automatic Execution,Recipe Execution,Providing Equipment Parameters

4)Recording: Events,Values,Tests

5)Reporting : Batch Recording

6)Analyzing: KPIS,Metrics,Quality

7) Releasing : Sample Testing,OK/NotOk

Hope you got my requirements exactly.

Thanks in advance

-Suresh Hiremath

Former Member
0 Kudos

There are many BAPIs/ Function Modules avaliable to achieve your listed tasks as long as you are getting all process message from Control Systems and properly mapping the request & response segments of BAPIs. Certain IDocs can be used to download process data into MII.

BAPI_CONTROL_RECIPE_GET_LIST

BAPI_CONTROL_RECIPE_REQUEST

BAPI_PROCORDCONF_GETDETAIL

BAPI_PROCORD_GET_DETAIL

BAPI_PROCORD_GET_LIST

Control recipes are used to transfer the following data:

u2022Process and control parameters

u2022Texts with instructions for the process operator in the case of lines that are manually operate(either fully or partially)

u2022Information on process messages that are to be returned

Process messages supply information on the following:

u2022Status of process orders

u2022Consumption and production of materials

u2022Status of resources

u2022Selected process events

They are used for creating electronic batch records and production records, and for updating the process order and material stocks.

In other words Process Messages are used for the integration of process data into PP, MM and QM logistic components. Understanding of Process messages will help you to achieve your task.

Regards

Ram Upadhyay

Former Member
0 Kudos

Hi Ram,

Thanks for the answers.

You have explained on the side of SAP systems like Plaanning and Preperation.

But how about Operations side,there are many manufacturing process will be going on. How we can control the paraamters,KPI values using MII.

-Suresh