cancel
Showing results for 
Search instead for 
Did you mean: 

Supply Relationship with Inspection Type Origin 08

Former Member
0 Kudos

Hi Gurus,

We need to inspect Stock Transfer Orders in the same way as we do with Goods receipt from Vendor. We have to implement First Article Inspection and later normal Inspection.

Unfortunately, we cannot assign the Inspection Type 08 to a delivery Status as only Lot Origin 01 is supported.

Has anybody an idea, how we can achieve first article Inspection for Stock Transfer Orders? Is there a User Exit available?

Many thanks in advance for all your thoughts.

Paul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

this STO via MM route than use source inspection by using Quality infor with vendor.

If this STO via SD delivery type than use quality info with SD.

Regards

Former Member
0 Kudos

Hi D Guru, I'm not sure, if I understood your answer correctly, or if you understood my problem correctly.

When I create an SD-Info-record, I have no chance to differentiate between first-article and final Inspection.

Creating an MM-Inforecord requires Inspection Origin 01, Stock Transfer Inspection Types are of Origin 08.

When I did misunderstand your comment, please correct me.

Thanks and regards

Former Member
0 Kudos

Which mvt type are u using?

Answers (1)

Answers (1)

Former Member
0 Kudos

Maintain a Z table with entries like material,vendor,inspection type & date till entry is valid.

Now keep fields like counter ( editable like 1,2 ,3 etc) or stages ( like pilot ,primary,production etc) & reset counter ( check button)

use user EXIT QAAT0001.

Logic is every-time inspection lot is created for material vendor & inspection type combination system will reset he counter after usage decision of that lot.( use followup action -->Z-function module to set the counter/stage)

Now refer this table entries in user exit QAAT0001 for control on inspection lot and check GR/PO with EXIT QBCK0002 -->Extended check in procurement or QBCK0003 -->Extended QM check for goods receipt

I hope this explanation will add some value !!

Former Member
0 Kudos

Hi, thanks for the answer, I'm still looking to find a way without (or at least with less) programming but I will keep your idea in mind.

Regards