Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery creation

Former Member
0 Kudos

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.

3 REPLIES 3

brad_bohn
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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.

0 Kudos

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.