cancel
Showing results for 
Search instead for 
Did you mean: 

Create Rework/Production order through Notification

Former Member
0 Kudos

Dear Sir

In our scenario we receive inspection lot throug 04 origin in taht we amintain defect and activate notification,in task we want to creta rewor order or production through notification as we do send mail or trigger some task same manner.

Regards

Kunal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can create re-work order from defect notification or from follow-up function in the UD code. In either case you need some programming.

In the defect notification create a new follow-on function to create re-work order. Problem with this is you still have to complete the 04 inspection so that material can be re-issued to re-work order

The way we have implemented the process is -

1. Complete the UD for 04 inspection lot with re-work disposition.

2. Move materials to special storage location.

3. Re-work order is automatically created as follow-up function from the UD code for re-work.

4. If we do not know whether re-work is possible or not, we reject part and let Quality engineer decide whether to scrap, RTV or re-work. If Enginner decides to re-work inhouse, we manually create re-work order

5. Issue materials to re-work order from this special storage location so that warehouse does not explode the requirements for component again.

6. We use separate inspection type ( copy of 04) when order type is re-work, This way we avoid complete re-testing and parts can received in warehouse as re-worked parts.

Marwadi

kiran_kumar179
Active Contributor
0 Kudos

Dear You need to impliment email sent functionality in notification as suggested in OSS note:208271.

Cheers

KK