Hi to all!
I've reproduced the problem:
1) Create a production order and started it
In this moment the system creates the transaction on the production order header
and the corresponding records in the InventTransOriginAssemplyComponent table.
2) Create the Picking List and the Route Card and posted them with positive quantity and the flag "End", on the lines, set to true.
3) Create the Report as Finished with quantity 0 and the flag "Report as finished" on the line set to true (set to true the field "Accepr error" on the journal header) and post the journal
In this moment the system deletes the transaction on the production order header and the corresponding records in the InventTransOriginAssemplyComponent table.
4) Recreate a new Report as Finished with positive quantity and the flag "Report as finished" on the line set to true - save the journal
In this moment the system recreates the transaction on the production order header WITHOUT the corresponding records in the InventTransOriginAssemplyComponent table.
Why the records in the InventTransOriginAssemblyComponent are not recreated?
Any ideas?
Thanks