cancel
Showing results for 
Search instead for 
Did you mean: 

How to control Inspeciton generation from Process/ Production Order

Former Member
0 Kudos

Hi SAP Gurus,

In our business place earlier we used to have Process order.The specific Process order type wouldn't generate any Lot.But once we switch to production order , we are getting inspection lot for New Production Order type.

The need is that for specific production order (which is not for main production), the system shouldn't generate 03, 04 type of inspection lot with many real process / production inspection tests.

For this purpose we tried to limit the inspection type for Production order using Order type dependent parameter.

In that we assign new inspection type (other than 03 or 04 inspection types ). The new inspection type is attached with new Usage.And New usage has got its own Group counter with limited test.

So Group counter created with new usage. New usage used in new inspection type. And new inspection type tied with production order. With this we were able to limit for not having inspection lot of 03 inspection type for this production order.

But system generate the 04 type of inspection lot , though production order has got new inspection type attached with it.

Also the new setup 04 type of inspection lots in created mode.

How to make sure that system only generate the new inspection type inspection lots.

Advance Thanks for all the detail help steps.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

If you want to restrict quality inspection based on production order type, Its possible. Use exit QAAT0001. Take help from ABAPer, dont forget to set E_NO_INSPECTION based on the order type field there. VERY IMPORTANT: Put E_TQ32 = I_TQ32 in the program, otherwise you will get error "Post stock in QM only"

SDG

Former Member
0 Kudos

There is no standard way to control 04 type inspection lots creation based on production order type.

You may have to use user exit QAAT001 for this purpose.