cancel
Showing results for 
Search instead for 
Did you mean: 

VC - Production order QUANTITY updation - Object Dependency.

Former Member
0 Kudos

I have a scnerio:

Where Routing Operation Quantity  has to be updated  with

SalesOrderQuantity * length * Thckness

(SalesOrderQuanity  getting inputs from sales order)

this calculated value has to updated in production order quantity.

please suggest.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

All of these characteristic values need to be available at the Routing. (i.e. you will need a reference characteristic for the Sales Order Quantity.)

Then create a "Procedure" on the Operation that simply adds the values

$self.PLPOD_QTY = SALES_QTY * LENGTH * THICKNESS

The syntax above depends on your structure and naming conventions