cancel
Showing results for 
Search instead for 
Did you mean: 

SAP QM - Adding a new Insp.Characteristic to a Lot Operation

Former Member
0 Kudos

Good morning ,

I have a batch input that add a new inspection characteristic to a Lot Operation . . .

This works god for some characteristics that don't need the control method but for some

characteristics that ask for control method it does not work and goes to error . . .

I need to know by ABAP table how to find if an Insp.Char need the control method or not . . .

I wish i was clare.

Thanks !

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This error mainly comes when you have method attached to some of the MIC's.What happens is when you execute the batch processing say for a char method is asked.For next MIC even if the method not exists due to buffer it asks for the method & prog stuck there.You have to manually remove the buffer & run the same.

Answers (2)

Answers (2)

former_member42743
Active Contributor
0 Kudos

Table QMPZ contains the assignment of methods to inspection characteristics.

FF

former_member42743
Active Contributor
0 Kudos

Are you referriing to the inspection method? Or the sampling procedure?

FF

Former Member
0 Kudos

To the Inspection Method , thanks