cancel
Showing results for 
Search instead for 
Did you mean: 

change production order status based on QE11 results

former_member209252
Participant
0 Kudos

Hi,

I would like to change production order status based on QE11 results,

can someone suggest user exit in which i can see the result of the valuation.

thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member42743
Active Contributor
0 Kudos

You can look at this user exit:

  QEVA0010 UD: Usage decision check                                   

Or you could consider adding a follow-up action to the UD codes.

FF

former_member209252
Participant
0 Kudos

Hi,

i want to change the production order user status before the UD,

based on the results, for example if the first operation was checked and the result was approved, i want the status to be XXX, and the inspection failed, the order status should be YYY.

former_member42743
Active Contributor
0 Kudos
  QEEM0003 User exit: add. functions after valuating insp. characs    
QEEM0004 User exit: add. functions after valuation of partial samples
QEEM0006 User exit: add. functions after closing inspection characs 
QEEM0007 User exit: add. functions after completing partial samples 
QEEM0011 User exit: add. functions before valuating insp. characs   
QEEM0012 User exit: add. functions before valuating partial samples 

You'd have to look at using one of the above exits.  I can't suggest which one without knowing a lot more about your system. 

In some of these cases you would be checking after each characteristic was locked. I.e. if any fail, change the order status.  (QEEM006). 

You might be able to use QEEM0012 or QEEM0007 depending on your design.

FF

former_member209252
Participant
0 Kudos

thanks,

i solved the problem with BADI = QE_SAVE.

Answers (0)