cancel
Showing results for 
Search instead for 
Did you mean: 

Inspection Plan

Former Member
0 Kudos

Hi,

During MFBF, the Inspection Plan Group Counter 1 gets attached to the Inspection Lot that gets created. I want Inspection Plan Group Counter 2 to be attached. Both have the same Usage ,Status, Lot size, valid dates . Is this possible?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member42743
Active Contributor
0 Kudos

If you need to have both group counters 1 & 2 assigned to the material you can use a user exit to select the proper plan based on your own logic.

Look at user exits:

  QPAP0001 Enhancement - plan reading                                 
QPAP0002 Enhancement for material/plan assignment, plan selection   

I believe the second one will probably do it for you.

Another option is to create two inspection types (each with a different plan usage so the proper plan is selected when the inspection type is chosen).  Then use the following user exit to select the proper inspection type to use: 

  QAAT0001 Inspection type determination different from variant 01    

Craig

Former Member
0 Kudos

Hi Radhakrishnan,

First you have to provide why you need this type of requirement?

If you want to use group counter 2 then you can assign the material to the material assignmnet tab in header of inspection plan.

Like:

Inspection counter 1: Don't assign material.

Inspection counter 2: Assign material which you want at MFBF.

Former Member
0 Kudos

Hi,

Thank you for the reply. I am creating a customized MFBF program. In this program we need to assign Group Counter 2.


Former Member
0 Kudos

Unless you have some unique difference between Group counter 1 & Group counter 2, how the system will bring the desired one??

As mentioned above, remove the material assignment or keep the status appropriately to bring that in custom program.

Former Member
0 Kudos

Dear,

It is only bring on the base of material assignment. Please write program on base of material assignment.

Former Member
0 Kudos

Hi,

The difference between the group counters is that in Gr Ctr 1, there is a work center reference in the operation.

The Search fields of the Group Counters are different. Is there any way we can customize the inspection plan assigned through code.

Regards,

Radhakrishnan

Former Member
0 Kudos

You can use either Work Center or Search field. Logic is yours, so you have to decide how you want to select the Inspection plan on what basis.