In this code i want to take due date from release production order then put it in output journal in place of posting date to come automatic.
No need to write it by hand may be forget so that i make some customization but no result .
I go to code unit 5406 I defined record variable in global variables as ReleaseProduction and due_date as data type date then write due_date:=ReleasedProdOrder."due date";
this line in above
production line. reset
then i write in function insertoutputjniline i added like this
ItemJnlLine.VALIDATE("Posting Date",due_date);
after statement
ItemJnlLine.VALIDATE("Prod. Order Line No.",ProdOrderLineNo);
when i select production order no in output journal posting date also come as date today(work date) no changes and when i explode routing posting date become empty what is the problem and how i solve
What i need is due date in release production order transfere automatic to posting date in output journal can any one help me if possible
thanks
*This post is locked for comments