cancel
Showing results for 
Search instead for 
Did you mean: 

Quality to Quality Stock transfer within 2 Steps

0 Kudos

Team,

We are having a requirement in our organization to map the Quality Management(QM - Inspection Lot) process only when stock is moved to respective Plant/Storage Location after the GRN is processed. Where as it shouldn't raise a Inspection Lot at initial Warehouse.

Looking forward for some custom exits/development to enhance this change as per our business process.

Kindly suggest on this.

Accepted Solutions (1)

Accepted Solutions (1)

anand_rao3
Active Contributor
0 Kudos

Explore exit QPL10001 or QAAT0001  to suppress the inspection lot generation based on specific storage location. I am assuming your requirement as per your latest post that you want to generate the 01 inspection lots at the time of Goods Receipt but only for specific storage locations.


Anand

0 Kudos

Hi Anand,

We are working with ABAP for enhancement on provided user Exits.

Thanks for response !

Regards,

Vishal

Answers (1)

Answers (1)

Ayoub_Habchi
Contributor
0 Kudos

Hi Vishal,

You can disable inspection type 01 and activate inspection type 08.

This way, when the GR is processed, no inspection lot will be generated and if you proceed to stock transfer, the inspection lot will get generated from 08 inspection type.

Is this your requirement ? or you need specific storage location to generate inspection lot ?

Please confirm.

Regards,

Ayoub.

0 Kudos

Hi Ayoub,

Thanks for your reply !

We are looking to generate 01 inspection lot in respective storage location and plant combination only.

Please suggest.

Thanks,

Vishal

Former Member
0 Kudos

Hi Vishal,

Below could be the one of the solution.

Create Z movement type which is copy of movement type 311 and activate inspection type 08 for that material. Activate Quality inspection for Z movement type. Whenever you want to create inspection lot then transfer material with Z movement type system will create inspection lot.

Martin_H
Contributor
0 Kudos

Then use 08 inspection type and the respective user exit(you can find it out easily yourself) to limit the creation of the inspection lot to the respective plant/storage location only. This is working very well.

Regards

MH