Creating shipment and ship lines from sales order

SUGGESTED

I have successfully inserted sales orders with their respective lines but now I need to create shipments for them. Which stored procedure is used to do this?

Parents Reply
  • 0 in reply to trozio

    Sorry to say but no.  There is also the pick list portion to be concerned about, impacts on inventory, associated invoices, GL transactions, etc.  You can see how complex the process is by doing a SQL Trace from Pick List Creation to Shipment Commit/Post processes.  As you will see it is a lot more than simply creating records in tsoShipment and tsoShipLine.

Children