I want to update a delivery with both Picking and Packing. The problem is that this has to be done serveral times - we are doing what I think is call "wave picking". During a period of serveral hours finish goods are received at the warehouse and picking and packing to serveral deliveries are started. When a pallet is packed the info (quantity and batch) has to be updated on the delivery and packing has to be updated.
The problem I have is that I'm using FM IDOC_INPUT_DELVRY but according to the documentation I have to use E1EDL18-QUALF = 'PIC', but when using this "Multible reporting with accumulated figure for the reported quantities is not allowed".
How can I continuously update the delivery with batches/quantities and packing information.
PS I ahve also tried BAPI_OUTB_DELIVERY_CHANGE but conversion factor are a manmandatory fields and when paking has started, conversion are no longer ready for input (according to OSS note 418991). And thertefor this BAPI (which is not released) can not be used.