cancel
Showing results for 
Search instead for 
Did you mean: 

Process order - Insp type

former_member224727
Active Participant
0 Kudos

In our business when we release order system create 04 type lot.

Now we have requirement that if we release X order then system should create 04 type lot and if we release Y order then system should create Z type inspection lot. How can we achieve? what setting need to do?

Tom.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member224727
Active Participant
0 Kudos

thanks

Former Member
0 Kudos

Hi

There is no std solution for this requirement.As system will always create inpsection lot depending upon the inspection type active in QM view.Only what you can control is is the variant of inspection type.User exit mensioned by FF will only help you.

Again there is one more condition you have to create Inspection type of 04 origin or 03 origin only depending upon the scenario.

Otherwise you may have to think of different solution.

Regards

Sujit

Former Member
0 Kudos

Dear Tom,

When you release the order, '03' type Inspection lot is generated which is for inprocess. And when you confirm the production / do GR against that order '04' Inspection lot is generated automatically. This is as per standard SAP QM function.

To best of my knowledge system will not create '04' type lot when you release order.

Please revert.

Best Regards,

Shekhar Mokashi

former_member42743
Active Contributor
0 Kudos

You'll have to use a user exit for this.

QAAT0001 - Inspection type determination different from variant 01

This allows you to select the variant (inspection type) based on your own logic. You'll have to provide the logic in the exit. If there are a lot of these orders, you might want to create a Z table to hold the relationship between order type and inspection type. Use the user exit to look up the order type, find the inspection type and modify the values in the user exit.

FF

former_member224727
Active Participant
0 Kudos

FF - thanks for reply.

is there any standard solution for this other than this custom logic in exit?

Edited by: Tom_Eric on Mar 10, 2010 8:26 PM

former_member42743
Active Contributor
0 Kudos

Not that I'm aware of. But maybe someone else might have another idea.

FF