The business scenario is such that, suppose there is a stock of 100 Qty available & the users create 10 STO's of 10 Qty each. Now the 11th STO is created again with 10 Qty and then delivery is attempted to be created for the 11th STO, the system will not allow the delivery & an error message is issues that "Available Qty is 0". This happens because the 100 Qty of the stock is confirmed against the previous STO's.
The business requirement is such that there should be flexibility to create delivery for any STO and if the qty in that STO is less that the available qty then the delivery should be allowed irrespective of the quantity confirmed against other STO's
Please let me know if there is any configuration to disable the quantity confirmation while creating the STO.