Describes the complete Issue process
The issue process can be a part of the backflushing process.
Sequence of the Events for Receipt
workordermanagement.IssueStart()
For every line that is sent to this process
workordermanagement.IssueLine()
After all checks the system generates the document
Note: If the system must create a receipt for more than one work order position, the system checks all work order positions before generating the document itself.
For every Document line, Batch/Serial Number and / or Bin Location
stockmanagement.IssueLine()
For every generated document
workordermanagement.Issueend()
stockmanagement.Issueend()
In Error case
stockmanagement.IssueRollback()