RE: Where can I find confirmed quantity?
Hi RadekM,
sorry I do not understand your problem. Inside the CustConfirmTrans you will find one line for one confirmed sales order line. Or do you struggle with multiple confirmations? Technically you can confirm one sales order multiple times.
Example 1 Sales order with 3 lines:
First order confirmation print with all lines ==> 1 record in CustConfirmJour and 3 lines in CustConfirmTrans
after a modification in the sales order like adding an additional line you create a new sales order confirmation. Because of this you will get another record in CustConfirmJour and 4 lines in CustConfirmTrans
It might happen that you confirm the one additional line in the example above in a sales order confirmation without the already confirmed lines.
So it might be tricky to get the latest version of confirmed quantity. Especially because it is not mandatory to always confirm all sales order lines on the sales order confirmation.