cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict operation confirmation if Characteristic rejected

babarkhan_mujawar
Participant
0 Kudos

Hi,

We have 4 operations- 0010, 0020, 0030 & 0040 for the Production order and Inspection characteristic is assign at operation 0030.

Suppose the Order Qty is 10 PC, if i confirmed 4 PC upto operation 0020, then and reject the characteristic for 5th item. But system is allowing me to confirm the 5th item

How can i control this?. I want system should not allowed to confirm the operation for 5th item but allow to confirm for 6th to 10th item, if the characteristic is accepted.

All this items are serialization number.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member42743
Active Contributor
0 Kudos

You'd have to look at doing a customized solution for this.  Probably a user exit at time of confirmation.

SAP has no way of processing what makes an item sutitable to "PASS" or confirm.  What if there are 20 different tests? What if half of them are informational only tests and any failure of these wouldn't fail the item.  What if there are minor tests collected for product engineers only?  Could an item be failed if it passes all but one test?  All but two?  All but three?  Which 2 or 3?

Craig

babarkhan_mujawar
Participant
0 Kudos

Hi Craig S,

We are recording the results against each serial number (Unit to be Inspected) and we are also confirming the operation serial number wise.

former_member42743
Active Contributor
0 Kudos

Ok.. so you are recording the results against each item.  It doesn't change the fact that SAP still has no idea if the item should be rejected or not.  It can be set up to accept everything if all tests pass.  But it can't be set up to reject an item automatically if any one MIC fails.  (not without customization).

It's perfectly acceptable for a business to accept something to UR that failed a test or two.  Many places do that.

If you want the system to block confirmation, you are going to have to provide custom coding in a user exit or somewhere.

Craig