cancel
Showing results for 
Search instead for 
Did you mean: 

Link MRP created purchase order to the production order

pm_witmond
Participant
0 Kudos

Hello,

We're creating production orders manually. We want to use the MRP to create purchase orders.

But we want to link the purchase order to the production order (we need some extra data of the production order on the printout of the purchase order)

Can we do this using a query ?

Regards,

Paul

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member211473
Contributor
0 Kudos

Hi

Can u plz explain about what kind of data u want in purchase order from production order.

Regards

Ranu

pm_witmond
Participant
0 Kudos

We have a lot of UDF's on the production order which we need to print on the purchase order

former_member211473
Contributor
0 Kudos

Hi

if u can add the purchase order and then manually update the purchase order's udf to get data from production order, u can try this query as fms.

Select distinct t0.U_qqq from opor t1 inner join por1 t3 on t3.docentry = t1.docentry inner join wor1 t2 on t3.itemcode = t2.itemcode inner join owor t0 on t0.docentry = t2.docentry where t1.docnum = $[opor.docnum]

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

There is no direct link between production and purchase order. Unless if you common field between PO and production order like project field.

Thanks.