‎2010 Oct 20 2:53 PM
Hi All,
I am using 'BAPI_DELIVERYPROCESSING_EXEC' for creating delivery for a sales order .While doing partial delivery for sales order it is throwing error as 'Full delivery is required' .Can u please tell me how to resolve it.
Thanks in advance.
‎2010 Oct 20 3:01 PM
Change the customer, or change the order, or configure the message such that it's not an error. That message is configurable in the IMG.
‎2010 Oct 20 3:18 PM
Full delivery is required means that you must deliver all the quantities in one delivery.
That's parameters is comming from the customer, or the info customer in the orders referenced in your delivery.
It could come from the material also.
Find it in the order and change it in Partial delivery. Or based you code on this order's field to know how much you must shedule.
‎2010 Oct 21 9:53 AM
Hi ,
I am able to create partial delivery in vl01n there it is throwing as information 'Full delivery is required' and creating delivery order but while using standard BAPI 'BAPI_DELIVERYPROCESSING_EXEC' it is throwing as Error msg 'Full delivery is required'.Can u please help in resolving it.