cancel
Showing results for 
Search instead for 
Did you mean: 

Inspection Lot for every 5 batches with inspection type 04

Former Member
0 Kudos

Hello,

We are using inspection type 04 for finished goods.

The production order is of say 1000 kg. Every 50 kg is termed as batch. The quality checking takes place for every 5 batches i.e. sample is taken from 5 batches and result recording is carried out. At the time of qaulity certificate we use the same results.

How to map this? I need to have inspection lot for every 5 batches.

I can't use 03 as we want to have control on the stock posting also.

Mimi

Accepted Solutions (1)

Accepted Solutions (1)

anand_rao3
Active Contributor
0 Kudos

Hi,

Its possible. Kindly explore the concept of dynamic modification rule @ lot level. Refer this [Link|http://help.sap.com/erp2005_ehp_05/helpdata/EN/3c/929d17db7d11d283cb0000e829fdb3/frameset.htm].

But ensure in your case, the material is batch managed.

Regards,

Anand Rao

Answers (2)

Answers (2)

former_member207800
Active Contributor
0 Kudos

Option 1 means you implement own process using the customer exit.

For example..

Compare the import parameter I_AUFNR (order number), I_CHARG (batch number) with AUFM table (goods movements for order)

If the movement is created for every 5 batches(5th, 10th, ... movement), the export parameter E_NO_INSPECTION = ' ' (an inspection lot will be created)

If others, the export parameter E_NO_INSPECTION = 'X' (no inspection lot)

Regards

Luke

former_member207800
Active Contributor
0 Kudos

One inspection lot can have only one batch number in SAP.

Option1) The customer exit 'QAAT0001' and function module 'EXIT_SAPLQAAT_002'

Use the exporting parameter E_NO_INSPECTION = 'X' for no inspection lot

Option2) The copy functionality of inspection result

SPRO > Quality Management > Quality Inspection > Make Settings for Copy of Inspection Results

Regards

Luke

Former Member
0 Kudos

Anand/ Kim,

Thanks for the help.

Yes I am already working on both the options of copy results and DMR.

But wanted to check out is ther any other way to address it?

Kim- Regarding option 1 suggested by you, can you just guide me in details?

Mimiri