While closing (status change) some Production order it shows an error message, " Division By 0 ".
why this type of errors occur.. Due to this error 28 order of FY 13-14 is still open please support..
*This post is locked for comments
While closing (status change) some Production order it shows an error message, " Division By 0 ".
why this type of errors occur.. Due to this error 28 order of FY 13-14 is still open please support..
*This post is locked for comments
hi arun,
is this a standard nav or are there customizations in the prod. order objects (tables, pages)?
did you debug?
if you have a dev. license open cu 5407 in design mode and search for " / " (means: <blank>-sign, division sign, <blank>-sign). you should find all the division calculations. check the right side of each divisions. this value must not be 0 !
start your search with function ChangeStatusOnProdOrder. this fct. is called, when you wanna change the status of a PO.
one sample. in function FlushProdOrder you'll find the line (a division):
ActualOutputAndScrapQty := ActualOutputAndScrapQtyBase / ProdOrderLine."Qty. per Unit of Measure";
here the value of field "Qty. per Unit of Measure" of each prod. order line must never be 0.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156