cancel
Showing results for 
Search instead for 
Did you mean: 

Linking PP with QM inspection lot

former_member184574
Active Contributor
0 Kudos

Hi,

I have requirement as below....

Production people will enter some confirmation text data in COR6N screen during confirmation as shown below. they confirm only last operation in the process order..during confirmation auto GR will happen and inspection lot (with inspection type 04) will be getting generated. Now this text has to appear in that corresponding inspection lot..

How this can be done..

Thanks

Kumar

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member206498
Contributor
0 Kudos

Hi Kumar,

You can try using exit QPL10001 during inspection lot creation. From the inspection lot data, get the material document number (MBLNR) and pass it to the confirmation table (WABLNR) to get the confirmation text (LTXA1).

Then save it to whatever field in your newly created inspection lot.


Regards,

Julian

marianoc
Active Contributor
0 Kudos

Hi Kumar,

Check using a BAdI or Exit at the time the Inspection Lot is created.

Try with BAdI: INSPECTIONLOT_UPDATE. Check methods: CREATE_BEFORE_UPDATE.

Try to add some code to extract the text from the confirmation and update the Inspection Lot with it.

Kind Regards,

Mariano

Former Member
0 Kudos

Hi,Kumar

you could verify if this ZQPL1001 work for you.

I think that you should to  check :

WORKORDER_CONFIRMBusiness Add-In PM/PP/PS/PI Orders Operation: Confirm

and after the following exit  ZQPL1001 so that you can update the text field with the information of the confirmation.


Let me know if i've been useful for you.


Daniele