cancel
Showing results for 
Search instead for 
Did you mean: 

Create inspection lot from Quality Notification

former_member198406
Contributor
0 Kudos

Dear Experts,

We have a process of joint inspection during the external complaint handling (Vendor & Customer). The client need to capture the joint inspection data in an inspection lot.

So, I want to create an inspection lot with inspection type-89 (Origin - 89) from an existing Quality Notification.

The quality notification is having the the below details

Material Number, Plant, Batch, Storage Location, Quantity

I want to create an action in the action box of the quality notification to get these details from the notification and create the inspection lot.

Please let me know if there is any standard function module available or can be used with some ABAP interventions.

Thanks for your precious time.

Dipesh

Accepted Solutions (1)

Accepted Solutions (1)

former_member198406
Contributor

I did it another way. But, thanks for your reply.

Former Member
0 Kudos

Please check the below link.

http://scn.sap.com/thread/3287905

Also, if you did it in another way, please share that solution.

former_member198406
Contributor
0 Kudos

Actually, I've created a function module which picks data from quality notification and create inspection lot in background with BDC.

ainul_h_tushar
Discoverer
0 Kudos

Hi dipeshkumar.bhavsar,

Can you please mention the function module??


Answers (1)

Answers (1)

former_member662213
Contributor
0 Kudos

Hi,

As per my knowledge and understanding, you have to create custom function module.

In the custom function module, you can call the standard function module 'QPL1_INSPECTION_LOT_CREATE' along with 'QPL1_INITIALIZE'  to create the inspection lot.

Regards,