cancel
Showing results for 
Search instead for 
Did you mean: 

pi sheets

Former Member
0 Kudos

how to create a pi sheet in master recipe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In control recipe destination the destination type must be browser based.Another is Abap based generally it is using.

So select that recipe destination, select phase & go in deatil u will find INSTR.READ1, READ2,SIGN which can used as a instruction.

There are two types 1:process sheet 2: remote fuction call (RFC)

Process sheet is used for giving instructions to line operator & also entering data during reaction etc per period.

For INSTR- select it give instruction for that particular phase.

READ1 - In which we are one column is available where we can enter 1 value by line opearator

READ2- Here 4 columns are available u can use it as date,time,temp,total etc. as per your requirement.

SIGN- Here u can use it as a to identify who entered the value.Systen will ask for pass word after entering ID

After creation & releasing process order create contriol recipe.

Thern go for T code- CO 53 - send control recipe(control recipe monitor)

http://help.sap.com/saphelp_46c/helpdata/en/f3/6ee4117aed11d2a5fe0060087d1a6b/content.htm

CO60 - Operator will enter the values

CO54 - send process messages

http://help.sap.com/saphelp_46c/helpdata/en/ac/6a101268ce11d2a67600104b57eaa3/content.htm

CO55- Check the report.

Check the above & reward if useful.

Regards,

Suhas

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ravi,

1.Go to T code C201. or C202 if you have already created master receipe.

2. go to operations tab

3.Choose the phase and click oper details

4.Choose process instr tab

5.Give the process instructions category one by one and click save.

Regards

Ranga