cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict Inspection Lot Creation

Former Member
0 Kudos

My scenario is

For a material u2013 XXXXXXX

I have activated inspection type 01.

I have Two Storage location namely 0001 & 0002

Now as I do GR against PO, I want that Inspection lot of this material should only be created ,If I select storage location 0001.

If I select storage location 0002 , no inspection lot should get created.

Do we have Any Standard Process to achieve this. ???

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

ok

0 Kudos

Hello Mayank,

if you want to control the creation of weather an inspection lot is created dependent on the storage location of the GR I would strongly recommend using the EXIT QAAT0001 where you can check MSEG-LGORT and dependent on the value set the flag E_NO_INSPECTION which will avoid that an inspection lot is created. The exits needed ate EXIT_SAPLQAAT_002 and EXIT_SAPLQPL1_005, please don't forget to set E_TQ32 = I_TQ32 in the exit or you will recieve an error.

Hope this helps you

Regards

Isabelle

Former Member
0 Kudos

Hii,

In material master of QM view, check the Contol of Inspection lot creation. Here u can control the Inspection lot creation with storage location with batch combination (2). Here u can do some exit functionality to fulfill ur business req. Check the

user exit : QPL10001 for Inspection lot creation with suitable check points.

Edited by: Lokesh K on Nov 17, 2010 3:16 PM

former_member207800
Active Contributor
0 Kudos

No SAP standard function.

QM can control the inspection type and activation at plant level only.

You should implement enhancement like as customer exit.

Regards

Luke