Raw Material Consumption Deviation

manozmanoz Member Posts: 26
Hi,

Suppose in production journal, I am changing the Consumption Quantity and posting the journal. Then I change the production order status to Finished.

From which table / report , I will get information that I have made deviation in consuming raw material and by what quantity I have changed the consumption for each RM?

Nav 5.0 Sp1 IN

Thanks,

Manoj

Comments

  • lallylally Member Posts: 323
    the data will store in Prod. Order and Prod. Order Line tables

    Table No : 5405 , 5406

    when comes to forms it will filter like this


    Prod. Order WHERE(Status=CONST(Finished))



    Prod. Order line WHERE(Status=CONST(Finished))

    Report No : 99000791
    lally
  • kapil4dynamicskapil4dynamics Member Posts: 591
    No this way you will get only the figures i.e. amount deviation not the quantity.
    Kapil Khanna
Sign In or Register to comment.