
Hi all,
when I was trying to end an exisiting production order which is of status report as finish, it was not allowing me to end.. It showed an info stating the error "Function InventModelType_StdCost.financialIssueCostvalue has been incorrectly called" for this I debugged and found that quantity was null in inventtrans and I updated the quantity for inventtrans with a negative value satisfying the condition. while I did that the status of production order changed to started, now while clicking report as finish I am getting the below error asshown please suggest a solution
*This post is locked for comments
I have the same question (0)Hi ,
Actually in the mentioned method InventUpd_Financial.updateFinancialIssue() the error is caused because the inventtrans record of the particular item is null, according to the method it should be lesser than zero. but when I entered quantity for that field through code, I got the error as in above screen shot. Please can anyone suggest what can be done with this production order please.
Thanks in advance.