cancel
Showing results for 
Search instead for 
Did you mean: 

In-process inspection- operation wise result recording sequence

anand_rao3
Active Contributor
0 Kudos

Hello Everyone,

I have just come across a requirement and would be grateful if someone can help me out in this regard.

1. This is make to stock discrete manufacturing scenario.

2. Inspection type 03 has been activated in material master.

3. The setting in OPK4 are, error if no inspection results exist and error when operation sequence is not adhered to.

4. As a result of which I cannot confirm the operation in CO11N unless result recording is done for corresponding operation.

The requirement,

1. User should not be able to carry out result recording for operation 30 unless at least 1 quantity of operation 20 (preceding operation) is confirmed. Likewise it should behave for rest of the operations.

2. Practically material is processed for operation 30 only if 20 is confirmed. Therefore operation 30 should be inspected after 20. System allows to input result recording for all the operations irrespective its confirmations.

Is there any standard solution for this or should I go for any exit?

Thank you,

Anand Rao

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I think try to use Inspection point & valuation.I think system allow you to do the result recording operqation wise ans also allows confirmation through inspection points.

If not then you can use

QEEM0011 --->User exit: add. functions before valuating insp. characs

QEEM0015--->User exit: add. functions after entering individual results

wherein logic can be for the previous operation execpt 1st all char should have status "5"

anand_rao3
Active Contributor
0 Kudos

Hi Sujit,

Thanks for so prompt response.

I am using inspection point 100. Still it is not restricting. The operation confirmation is done through CO11N and not feasible for users to perform it through QM module.

The logic is, if I try to carry out result recording for operation 30 , system should firstly check whether any confirmation number exists or (at least 1 quantity is confirmed)for previous operation i.e. 20. If not it must stop doing RR for 30 operation.

Whether exits QEEM0011 and QEEM0015 can restrict this, as by their description I think these work after entering RR. Here it is required before RR. Any guesses?

Thank you again for your kind reply.

Regards,

Anand

An addition,

Even though QEEM0011 works before valuation user is able to enter RR. The requirement is user should not enter the any RR irrespecive of valuation. If user enters RR and do not valuate it this exit may not work and eventually can allow to confirm OP30.

Edited by: Anand Rao on Aug 24, 2011 1:21 PM

Former Member
0 Kudos

yes

QEEM0015 --->User exit: add. functions after entering individual results -->also works after entering the individual results.

There is no user ecit exists which check before result recording for a operation.

This is only way i can see...

Also note badi

(BAdI) QE_SAVE

Edited by: Sujit Gujar on Aug 24, 2011 2:07 PM